aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2022-07-11tests: unskip windows mixing msvc and fortran, for non-gcc fortranEli Schwartz2-2/+4
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz31-0/+69
2022-07-07Fix test case numbers.Jussi Pakkanen121-5/+5
2022-07-06Improve error message for `include_directories(abs_path_intree)`Ralf Gommers1-1/+1
2022-06-30test cases: Don't fall off the end of main() without an exit statusSimon McVittie3-0/+3
2022-06-21fix type checking for declare_dependency to allow linking to executableEli Schwartz1-0/+5
2022-06-19Merge pull request #10464 from rtbo/fix_generated_depsJussi Pakkanen4-0/+41
2022-06-19python module: implicitly add python dep to extensionsEli Schwartz3-3/+0
2022-06-19update gnome test to cover built gresource filesEli Schwartz3-4/+29
2022-06-17external-project: Add depends kwargXavier Claessens1-0/+1
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz3-3/+3
2022-06-17docs: d_module_versions has an undocumented ability to accept integersEli Schwartz1-1/+1
2022-06-17interpreter: fix a subproject check with symlinksHemmo Nieminen5-3/+25
2022-06-16fix regression that broke proper warnings about passing subproject as a depEli Schwartz1-1/+1
2022-06-16test (failing): 127 subproject object as a dependencyfxxf4-0/+13
2022-06-14Fix crash when a reconfigure adds a new subprojectXavier Claessens4-0/+14
2022-06-14add testcase for previous commitPaolo Bonzini4-8/+68
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini4-0/+17
2022-06-09intro-install_plan: fix destinations for build_targets with custom install_dirEli Schwartz1-0/+4
2022-06-07wrap: Add support for applying a list of patch filesPaweł Marczewski5-0/+96
2022-06-05add D generated files to order-only depsRemi Thebault4-0/+41
2022-06-01Fix sandbox violation when using subproject as a symlinkVili Väinölä4-0/+21
2022-05-31fix regression that broke type checking of CustomTarget outputsEli Schwartz1-1/+1
2022-05-30Implement `preserve_path` for install_headersFlorian "sp1rit"​3-3/+9
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