summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2019-08-04sourceset: add all_dependencies() methodMarc-André Lureau
2019-08-03Condense test directory names.Jussi Pakkanen
2019-08-03Merge pull request #5644 from bonzini/meson-exe-cmdlineJussi Pakkanen
2019-07-30skip common/223 for PGI, as even 19.4 doesn't fully support C++17 as claimedMichael Hirsch, Ph.D
2019-07-30PGI: fix openmp for 190common testMichael Hirsch, Ph.D
2019-07-30PGI: cpp_pch precompiled headers functionalityMichael Hirsch, Ph.D
2019-07-24tests/122 shared module: More verbose loggingNirbheek Chauhan
2019-07-23meson: handle nested disablerMarc-André Lureau
2019-07-19Add version check support to find_program()Xavier Claessens
2019-07-16work around failure of test 185 in single-byte localesPaolo Bonzini
2019-06-27`add_{global,project}_{,link_}arguments`: simply native flag behaviorJohn Ericson
2019-06-19Skip `196 install_mode` project test on WindowsAleksey Gurtovoy
2019-05-28interpreter: add fallback argument to subproject.get_variable()Mathieu Duponchelle
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-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-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca
2019-05-03LLVM: Added CMake backendDaniel Mensinger
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-13TST: Actually check that postconf introspection works.Elliott Sales de Andrade
2019-04-02Merge pull request #5128 from Ericson2314/sanity-check-with-flagsJussi Pakkanen
2019-04-01Use a real linker arg in 'test cases/common/177 initial c_args'John Ericson
2019-04-01Merge pull request #5103 from mesonbuild/linkcustomJussi Pakkanen
2019-03-29tests: modify partial_dependency test to cover a bugDylan Baker
2019-03-28Support link_whole with custom targets.Jussi Pakkanen
2019-03-19Fix codegen with clang-cl.Jussi Pakkanen
2019-03-19THANK YOU STEVE JOBS FOR YOUR GREAT MODERN TOOLCHAIN!Jussi Pakkanen
2019-03-19Win fixes.Jussi Pakkanen
2019-03-18Can link against custom targets. Closes #4908.Jussi Pakkanen
2019-03-18Make custom lib script work with MSVC.Jussi Pakkanen
2019-03-18Add test script to generate a static library with a custom target.Jussi Pakkanen
2019-03-11test: fix "get define" on OpenBSDAntoine Jacoutot
2019-03-10Condense directory numbering for release.Jussi Pakkanen
2019-03-03Merge pull request #4958 from bonzini/tapJussi Pakkanen