aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2017-07-24Tag functions in asm properly.Rico Tzschichholz3-0/+9
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan7-1/+60
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis2-0/+14
2017-07-21Renamed test dirs to remove duplicated numbers.Jussi Pakkanen3-0/+0
2017-07-20Use full_path() rather than adding current_build_dir() as rpath in test commo...Jon Turney1-4/+1
2017-07-20Support implibs for executables on WindowsJon Turney3-0/+100
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel1-0/+5
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen1-1/+1
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen14-0/+0
2017-07-17Renamed test dir.Jussi Pakkanen14-0/+0
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen1-2/+3
2017-07-17Create a new configuration data object and return it as the result.Jussi Pakkanen1-4/+5
2017-07-17Do not use AVX on OSX since we can't detect it reliably at runtime and some C...Jussi Pakkanen1-1/+6
2017-07-17Hardcode processor features on OSX because it ships a broken __builtin_cpu_su...Jussi Pakkanen9-4/+40
2017-07-17Fix MMX on 32 bit x86.Jussi Pakkanen1-1/+5
2017-07-17A few fixes for OSX and VS2010.Jussi Pakkanen2-0/+7
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen1-3/+14
2017-07-17Added VS support to simd detector.Jussi Pakkanen9-13/+106
2017-07-17Fix building with Clang on Raspbian.Jussi Pakkanen1-0/+6
2017-07-17Fix a few OSX "features".Jussi Pakkanen1-0/+5
2017-07-17Created simd module.Jussi Pakkanen1-40/+16
2017-07-17Added NEON support.Jussi Pakkanen4-3/+30
2017-07-17Add AVX2.Jussi Pakkanen3-0/+34
2017-07-17Add AVX support.Jussi Pakkanen3-1/+33
2017-07-17Add SSE4.2 support.Jussi Pakkanen4-2/+38
2017-07-17Add SSE4.1 support.Jussi Pakkanen4-1/+38
2017-07-17Added SSSE3 support of sorts.Jussi Pakkanen4-1/+40
2017-07-17Added SSE3 support.Jussi Pakkanen4-2/+39
2017-07-17Added SSE2 support.Jussi Pakkanen3-10/+46
2017-07-17Added SSE support.Jussi Pakkanen4-5/+47
2017-07-17Some more arches.Jussi Pakkanen1-0/+24
2017-07-17Add support for MMX checking.Jussi Pakkanen5-11/+70
2017-07-17The beginning of a test that checks for various SIMD implementations.Jussi Pakkanen4-0/+66
2017-07-15Make base options accessible via get_option()GabrĂ­el ArthĂșr PĂ©tursson1-0/+4
2017-06-29Merge pull request #1926 from trhd/libbugJussi Pakkanen4-0/+16
2017-06-29add_{project,global}_link_arguments require a 'language' argumentAaron Plattner1-0/+4
2017-06-29Add a test case for a "library at project root" use case.Hemmo Nieminen4-0/+16
2017-06-22Tag functions in asm properly. Thanks to Matthias Klose for debugging the issue.Jussi Pakkanen6-12/+31
2017-06-07add tests for `capture` in `configure_file()`Jan Chren (rindeal)4-0/+83
2017-06-04Merge pull request #1545 from centricular/dont-link-recursivelyJussi Pakkanen26-0/+275
2017-06-03Enable variables for output in configure_fileBĂĄlint Aradi4-0/+22
2017-06-02ninja: De-dup libraries and use --start/end-groupNirbheek Chauhan15-10/+87
2017-06-02Don't add dependencies recursively while linkingNirbheek Chauhan18-0/+198
2017-05-21Merge pull request #1792 from jon-turney/custom_target_vs_module_defsJussi Pakkanen3-0/+39
2017-05-17Only allow equality comparisons for non-elementary types.Elliott Sales de Andrade1-0/+95
2017-05-16Add a test for link_depends using a custom targetJon Turney3-0/+39
2017-05-11Flatten SharedLibary link_args.Dylan Baker1-0/+2
2017-05-11Allow passing a list of Files to CustomTarget. Closes #1720Dylan Baker3-0/+20
2017-05-11Use flatten for link targets. Fixes #1764Dylan Baker2-0/+9
2017-05-11pkgconfig: add suppport for custom variables during generationPeter Hutterer1-1/+3