summaryrefslogtreecommitdiff
path: root/test cases
Commit message (Expand)AuthorAgeFilesLines
* Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen2018-12-221-2/+4
* Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen2018-12-216-9/+17
|\
| * Apply work-around for windres bug with msys2 clang alsoJon Turney2018-12-092-2/+2
| * Skip openmp test for windows clangJon Turney2018-12-091-0/+3
| * Don't rely on -fPIC being ignored where it's meaninglessJon Turney2018-12-092-3/+11
| * Fix hidden symbol test for Windows clangJon Turney2018-12-091-4/+1
* | tests: Add tests for the python moduleDylan Baker2018-12-1224-0/+403
* | pkgconfig: Fix link order of library dependenciesNiklas Haas2018-12-121-0/+11
|/
* Disable broken MMX code.Jussi Pakkanen2018-12-091-0/+4
* Skip CMake dependency check if CMake is not installed.Jussi Pakkanen2018-12-091-0/+4
* Updated Linux CI image to cosmic.Jussi Pakkanen2018-12-092-2/+3
* Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen2018-12-063-0/+24
* Can specify keyword arguments with a dict.Jussi Pakkanen2018-12-046-0/+31
* pkgconfig: Improve and document generator behaviourXavier Claessens2018-12-042-1/+5
* CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-224-0/+78
* pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach2018-11-212-0/+22
* -Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet2018-11-191-1/+1
* Merge pull request #4359 from dcbaker/icc-fixesDylan Baker2018-11-172-3/+14
|\
| * tests: Fix fortran + cpp test for ifortDylan Baker2018-11-151-1/+12
| * compilers/c_function_attributes: fix for ICCDylan Baker2018-11-151-2/+2
* | azure: Install the DMD D compilerJon Turney2018-11-161-1/+7
|/
* hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier2018-11-151-0/+6
* modules/python: Allow use of the native fileDylan Baker2018-11-142-1/+5
* modules/python3: allow specifying in the native fileDylan Baker2018-11-142-1/+5
* dependencies: Allow config tool dependencies to use native filesDylan Baker2018-11-142-1/+5
* interpreter: allow find_program to use the native fileDylan Baker2018-11-142-1/+7
* unittests: Add framework for testing native config filesDylan Baker2018-11-142-0/+8
* Add kwarg is_default to add_test_setup()Stian Selnes2018-11-122-0/+34
* Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen2018-11-109-14/+66
|\
| * Deal with clang-cl generating empty implibsJon Turney2018-11-061-1/+1
| * Install modules in a subdir to fit with platform name manglingJon Turney2018-11-064-14/+14
| * Extend test to when both name_{suf,pre}fix: are usedJon Turney2018-11-062-0/+8
| * Generate import lib even if both name_suffix and name_prefix are usedJon Turney2018-11-063-1/+14
| * Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney2018-11-063-0/+31
* | Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen2018-11-107-59/+117
|\ \
| * | Fix alignment with MSVC.simdixJussi Pakkanen2018-11-107-12/+14
| * | Refactor check to its own function.Jussi Pakkanen2018-11-102-53/+90
| * | Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov2018-11-107-30/+49
* | | tests/java: force latency in generation to exercise raceDylan Baker2018-11-071-1/+1
* | | Workaround for Debian bug 912563.Jussi Pakkanen2018-11-071-1/+5
* | | Add reconfigure/wipe unit testXavier Claessens2018-11-063-0/+17
|/ /
* | Don't use host pkg-config for native dependenciesLyude Paul2018-11-065-0/+43
|/
* Install files from the test added in 2ff69b20 to make sure it runsJon Turney2018-11-043-1/+8
* Handle llvm-lib in test common/143Jon Turney2018-11-041-1/+2
* Skip test common/123 if masm not foundJon Turney2018-11-041-2/+5
* Don't hardcode cl in test common/123Jon Turney2018-11-041-1/+1
* Handle only llvm-objdump being availableJon Turney2018-11-041-3/+7
* Adjust more tests which need to know compiler typeJon Turney2018-11-045-8/+10
* Make use of get_argument_syntax() in test casesJon Turney2018-11-046-9/+6
* Accomodate clang-cl in test common/127Jon Turney2018-11-041-1/+1