aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2019-01-22pkgconfig: Fix link order of library dependenciesNiklas Haas1-0/+11
2019-01-14pkgconfig: Fix flag deduplicationXavier Claessens1-2/+2
2018-12-09Disable broken MMX code.Jussi Pakkanen1-0/+4
2018-12-09Skip CMake dependency check if CMake is not installed.Jussi Pakkanen1-0/+4
2018-12-09Updated Linux CI image to cosmic.Jussi Pakkanen2-2/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen3-0/+24
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen6-0/+31
2018-12-04pkgconfig: Improve and document generator behaviourXavier Claessens2-1/+5
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger4-0/+78
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach2-0/+22
2018-11-19-Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet1-1/+1
2018-11-17Merge pull request #4359 from dcbaker/icc-fixesDylan Baker2-3/+14
2018-11-16azure: Install the DMD D compilerJon Turney1-1/+7
2018-11-15tests: Fix fortran + cpp test for ifortDylan Baker1-1/+12
2018-11-15compilers/c_function_attributes: fix for ICCDylan Baker1-2/+2
2018-11-15hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier1-0/+6
2018-11-14modules/python: Allow use of the native fileDylan Baker2-1/+5
2018-11-14modules/python3: allow specifying in the native fileDylan Baker2-1/+5
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker2-1/+5
2018-11-14interpreter: allow find_program to use the native fileDylan Baker2-1/+7
2018-11-14unittests: Add framework for testing native config filesDylan Baker2-0/+8
2018-11-12Add kwarg is_default to add_test_setup()Stian Selnes2-0/+34
2018-11-10Merge pull request #4480 from jon-turney/fix-implib-prefix-suffixJussi Pakkanen9-14/+66
2018-11-10Merge pull request #4504 from mesonbuild/simdixJussi Pakkanen7-59/+117
2018-11-10Fix alignment with MSVC.simdixJussi Pakkanen7-12/+14
2018-11-10Refactor check to its own function.Jussi Pakkanen2-53/+90
2018-11-10Fix simd instruction alignment on 32bit kernels.Dimitri John Ledkov7-30/+49
2018-11-07tests/java: force latency in generation to exercise raceDylan Baker1-1/+1
2018-11-07Workaround for Debian bug 912563.Jussi Pakkanen1-1/+5
2018-11-06Add reconfigure/wipe unit testXavier Claessens3-0/+17
2018-11-06Don't use host pkg-config for native dependenciesLyude Paul5-0/+43
2018-11-06Deal with clang-cl generating empty implibsJon Turney1-1/+1
2018-11-06Install modules in a subdir to fit with platform name manglingJon Turney4-14/+14
2018-11-06Extend test to when both name_{suf,pre}fix: are usedJon Turney2-0/+8
2018-11-06Generate import lib even if both name_suffix and name_prefix are usedJon Turney3-1/+14
2018-11-06Add a test of installed library names when name_{suf,pre}fix: is usedJon Turney3-0/+31
2018-11-04Install files from the test added in 2ff69b20 to make sure it runsJon Turney3-1/+8
2018-11-04Handle llvm-lib in test common/143Jon Turney1-1/+2
2018-11-04Skip test common/123 if masm not foundJon Turney1-2/+5
2018-11-04Don't hardcode cl in test common/123Jon Turney1-1/+1
2018-11-04Handle only llvm-objdump being availableJon Turney1-3/+7
2018-11-04Adjust more tests which need to know compiler typeJon Turney5-8/+10
2018-11-04Make use of get_argument_syntax() in test casesJon Turney6-9/+6
2018-11-04Accomodate clang-cl in test common/127Jon Turney1-1/+1
2018-11-04Rewrite test common/100 manygen using get_argument_syntax()Jon Turney2-22/+15
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-1/+1
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker1-0/+25
2018-11-02ninjabackend: add generated source files to jar compile target source listAurélien Zanelli5-0/+54
2018-11-02extract_all_sources: Also include generated object filesXavier Claessens1-0/+6
2018-11-02Reformat Meson file for readability.Jussi Pakkanen1-10/+10