aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2022-10-24One more dircondensation for rc1.dirc2Jussi 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
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-14sourceset: reinstate extra_depsPaolo Bonzini1-2/+2
2022-03-12fix regression in vcs_tag when the VCS program is not installedEli Schwartz1-0/+6
2022-03-09Move dataonly pkgconfig file to datadir/pkgconfigTristan Partin1-2/+2
2022-03-06find_program: add a version() method to match the one for dependenciesEli Schwartz1-0/+3
2022-02-17test cases: rename shared library('c') avoid libc collisionEli Schwartz5-5/+10
2022-02-15pkgconfig module: allow custom variables to reference builtin directoriesEli Schwartz2-1/+30
2022-02-01unittests: check that "verbose: true" works on testsPaolo Bonzini1-1/+1
2022-02-01Fix dep.get_variable() with empty string default_valueXavier Claessens2-0/+10