aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2019-05-29tests: Test the cmake parser more thuroughlyDylan Baker2-0/+82
2019-05-28interpreter: add fallback argument to subproject.get_variable()Mathieu Duponchelle1-0/+5
2019-05-28gnome: make sure the target build directory is passed first for linkingChristoph Reiter4-0/+99
2019-05-27coredata: add cmake_prefix_path optionDylan Baker2-0/+8
2019-05-22sourceset: add a realistic example as a testcasePaolo Bonzini23-0/+327
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini22-0/+248
2019-05-21Merge pull request #5372 from dcbaker/get_variableJussi Pakkanen1-0/+52
2019-05-20Generators can have extra target dependencies. Closes #4131.Jussi Pakkanen6-0/+50
2019-05-20Combine the two different pipeline test dirs into one.Jussi Pakkanen6-5/+4
2019-05-20fixup! fixup! tests: Add test for Dependency.get_variableDylan Baker1-7/+7
2019-05-16compilers/fortran: Fix all has_argument methods in mesonDylan Baker1-1/+4
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen13-20/+25
2019-05-13ast: fix #5376Daniel Mensinger1-0/+7
2019-05-10tests/fortran/14: Add vsdef filesDylan Baker2-1/+3
2019-05-10tests/fortran/9 cpp: It's okay to link ICL and ifortDylan Baker1-1/+1
2019-05-10tests/fortran/1: call compiler.get_id() == str instead of compiler == strDylan Baker1-1/+1
2019-05-10tests/204: Fix intel-cl expectationsDylan Baker1-2/+2
2019-05-10tests/206: Fix intel vs intel-cl expectationsDylan Baker1-8/+2
2019-05-10tests/143: Add xilib check for ICLDylan Baker1-0/+2
2019-05-10tests/132: ICL should not run this test like MSVC and clang-clDylan Baker1-1/+1
2019-05-10tests/124: ICL alos does not use ASMDylan Baker1-1/+1
2019-05-10tests/123: Add /nologo to cl and mlDylan Baker1-2/+2
2019-05-10tests/123: For MSVC like compilers to treat the .S file like a .c fileDylan Baker1-1/+2
2019-05-10tests/common/40: ICL behaves like MSVC and should be tested like itDylan Baker1-1/+1
2019-05-10test cases: Add ICL branches in addition to ICC branchesDylan Baker2-2/+8
2019-05-10tests: Add test for Dependency.get_variableDylan Baker1-0/+52
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf4-0/+23
2019-05-09Better detection of tab indentation.Jussi Pakkanen1-9/+9
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca1-7/+4
2019-05-05Fix an assertion exception when misusing install_dataJon Turney3-0/+25
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger1-1/+1
2019-05-03LLVM: Added CMake backendDaniel Mensinger2-2/+2
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker3-3/+3
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D3-0/+30
2019-05-02tests: Extend tests that use Threads internally to set methodDylan Baker3-3/+3
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen7-0/+291
2019-05-02mtest: check for an empty suite listPeter Hutterer3-0/+12
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen1-0/+3
2019-04-29Added additional tests for linking with custom_target[i]TheQwertiest6-0/+269
2019-04-29Added tests for custom_target[i]TheQwertiest1-0/+22
2019-04-28consistent invalid escape sequence behaviourJon Turney1-0/+14
2019-04-23ast: Improved test caseDaniel Mensinger1-12/+4
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger1-0/+14
2019-04-23ast: support elementary object methodsDaniel Mensinger1-3/+2
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger1-1/+4
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger1-1/+3
2019-04-22Remove extra directory in failing testJon Turney1-0/+0
2019-04-22i18n: add args keyword to merge_fileKonstantin6-3/+42
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen4-9/+29
2019-04-21Make it work on Cygwin.Jussi Pakkanen2-9/+24