summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2020-02-23Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w...Jussi Pakkanen
2020-02-22tests: Ensure that executable and library are named differentlyNirbheek Chauhan
2020-02-20Introduce dataonly for the pkgconfig moduleRohan Garg
2020-02-13Remove unused no-installed-files test featureJon Turney
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan
2020-02-07Merge pull request #6421 from dcbaker/zlib-system-depJussi Pakkanen
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens
2020-02-06add fs.stem()Michael Hirsch, Ph.D
2020-02-06fs: add expanduser methodMichael Hirsch, Ph.D
2020-02-06fs: add methods as_posix, is_absoluteMichael Hirsch, Ph.D
2020-02-05ci: properly handle cross/native casesMichael Hirsch, Ph.D
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D
2020-02-05add native-file properties testsMichael Hirsch, Ph.D
2020-02-05pkgconfig: Generate -uninstalled.pc filesXavier Claessens
2020-02-05Test using a File as an argument to run_command.Jussi Pakkanen
2020-02-04interpreter: Iterate custom target outputsXavier Claessens
2020-01-31tests: Add a test case for the zlib system dependencyDylan Baker
2020-01-30Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398)Michael Hirsch, Ph.D
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen
2020-01-25tests: Prevent multiple-definition of symbolsErnestas Kulik
2020-01-24tests: Fix some test failures on Ubuntun 16.04 CINirbheek Chauhan
2020-01-21Use python3 in some tests which were still using pythonSebastien Bacher
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker
2020-01-07One more symlink test skip.Jussi Pakkanen
2019-12-29Only run symlink test from git checkout.Jussi Pakkanen
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D
2019-12-19fs: rename samefile => is_samepathMichael Hirsch, Ph.D
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens
2019-12-04dict: Fully evaluate keysXavier Claessens
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens
2019-11-25Fix link_whole with a custom targetXavier Claessens
2019-11-25fs: Add parent() and name() methodsXavier Claessens
2019-11-21Fix compute_int() when the value is -1Xavier Claessens
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-11-17Make all C main functions without arguments have "void" in arg list.Jussi Pakkanen
2019-11-17Merge pull request #6150 from scivision/fsexpandJussi Pakkanen
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-...Michael Hirsch, Ph.D
2019-11-17fs: make replace_suffix not expand file to absolute path, just manipulate the...Michael Hirsch, Ph.D
2019-11-17fs: replace_suffixMichael Hirsch, Ph.D
2019-11-17fs: get file sizeMichael Hirsch, Ph.D
2019-11-17fs: add hash compute methodMichael Hirsch, Ph.D
2019-11-17fs: further document and test behaviorMichael Hirsch, Ph.D
2019-11-17fs: extend self-test to cover windows as well for with_suffixMichael Hirsch, Ph.D
2019-11-17add fs.with_suffixMichael Hirsch, Ph.D
2019-11-17fs: use expanduserMichael Hirsch, Ph.D
2019-11-12Adding dictionary entry using string variable as key.franczc
2019-11-10Store run target names in build.Jussi Pakkanen
2019-11-08Created the filesystem module.Jussi Pakkanen