summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
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
2018-07-04find_library: Only run link test on system dirsNirbheek Chauhan
2018-07-04configure_file: Don't optimize away substitutionsNirbheek Chauhan
2018-07-04test cases: Merge two configure_file testsNirbheek Chauhan
2018-07-02FeatureNew: Make all checks subproject-specificNirbheek Chauhan
2018-07-01Don't let build_always take precedence over build_by_default (#3816)Andrei Alexeyev
2018-06-30More tests to cover missing fallback for a non-found dependencyJon Turney
2018-06-30Fix handling of dependency('', fallback: ['subproject', 'dep'])Jon Turney
2018-06-18run_command: Add new kwarg 'capture'Nirbheek Chauhan
2018-06-18Add UserFeatureOption typeXavier Claessens
2018-06-12Improve test case.Christoph Behle
2018-06-12Always apply concatenate_string_literal.Christoph Behle
2018-06-12Add tests for concatenate_string_literalsChristoph Behle
2018-06-12get_define can concatenate string literals.Christoph Behle
2018-06-12Add test case for string literal concatenation.Christoph Behle
2018-06-09Add file encoding to configure_fileSander Sweers
2018-06-07Interpreter: Fix subdir_done() to exit from inside if/foreach blocksXavier Claessens
2018-06-07Add test case for generated headers used through a dependency.Jussi Pakkanen
2018-06-03Add 'common/202 subproject array version' testAleksey Filippov
2018-06-02test extra paths: move test to windowsMathieu Duponchelle
2018-06-02test extra paths: add test caseMathieu Duponchelle
2018-06-02Add test case for 'install_mode'Filipe Brandenburger
2018-05-30New compiler method: check_headerNirbheek Chauhan
2018-05-23Add support for octal and binary int literals.Filipe Brandenburger
2018-05-22Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodataJussi Pakkanen