summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović
2023-09-13Fix assertion raised with invalid option nameCharles Brunet
2023-09-09Add support for padding zeroes in int.to_string() methodNomura
2023-09-09Add macro_name option to configure_fileNicholas Vinson
2023-09-07Fix include_directories test for relative pathCharles Brunet
2023-09-07Compiler checks must use per-subproject optionsXavier Claessens
2023-09-07Add compiler.has_defineMarvin Scholz
2023-08-31add json output format to configure fileCharles Brunet
2023-08-28include_directories: Always add both source and build dirsXavier Claessens
2023-08-24find_program: Fallback if version mismatchXavier Claessens
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz
2023-08-17skip test on pkgconf 2.0.1 that is broken there due to a reported bugEli Schwartz
2023-08-17Remove hacky setup for CustomTargetIndex tests in fs.relative_to()Tristan Partin
2023-08-17Add fs.relative_to()Tristan Partin
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens
2023-08-04Add default_options argument to find_program()Nomura
2023-08-02Unify message(), format() and fstring formattingXavier Claessens
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz
2023-07-26Fix install_data() default install pathDaniele Nicolodi
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz
2023-07-13Silence some encoding warningsTristan Partin
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens
2023-07-04tests: add standard option to get_define() testKacper Michajłow
2023-06-28Condense test directory names for release.Jussi Pakkanen
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens
2023-06-20add str.splitlines methodMartin Dørum
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