aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2022-09-28wrap: If the directory exists in a sub-subproject, uses it inplaceXavier Claessens4-0/+9
2022-09-19python module: allow specifying the pure kwarg in the installation objectEli Schwartz2-1/+15
2022-09-12dependencies: log the real reason for a dependency lookup failingEli Schwartz3-3/+3
2022-09-09tests: Add a test for a target with no sourcesDylan Baker2-0/+10
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis1-1/+1
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis2-0/+23
2022-09-04Add missing cdata update in genmarshal testsJan Alexander Steffens (heftig)1-0/+3
2022-09-03tests/7 gnome: Fix incorrect unref of GResourceNirbheek Chauhan2-4/+3
2022-08-23install modes should not apply sticky bit to filesEli Schwartz1-1/+8
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz107-107/+108
2022-08-23pkgconfig: Variables can be a single stringXavier Claessens2-0/+8
2022-08-18modules/pkgconfig: Use typed_kwargsDylan Baker3-3/+3
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker1-1/+21
2022-08-18minstall: do not trample install_mode by rpath fixerEli Schwartz1-0/+1
2022-08-17tests/common/215: Save some time by only checking pkg-configDylan Baker1-1/+1
2022-08-17tests: fix targets with no sourcesDylan Baker9-6/+10
2022-08-17interpreter: deprecate the ability import unstable modules as `unstable_*`Dylan Baker2-0/+4
2022-08-17interpreter: move handling of module stability to interpreterDylan Baker6-2/+19
2022-08-17modules: use module level information about new and deprecationDylan Baker2-0/+14
2022-08-17tests: remove deprecated `import('unstable_')`Dylan Baker2-2/+2
2022-08-11CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz1-0/+7
2022-08-11add compilers from extracted objects directly to build targetsEli Schwartz6-0/+42
2022-08-10cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger1-1/+1
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen2-0/+22
2022-07-31Only reconfigure if configure options actually changedDaan De Meyer2-0/+6
2022-07-25tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui5-0/+31
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