aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2023-01-04add testcase for declare_dependency(objects: ...)Paolo Bonzini4-0/+30
2022-12-27add license_files kwarg to projectEli Schwartz6-3/+10
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz2-1/+12
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz2-2/+7
2022-12-06test: Add get_define test with prefix arrayMarvin Scholz1-0/+7
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz3-2/+8
2022-11-24Fix various spelling errorsDavid Robillard1-2/+2
2022-11-06Implement `in` operator on stringXavier Claessens1-0/+3
2022-11-01Add regression test for pch link_whole bug.Jussi Pakkanen7-0/+39
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens3-1/+33
2022-10-25Condense test directory numbers.Jussi Pakkanen28-4/+4
2022-10-23Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen6-0/+27
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens1-1/+0
2022-10-23Add unit test for cc.preprocess()Xavier Claessens6-0/+28
2022-10-23Fix excluding sources for static lib in both_libraries()Xavier Claessens2-0/+23
2022-09-28wrap: If the directory exists in a sub-subproject, uses it inplaceXavier Claessens4-0/+9
2022-08-23install modes should not apply sticky bit to filesEli Schwartz1-1/+8
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz55-55/+56
2022-08-23pkgconfig: Variables can be a single stringXavier Claessens2-0/+8
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 Baker5-3/+7
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 Baker2-0/+7
2022-08-17modules: use module level information about new and deprecationDylan Baker2-0/+14
2022-08-17tests: remove deprecated `import('unstable_')`Dylan Baker1-1/+1
2022-08-11add compilers from extracted objects directly to build targetsEli Schwartz6-0/+42
2022-08-07mtest: unify parsed and non-parsed output handlingHemmo Nieminen2-0/+22
2022-07-08implement the new preserve_path kwarg for install_data tooEli Schwartz22-0/+52
2022-07-07Fix test case numbers.Jussi Pakkanen6-0/+0
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-17external-project: Add depends kwargXavier Claessens1-0/+1
2022-06-14add testcase for previous commitPaolo Bonzini4-8/+68
2022-06-07wrap: Add support for applying a list of patch filesPaweł Marczewski5-0/+96
2022-05-30Implement `preserve_path` for install_headersFlorian "sp1rit"​3-3/+9
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-Szmek2-3/+3
2022-05-19Reword misleading warningZbigniew Jędrzejewski-Szmek2-3/+3
2022-05-03dependencies: handle one more case of subproject installed filesEli Schwartz4-0/+10
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 Pakkanen5-0/+48
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-13dependencies: allow get_variable to expose files from subprojectsEli Schwartz5-0/+48