aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2020-03-06Allow override_dependency() with a not-found depXavier Claessens2-0/+5
2020-03-06Simplify dependency() fallbackXavier Claessens2-0/+7
2020-03-06Add meson.override_dependency()Xavier Claessens3-1/+15
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau2-2/+2
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger2-2/+4
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger57-126/+239
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger4-8/+18
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen1-1/+1
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan1-1/+1
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg2-0/+8
2020-02-13Remove unused no-installed-files test featureJon Turney1-0/+0
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan1-3/+9
2020-02-07Merge pull request #6421 from dcbaker/zlib-system-depJussi Pakkanen1-0/+23
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens6-0/+39
2020-02-06add fs.stem()Michael Hirsch, Ph.D1-0/+4
2020-02-06fs: add expanduser methodMichael Hirsch, Ph.D1-2/+6
2020-02-06fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D1-0/+22
2020-02-05ci: properly handle cross/native casesMichael Hirsch, Ph.D2-2/+6
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D4-12/+32
2020-02-05add native-file properties testsMichael Hirsch, Ph.D3-7/+16
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens3-1/+9
2020-02-05Test using a File as an argument to run_command.Jussi Pakkanen1-0/+6
2020-02-04interpreter: Iterate custom target outputsXavier Claessens1-1/+12
2020-01-31tests: Add a test case for the zlib system dependencyDylan Baker1-0/+23
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D1-0/+3
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen1-2/+11
2020-01-25tests: Prevent multiple-definition of symbolsErnestas Kulik6-6/+14
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan1-1/+1
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher5-5/+5
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker1-2/+11
2020-01-07One more symlink test skip.Jussi Pakkanen1-1/+1
2019-12-29Only run symlink test from git checkout.Jussi Pakkanen1-1/+11
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-5/+13
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D1-3/+5
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens2-0/+9
2019-12-04dict: Fully evaluate keysXavier Claessens2-21/+36
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert1-5/+14
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens2-12/+0
2019-11-25Fix link_whole with a custom targetXavier Claessens3-0/+17
2019-11-25fs: Add parent() and name() methodsXavier Claessens1-0/+3
2019-11-21Fix compute_int() when the value is -1Xavier Claessens1-0/+3
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan2-0/+12
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D214-303/+303
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen142-146/+146
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen1-1/+52
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D159-170/+169
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D1-4/+4
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D1-11/+11
2019-11-17fs: get file sizeMichael Hirsch, Ph.D1-0/+14
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D1-0/+8