aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2022-05-24cmake: Add test caseDaniel Mensinger2-0/+5
2022-05-19Add cc.has_function_attribute('sentinel')Tristan Partin1-0/+1
2022-05-19Add cc.has_function_attribute('section')Tristan Partin1-0/+1
2022-05-19Reword message in warningZbigniew Jędrzejewski-Szmek4-5/+5
2022-05-19Reword misleading warningZbigniew Jędrzejewski-Szmek4-5/+5
2022-05-10Require CMake 3.14 for all tests that use the cmake moduleSimon McVittie5-17/+7
2022-05-08compilers/c++: Add MSVC option to make the __cplusplus define accurateEli Schwartz3-1/+22
2022-05-06Add some scaffolding needed for C++ modules in GCC.Jussi Pakkanen13-0/+96
2022-05-06Move Visual Studio module test to its own subdir.Jussi Pakkanen13-14/+21
2022-05-03dependencies: handle one more case of subproject installed filesEli Schwartz4-0/+10
2022-05-03add testcase for bad things with add_project_dependenciesPaolo Bonzini10-0/+53
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini4-0/+43
2022-05-01Add support for multiline f-stringsPeter Lesslie2-1/+49
2022-05-01Convert if...error checks to assert() in string arithmetic testsPeter Lesslie1-11/+3
2022-05-01Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-filesJussi Pakkanen17-3/+121
2022-04-30use D compiler to check pointer size in test d/14Remi Thebault1-2/+2
2022-04-30implement and test a few compiler checks for DRemi Thebault2-0/+67
2022-04-23Do not use 'echo' as it is not available on plain cmd.exeJussi Pakkanen4-4/+10
2022-04-21Allow deprecating an option for a new oneXavier Claessens2-0/+13
2022-04-20vcs_tag: handle non-str / non-file argumentsKirill Isakov1-1/+15
2022-04-20vcs_tag: document the already supported file argKirill Isakov2-0/+8
2022-04-20Fix purelib and platlib validation in Python3 module.Jussi Pakkanen1-2/+4
2022-04-19unittests: Add test_pkgconfig_relocatable to allplatformstestsFredrik Salomonsson1-0/+15
2022-04-19test cases/failing: Add 123 pkgconfig not relocatable outside prefixFredrik Salomonsson2-0/+30
2022-04-18Fix generator expression list problems (fixes #10288)Daniel Mensinger1-1/+1
2022-04-13dependencies: move DependencyVariableString handling to declare_dependencyEli Schwartz5-3/+16
2022-04-13dependencies: allow get_variable to expose files from subprojectsEli Schwartz14-0/+105
2022-04-13dependencies: tighten type checking and fix cmake API violation for get_variableEli Schwartz1-3/+3
2022-04-12qt dependency: find the correct -qtX configtool nameEli Schwartz1-2/+2
2022-04-12tests: fix incomplete Qt 6 supportStefan Hajnoczi4-3/+33
2022-04-03cmake: Better error message when configuring a CMake subproject fails.Daniel Mensinger3-0/+23
2022-04-01Fix CMake error messageDaniel Mensinger1-2/+2
2022-03-30Add new debug() functionMarvin Scholz1-0/+4
2022-03-29gnome: Fix gtkdoc when using multiple Apple frameworksJan Tojnar2-1/+7
2022-03-29Condense test directory names.Jussi Pakkanen569-86/+86
2022-03-24Make compilers list per subprojectXavier Claessens8-4/+19
2022-03-23Add support for cython_argsTristan Partin3-0/+38
2022-03-23add test d/14 dub with depsRemi Thebault2-0/+93
2022-03-22interpreter: Make compiler options per-subprojectXavier Claessens5-6/+32
2022-03-22tests/common/44: Prepend to PKG_CONFIG_PATh instead of replacing itDylan Baker2-4/+10
2022-03-22Add ability to add resources to jarsTristan Partin5-0/+48
2022-03-21Merge pull request #10147 from dcbaker/submit/structured-sources-subdirJussi Pakkanen10-0/+31
2022-03-21tests/rust: renumber structred sources testDylan Baker10-0/+0
2022-03-21ninja: fix handling of rust structured_sources in rare caseDylan Baker4-0/+31
2022-03-18tests: make python2 dependency on 32-bit windows non-fatalEli Schwartz1-6/+18
2022-03-17tests: don't skip python version tests if python is found but its dep is brokenEli Schwartz1-10/+6
2022-03-16unittests: convert python tests to project testsEli Schwartz6-0/+13
2022-03-15Revert "devenv: Set PYTHONPATH where we install python modules"Eli Schwartz5-36/+1
2022-03-14sourceset: reinstate extra_depsPaolo Bonzini1-2/+2
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen13-0/+139