summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2023-06-01pkgconfig: Add include directories from internal deps in -uninstalled.pcXavier Claessens
2023-05-31preprocess: Allow preprocessing any file extensionsXavier Claessens
2023-05-21Allow generator.process(generator.process(...))Volker Weißmann
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz
2023-04-27Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi
2023-04-11fix various spelling issuesJosh Soref
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
2023-04-04propagate the most accurate node to error messagesEli Schwartz
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter
2023-03-30tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze
2023-03-28test cases: make various things werror-safeEli Schwartz
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz
2023-03-27custom_target: libfoo.so.1 is linkableXavier Claessens
2023-03-11Make generator exe more resilient.Jussi Pakkanen
2023-03-09tests: allow a long test to have more time to complete before timing outEli Schwartz
2023-03-09re-deduplicate feature warnings printed at the end of setupEli Schwartz
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens
2023-03-01interpreter: report FeatureNew for kwargs to project()Eli Schwartz
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz
2023-02-15interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker
2023-02-15interpreter: add a feature.enable_auto_ifDylan Baker
2023-02-15preprocess: Add dependencies kwargXavier Claessens
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens
2023-02-14allow install script to run in dry-run modeCharles Brunet
2023-02-01add cc.has_function_attribute('vector_size')Dudemanguy
2023-01-20Deprecate passing strings to non-string optionsDylan Baker
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker
2023-01-04add testcase for declare_dependency(objects: ...)Paolo Bonzini
2022-12-27add license_files kwarg to projectEli Schwartz
2022-12-27tests: fix test that has source code incompatible with modern CEli Schwartz
2022-12-11fix broken fs.copyfile function that crashed if you tried to use itEli Schwartz
2022-12-06test: Add get_define test with prefix arrayMarvin Scholz
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz
2022-11-24Fix various spelling errorsDavid Robillard
2022-11-06Implement `in` operator on stringXavier Claessens
2022-11-01Add regression test for pch link_whole bug.Jussi Pakkanen
2022-10-31both_libraries: Make sure to select the right linker for static libXavier Claessens
2022-10-25Condense test directory numbers.Jussi Pakkanen
2022-10-23Merge pull request #10916 from xclaesse/preprocessJussi Pakkanen
2022-10-23gnulike: Fix preprocessing files with any extensionXavier Claessens
2022-10-23Add unit test for cc.preprocess()Xavier Claessens
2022-10-23Fix excluding sources for static lib in both_libraries()Xavier Claessens
2022-09-28wrap: If the directory exists in a sub-subproject, uses it inplaceXavier Claessens
2022-08-23install modes should not apply sticky bit to filesEli Schwartz
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz
2022-08-23pkgconfig: Variables can be a single stringXavier Claessens
2022-08-18modules/fs: Replace configure_file(copy:) with fs.copyfileDylan Baker