summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2020-04-11opts: Allow `-` and `not` in meson_options.txt (fixes #6948)Daniel Mensinger
2020-04-11Handle BuildTarget as custom_target() argument #6914Marc-André Lureau
2020-04-11Extend test to cover using library(name_prefix: []) for defaultJon Turney
2020-04-05Rename test dir names with dircondenser.py.Jussi Pakkanen
2020-04-04Make cc.has_function work on GCC/Clang __builtinsAndrei Alexeyev
2020-04-04mparser: fix precedence of arithmetic operatorsAndrei Alexeyev
2020-03-24Make werror per subproject optionXavier Claessens
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen
2020-03-19Use os.path.normpath() for include pathsClausKlein
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen
2020-03-06Allow override_dependency() with a not-found depXavier Claessens
2020-03-06Simplify dependency() fallbackXavier Claessens
2020-03-06Add meson.override_dependency()Xavier Claessens
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau
2020-02-29Fix re-building test '127 custom target directory install' with VS backendJon Turney
2020-02-29Test host_machine is correctly detected after add_languages()Jon Turney
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger
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-09Add add_languages(native:)Jon Turney
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