summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2017-07-27Fix vulkan windows; Make test succeed w/o drivernyorain
2017-07-24Fix vulkan testnyorain
2017-07-24Fix wrong dep name in vulkan testnyorain
2017-07-24Add first vulkan dependency modulenyorain
2017-07-23Test the newly added gnome.genmarshal() argumentEmmanuele Bassi
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan
2017-07-22add `crate-name` to Rust target argsAdam C. Foltzer
2017-07-21Merged buildrpath branch.Jussi Pakkanen
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis
2017-07-21Renamed test dirs to remove duplicated numbers.Jussi Pakkanen
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen
2017-07-20Use full_path() rather than adding current_build_dir() as rpath in test commo...Jon Turney
2017-07-20Make the name of the executable implib configurableJon Turney
2017-07-20Consolidate windows tests which are divided between mingw and msvcJon Turney
2017-07-20Support implibs for executables on WindowsJon Turney
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen
2017-07-17Renamed test dir.Jussi Pakkanen
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen
2017-07-17Create a new configuration data object and return it as the result.Jussi Pakkanen
2017-07-17Do not use AVX on OSX since we can't detect it reliably at runtime and some C...Jussi Pakkanen
2017-07-17Hardcode processor features on OSX because it ships a broken __builtin_cpu_su...Jussi Pakkanen
2017-07-17Fix MMX on 32 bit x86.Jussi Pakkanen
2017-07-17A few fixes for OSX and VS2010.Jussi Pakkanen
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen
2017-07-17Added VS support to simd detector.Jussi Pakkanen
2017-07-17Fix building with Clang on Raspbian.Jussi Pakkanen
2017-07-17Fix a few OSX "features".Jussi Pakkanen
2017-07-17Created simd module.Jussi Pakkanen
2017-07-17Added NEON support.Jussi Pakkanen
2017-07-17Add AVX2.Jussi Pakkanen
2017-07-17Add AVX support.Jussi Pakkanen
2017-07-17Add SSE4.2 support.Jussi Pakkanen
2017-07-17Add SSE4.1 support.Jussi Pakkanen
2017-07-17Added SSSE3 support of sorts.Jussi Pakkanen
2017-07-17Added SSE3 support.Jussi Pakkanen
2017-07-17Added SSE2 support.Jussi Pakkanen
2017-07-17Added SSE support.Jussi Pakkanen
2017-07-17Some more arches.Jussi Pakkanen
2017-07-17Add support for MMX checking.Jussi Pakkanen
2017-07-17The beginning of a test that checks for various SIMD implementations.Jussi Pakkanen
2017-07-15Make base options accessible via get_option()Gabríel Arthúr Pétursson
2017-07-02Renamed test to remove duplicate test number.Jussi Pakkanen
2017-06-30vala: Add a shared module testcase using 'GLib.TypeModule'Guillaume Poirier-Morency
2017-06-29Merge pull request #1926 from trhd/libbugJussi Pakkanen
2017-06-29add project/global args and include_dirs (useful for module maps) to swift ta...Goncalo Carvalho
2017-06-29add_{project,global}_link_arguments require a 'language' argumentAaron Plattner
2017-06-29Add a test case for a "library at project root" use case.Hemmo Nieminen