546 Commits (381e8313ed191ae8e440a9ba3805d5322c769ea7)

Author SHA1 Message Date
FredericHamel 6f4e5e96d8 Allow test to depend on executable target in cross build. (#2007) 7 years ago
Jussi Pakkanen fc23d9d0f2 Turned SIMD into an unstable module. 7 years ago
Jussi Pakkanen ce77fb89b9 Renamed test case number to avoid dupes. 7 years ago
Jussi Pakkanen be92a6a3a6 Renamed test dir. 7 years ago
Jussi Pakkanen f78cf53141 Created merge_from method for ConfigurationData. 7 years ago
Jussi Pakkanen 6119beed4d Create a new configuration data object and return it as the result. 7 years ago
Jussi Pakkanen fe86c9c399 Do not use AVX on OSX since we can't detect it reliably at runtime and some CI machines do not seem to have it. 7 years ago
Jussi Pakkanen ef9e03b847 Hardcode processor features on OSX because it ships a broken __builtin_cpu_supports. 7 years ago
Jussi Pakkanen f6f5644212 Fix MMX on 32 bit x86. 7 years ago
Jussi Pakkanen 2181d8f2ab A few fixes for OSX and VS2010. 7 years ago
Jussi Pakkanen 181510bd6e Fix checks on MinGW and VS2010. 7 years ago
Jussi Pakkanen 8396c4f3e6 Added VS support to simd detector. 7 years ago
Jussi Pakkanen fefbb296f7 Fix building with Clang on Raspbian. 7 years ago
Jussi Pakkanen 16ec3f0e19 Fix a few OSX "features". 7 years ago
Jussi Pakkanen d304aac504 Created simd module. 7 years ago
Jussi Pakkanen 57729e5a78 Added NEON support. 7 years ago
Jussi Pakkanen dbe028cc17 Add AVX2. 7 years ago
Jussi Pakkanen 71ffbd5b73 Add AVX support. 7 years ago
Jussi Pakkanen fc68e0c63a Add SSE4.2 support. 7 years ago
Jussi Pakkanen 5d731b102b Add SSE4.1 support. 7 years ago
Jussi Pakkanen 52a0d958f1 Added SSSE3 support of sorts. 7 years ago
Jussi Pakkanen 0062595e13 Added SSE3 support. 7 years ago
Jussi Pakkanen 953441badf Added SSE2 support. 7 years ago
Jussi Pakkanen 9e5578ac47 Added SSE support. 7 years ago
Jussi Pakkanen 4a8ca14d44 Some more arches. 7 years ago
Jussi Pakkanen 326d8953b4 Add support for MMX checking. 7 years ago
Jussi Pakkanen fd91749e5a The beginning of a test that checks for various SIMD implementations. 7 years ago
Gabríel Arthúr Pétursson fd653d070d Make base options accessible via get_option() 7 years ago
Aaron Plattner ba3871985a add_{project,global}_link_arguments require a 'language' argument 8 years ago
Hemmo Nieminen 1d7c7a7ea6 Add a test case for a "library at project root" use case. 8 years ago
Jussi Pakkanen 4b3eaf1b66 Tag functions in asm properly. Thanks to Matthias Klose for debugging the issue. 8 years ago
Jan Chren (rindeal) 61ac9a5348 add tests for `capture` in `configure_file()` 8 years ago
Bálint Aradi e79b602298 Enable variables for output in configure_file 8 years ago
Nirbheek Chauhan ae9b23832e ninja: De-dup libraries and use --start/end-group 8 years ago
Nirbheek Chauhan 6963da616b Don't add dependencies recursively while linking 8 years ago
Elliott Sales de Andrade b36513a5b6 Only allow equality comparisons for non-elementary types. 8 years ago
Jon Turney 197594146c Add a test for link_depends using a custom target 8 years ago
Dylan Baker 410937c08e Flatten SharedLibary link_args. 8 years ago
Dylan Baker c03744cccb Allow passing a list of Files to CustomTarget. Closes #1720 8 years ago
Dylan Baker e2567386f1 Use flatten for link targets. Fixes #1764 8 years ago
Peter Hutterer 7ed19902be pkgconfig: add suppport for custom variables during generation 8 years ago
Nirbheek Chauhan 333085160d run_command: Refactor + improve errors and test 8 years ago
Elliott Sales de Andrade abd02b3eae Add test case for ninja quoting. 8 years ago
Nirbheek Chauhan 2b8196a1c8 tests/common/140: Add a test for PR #1738 8 years ago
Peter Hutterer 7a3be163cb Default to project_version() in vcs_tag fallback 8 years ago
Elliott Sales de Andrade faf0ce96e2 Rename tests with duplicate numbers. 8 years ago
Nirbheek Chauhan 42267f2afa Always pass cross-file {lang}_args to compiler checks 8 years ago
Nirbheek Chauhan 35ffb1a7c2 tests/common/146: Also test against external C++ libs 8 years ago
Nirbheek Chauhan 93f3a6670f tests/common/146: Use C++98 features instead of Boost 8 years ago
Dylan Baker af9d1f8f15 Add a testcase for linking C and C++ static archives into a shared library 8 years ago