summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2019-05-22sourceset: add a realistic example as a testcasePaolo Bonzini
2019-05-22new module "sourceset" to match source file lists against configuration dataPaolo Bonzini
2019-05-21Merge pull request #5372 from dcbaker/get_variableJussi Pakkanen
2019-05-20Generators can have extra target dependencies. Closes #4131.Jussi Pakkanen
2019-05-20Combine the two different pipeline test dirs into one.Jussi Pakkanen
2019-05-20fixup! fixup! tests: Add test for Dependency.get_variableDylan Baker
2019-05-16compilers/fortran: Fix all has_argument methods in mesonDylan Baker
2019-05-14Merge pull request #5331 from dcbaker/iclJussi Pakkanen
2019-05-13ast: fix #5376Daniel Mensinger
2019-05-10tests/fortran/14: Add vsdef filesDylan Baker
2019-05-10tests/fortran/9 cpp: It's okay to link ICL and ifortDylan Baker
2019-05-10tests/fortran/1: call compiler.get_id() == str instead of compiler == strDylan Baker
2019-05-10tests/204: Fix intel-cl expectationsDylan Baker
2019-05-10tests/206: Fix intel vs intel-cl expectationsDylan Baker
2019-05-10tests/143: Add xilib check for ICLDylan Baker
2019-05-10tests/132: ICL should not run this test like MSVC and clang-clDylan Baker
2019-05-10tests/124: ICL alos does not use ASMDylan Baker
2019-05-10tests/123: Add /nologo to cl and mlDylan Baker
2019-05-10tests/123: For MSVC like compilers to treat the .S file like a .c fileDylan Baker
2019-05-10tests/common/40: ICL behaves like MSVC and should be tested like itDylan Baker
2019-05-10test cases: Add ICL branches in addition to ICC branchesDylan Baker
2019-05-10tests: Add test for Dependency.get_variableDylan Baker
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf
2019-05-09Better detection of tab indentation.Jussi Pakkanen
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca
2019-05-05Fix an assertion exception when misusing install_dataJon Turney
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger
2019-05-03LLVM: Added CMake backendDaniel Mensinger
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker
2019-05-02per-target manual specification of link_languageMichael Hirsch, Ph.D
2019-05-02tests: Extend tests that use Threads internally to set methodDylan Baker
2019-05-02Merge pull request #5161 from TheQwertiest/feature/custom_target_linkJussi Pakkanen
2019-05-02mtest: check for an empty suite listPeter Hutterer
2019-05-02Non-required appleframework deps should not be an error. Closes #5295.Jussi Pakkanen
2019-04-29Added additional tests for linking with custom_target[i]TheQwertiest
2019-04-29Added tests for custom_target[i]TheQwertiest
2019-04-28consistent invalid escape sequence behaviourJon Turney
2019-04-23ast: Improved test caseDaniel Mensinger
2019-04-23ast: Make sure to avoid infinite recursionsDaniel Mensinger
2019-04-23ast: support elementary object methodsDaniel Mensinger
2019-04-23ast: resolve simple arithmetic nodesDaniel Mensinger
2019-04-23ast: resolve ID nodes in flatten_argsDaniel Mensinger
2019-04-22Remove extra directory in failing testJon Turney
2019-04-22i18n: add args keyword to merge_fileKonstantin
2019-04-21Merge pull request #5289 from mesonbuild/fixxpassJussi Pakkanen
2019-04-21Make it work on Cygwin.Jussi Pakkanen
2019-04-21Report xpass results as failures.Jussi Pakkanen
2019-04-18Add a test case for dependency(method:'config-tool') with an unknown nameJon Turney
2019-04-15gpgme dependency: verify that pkg-config works on newer gpgmeEli Schwartz
2019-04-13interpreter: Warn when environment() ops are overridenNirbheek Chauhan