summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2019-01-02Handle strings in cross file args. Closes #4671.Jussi Pakkanen
2019-01-02vs: respect 'b_pch' optionNicolas Schneider
2019-01-01fail configuration if PCH files do not existNicolas Schneider
2018-12-29Tests and docsDaniel Mensinger
2018-12-30Add a clang-format target.Jussi Pakkanen
2018-12-27find_library: Add 'has_headers' kwargXavier Claessens
2018-12-22Can specify a string to print when dep not found. Closes #2407.Jussi Pakkanen
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen
2018-12-12tests: Add tests for the python moduleDylan Baker
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas
2018-12-09Apply work-around for windres bug with msys2 clang alsoJon Turney
2018-12-09Skip openmp test for windows clangJon Turney
2018-12-09Don't rely on -fPIC being ignored where it's meaninglessJon Turney
2018-12-09Fix hidden symbol test for Windows clangJon Turney
2018-12-09Disable broken MMX code.Jussi Pakkanen
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen
2018-12-09Updated Linux CI image to cosmic.Jussi Pakkanen
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach
2018-11-19-Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet
2018-11-17Merge pull request #4359 from dcbaker/icc-fixesDylan Baker
2018-11-16azure: Install the DMD D compilerJon Turney
2018-11-15tests: Fix fortran + cpp test for ifortDylan Baker
2018-11-15compilers/c_function_attributes: fix for ICCDylan Baker
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier
2018-11-14modules/python: Allow use of the native fileDylan Baker
2018-11-14modules/python3: allow specifying in the native fileDylan Baker
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker
2018-11-14interpreter: allow find_program to use the native fileDylan Baker
2018-11-14unittests: Add framework for testing native config filesDylan Baker
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen
2018-11-10Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen
2018-11-10Fix alignment with MSVC.Jussi Pakkanen
2018-11-10Refactor check to its own function.Jussi Pakkanen
2018-11-10Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker
2018-11-07Workaround for Debian bug 912563.Jussi Pakkanen
2018-11-06Add reconfigure/wipe unit testXavier Claessens
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul
2018-11-06Deal with clang-cl generating empty implibsJon Turney
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney
2018-11-04Install files from the test added in 2ff69b20 to make sure it runsJon Turney
2018-11-04Handle llvm-lib in test common/143Jon Turney