summaryrefslogtreecommitdiff
path: root/test cases/failing
AgeCommit message (Expand)Author
2022-07-06Improve error message for `include_directories(abs_path_intree)`Ralf Gommers
2022-06-17refactor logic for parsing dependency variables into type_checking moduleEli Schwartz
2022-06-16fix regression that broke proper warnings about passing subproject as a depEli Schwartz
2022-06-16test (failing): 127 subproject object as a dependencyfxxf
2022-06-14take override_option('unity=...') into account when allowing extract_objects()Paolo Bonzini
2022-05-31fix regression that broke type checking of CustomTarget outputsEli Schwartz
2022-05-03add testcase for bad things with add_project_dependenciesPaolo Bonzini
2022-05-01Merge pull request #10039 from eli-schwartz/wayland-protocols-subproject-filesJussi Pakkanen
2022-04-23Do not use 'echo' as it is not available on plain cmd.exeJussi Pakkanen
2022-04-19test cases/failing: Add 123 pkgconfig not relocatable outside prefixFredrik Salomonsson
2022-04-13dependencies: move DependencyVariableString handling to declare_dependencyEli Schwartz
2022-04-13dependencies: allow get_variable to expose files from subprojectsEli Schwartz
2022-04-03cmake: Better error message when configuring a CMake subproject fails.Daniel Mensinger
2022-03-29Condense test directory names.Jussi Pakkanen
2022-03-24Make compilers list per subprojectXavier Claessens
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen
2022-03-07Add support for rust proc-macro cratesDylan Baker
2022-03-07tests/rust: Add a test for structured inputsDylan Baker
2022-03-03interpreter: use typed_kwargs for subproject()Dylan Baker
2022-02-09meson: Allow directory options outside of prefixJan Tojnar
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker
2022-01-12subproject: fix version validation on lookupØyvind Aarrestad Aakre
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen
2021-12-20restore additional info about the potential cause of find_program failingEli Schwartz
2021-12-06allow passing a CustomTargetIndex as argument to a testPaolo Bonzini
2021-12-01add install_symlink functionPablo Correa Gómez
2021-11-27Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen
2021-11-25interpreter: fix `feature.require` handling of error messageBenoit Pierre
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan
2021-11-23rust: clean up inputs and outputs to bindgenPaolo Bonzini
2021-11-22typed_kwargs: use | for type unions, not ,Dylan Baker
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker
2021-11-15interpreter: disallow RunTarget in meson.add_install_scriptPaolo Bonzini
2021-11-15interpreter: disallow RunTarget in testPaolo Bonzini
2021-10-30Added warning if run_command is called without the check kwargVolker Weißmann
2021-10-10Be more strict about target names with slashes.Jussi Pakkanen
2021-10-09optinterpreter: Refactor to use typed_pos_args() and typed_kwargs()Xavier Claessens
2021-10-06interpreter: Holderify arrays and dictsDaniel Mensinger
2021-09-25interpreter: Introduce StringHolderDaniel Mensinger
2021-09-01dependency: fallback and allow_fallback are mutually exclusiveXavier Claessens
2021-08-31interpreter: Add IntegerHolderDaniel Mensinger
2021-08-27interpreter: fix name of typed_kwargs for `test()`Dylan Baker
2021-08-22use a more informative error message for invoking meson in a subdirEli Schwartz
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
2021-07-15Condense test directory names for next release.Jussi Pakkanen
2021-07-05cmake: Improved error message for using dependency for executablesDaniel Mensinger
2021-06-30interpreter: add required and disabled to importDylan Baker
2021-06-23Merge pull request #8884 from dcbaker/submit/type-and-annotate-install-functionsJussi Pakkanen
2021-06-22tests: both_library test improvementsDaniel Mensinger