aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2023-09-09Add support for padding zeroes in int.to_string() methodNomura1-0/+9
2023-09-09Add macro_name option to configure_fileNicholas Vinson2-0/+32
2023-09-07Fix include_directories test for relative pathCharles Brunet2-0/+29
2023-09-07Compiler checks must use per-subproject optionsXavier Claessens1-0/+4
2023-09-07Add compiler.has_defineMarvin Scholz1-40/+49
2023-08-31add json output format to configure fileCharles Brunet5-0/+82
2023-08-28include_directories: Always add both source and build dirsXavier Claessens2-0/+13
2023-08-24find_program: Fallback if version mismatchXavier Claessens5-0/+21
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre2-0/+8
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin3-1/+59
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz3-63/+1
2023-08-17skip test on pkgconf 2.0.1 that is broken there due to a reported bugEli Schwartz1-0/+4
2023-08-17Remove hacky setup for CustomTargetIndex tests in fs.relative_to()Tristan Partin1-21/+5
2023-08-17Add fs.relative_to()Tristan Partin3-1/+79
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens1-0/+4
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens1-0/+23
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens2-0/+68
2023-08-04Add default_options argument to find_program()Nomura5-0/+20
2023-08-02Unify message(), format() and fstring formattingXavier Claessens3-0/+49
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz1-1/+1
2023-07-26Fix install_data() default install pathDaniele Nicolodi5-1/+11
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz1-5/+12
2023-07-13Silence some encoding warningsTristan Partin2-4/+4
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens2-1/+4
2023-07-04tests: add standard option to get_define() testKacper Michajłow1-0/+10
2023-06-28Condense test directory names for release.Jussi Pakkanen3-0/+0
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens3-0/+27
2023-06-20add str.splitlines methodMartin Dørum1-0/+12
2023-06-01pkgconfig: Add include directories from internal deps in -uninstalled.pcXavier Claessens6-0/+29
2023-05-31preprocess: Allow preprocessing any file extensionsXavier Claessens1-3/+3
2023-05-21Allow generator.process(generator.process(...))Volker Weißmann4-0/+32
2023-05-02python module: add an automatic byte-compilation stepEli Schwartz1-1/+1
2023-04-27Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull1-1/+2
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz1-0/+9
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi5-0/+10
2023-04-11fix various spelling issuesJosh Soref24-22/+22
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