summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney
2018-11-03Add new compiler.get_argument_syntax methodDylan Baker
2018-11-02Reformat Meson file for readability.Jussi Pakkanen
2018-11-02Make string division do path joining.Jussi Pakkanen
2018-10-29Rollback if an optional subproject failsXavier Claessens
2018-10-23Add 'disabler' argument to functions returning not-found objectsXavier Claessens
2018-10-21wrap: Fix crash with file based wrapsXavier Claessens
2018-10-20Remove implicit compression of man pagesMichał Górny
2018-10-17wrap: Allow source and patch to be local filesXavier Claessens
2018-10-10Add gnu hurd to *_machine informationDylan Baker
2018-10-08configure_file: Support taking values from a dictXavier Claessens
2018-10-07Expose wrap_mode as an option. Closes #4266.Jussi Pakkanen
2018-10-07Merge pull request #3900 from xclaesse/in-operatorJussi Pakkanen
2018-10-07Substitute output file then check for conflict.Christoph Behle
2018-10-04Interpreter: Add 'continue' and 'break' keywordsXavier Claessens
2018-10-04Interpreter: Add "in" and "not in" operatorsXavier Claessens
2018-09-30Fix indentation (make it uniform) in test file "14 configure file/meson.build"Guillermo Ignacio Enriquez Gutierrez
2018-09-25Fix Xcode backend: support for precompiled headers. Only one header per targe...Guillermo Ignacio Enriquez Gutierrez
2018-09-16Fix ICC on macOSDavid Seifert
2018-09-14test cases: add missing files to installed_files.txtMarco Trevisan (Treviño)
2018-09-07Add method to check for C/C++ function attributesDylan Baker
2018-09-06Condense test dirs.Jussi Pakkanen
2018-09-04Test + fix for not-found dependency fallback version comparisonNirbheek Chauhan
2018-09-03Allow override_find_program to use an executable.Rafael Ávila de Espíndola
2018-08-27Add a `required` argument to `subproject`Thibault Saunier
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney
2018-08-22Added "native" kwarg to add_XXX_args. Closes #3669.Jussi Pakkanen
2018-08-19tests/check header: Use linux/socket.h instead of if.h [skip appveyor]Nirbheek Chauhan
2018-08-19Condense test dirs.Jussi Pakkanen
2018-08-19Consolidated if and elif tests in one project.Jussi Pakkanen
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-08-17unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)
2018-08-15Kill tabs dead! For good!Jussi Pakkanen
2018-08-14interpreter: Add support for dict additionXavier Claessens
2018-08-14Fix yielding when subproject option type is differentNirbheek Chauhan
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan
2018-08-08Don't check version for fallback not-found dependencyNirbheek Chauhan
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke
2018-07-31Condense test dirs.Jussi Pakkanen
2018-07-27Move test from common to unit.Rafael Ávila de Espíndola
2018-07-27Warn for future keyword (#3908)Xavier Claessens
2018-07-22Make the dependency order deterministic. (#3927)Rafael Ávila de Espíndola
2018-07-19Handle transitive links to 'threads' dependencies. (#3895)Rafael Ávila de Espíndola
2018-07-19Merge pull request #3814 from behlec/configure-file-outputJussi Pakkanen
2018-07-08Add missing method on external library object: type_name() (#3845)Nirbheek Chauhan
2018-07-08Add tests for warnings in configure_file()Christoph Behle
2018-07-07Raise a MesonException when substituting an invalid valueNirbheek Chauhan