aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Change "can not" to "cannot" throughout projectHiPhish5-5/+5
2023-04-04propagate the most accurate node to error messagesEli Schwartz1-1/+1
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter1-1/+1
2023-03-30tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze4-1/+7
2023-03-28test cases: make various things werror-safeEli Schwartz4-4/+9
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz2-1/+1
2023-03-27custom_target: libfoo.so.1 is linkableXavier Claessens1-1/+8
2023-03-11Make generator exe more resilient.Jussi Pakkanen1-2/+10
2023-03-09tests: allow a long test to have more time to complete before timing outEli Schwartz1-2/+2
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz1-1/+1
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-1/+1
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz2-1/+9
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens2-0/+46
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz2-2/+2
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker1-0/+10
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker1-0/+6
2023-02-15preprocess: Add dependencies kwargXavier Claessens2-2/+4
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens2-2/+11
2023-02-14allow install script to run in dry-run modeCharles Brunet2-5/+15
2023-02-01add cc.has_function_attribute('vector_size')Dudemanguy1-0/+1
2023-01-20Deprecate passing strings to non-string optionsDylan Baker4-2/+16
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker3-0/+60
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