summaryrefslogtreecommitdiff
path: root/test cases
Commit message (Expand)AuthorAgeFilesLines
* Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann2023-05-131-1/+2
* Fix paths of Fortran order dependenciesVolker Weißmann2023-05-134-0/+17
* Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers2023-05-051-1/+1
* Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers2023-05-055-21/+33
* tests: add a python test for bytecode compilationEli Schwartz2023-05-0210-3/+58
* python module: add an automatic byte-compilation stepEli Schwartz2023-05-023-3/+4
* Don't use dyndep scanner when preprocessingVolker Weißmann2023-04-272-0/+11
* Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull2023-04-271-1/+2
* Add env kwarg to gnome.generate_gir().Volker Weißmann2023-04-267-11/+18
* ci: Don't search for llvm modules with LLVM 16.0.xNirbheek Chauhan2023-04-241-16/+40
* dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron2023-04-242-2/+3
* fix python.version() not working in some casesCharles Brunet2023-04-231-0/+3
* rust: Add new `rust_dependency_map` target configurationSebastian Dröge2023-04-212-2/+2
* rust: add support for b_ndebugDylan Baker2023-04-212-1/+13
* pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz2023-04-181-0/+9
* minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi2023-04-145-0/+10
* rust: Don't pass dependency compile arguments to the compilerSebastian Dröge2023-04-141-2/+6
* fix various spelling issuesJosh Soref2023-04-1155-60/+60
* Change "can not" to "cannot" throughout projectHiPhish2023-04-119-9/+9
* propagate the most accurate node to error messagesEli Schwartz2023-04-0447-47/+47
* tests/94 threads: fix build error with clang 16Christoph Reiter2023-04-031-1/+1
* tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze2023-03-304-1/+7
* test cases: make various things werror-safeEli Schwartz2023-03-285-4/+11
* test that python modules nominally compile without warningsEli Schwartz2023-03-281-1/+1
* Condense test directories for rc1.Jussi Pakkanen2023-03-2889-0/+0
* Fix validation regexes to handle rc version numbers.Jussi Pakkanen2023-03-282-2/+2
* backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz2023-03-282-1/+1
* Add support for meson.options as a replacement for meson_options.txtDylan Baker2023-03-286-0/+14
* custom_target: libfoo.so.1 is linkableXavier Claessens2023-03-271-1/+8
* tests: fix critical existence failure of doxygen testEli Schwartz2023-03-263-4/+4
* backends: add a new "none" backendEli Schwartz2023-03-202-0/+7
* Stop using replace_if_different() for coredata pickle fileDaan De Meyer2023-03-161-5/+6
* Make generator exe more resilient.Jussi Pakkanen2023-03-111-2/+10
* tests: allow a long test to have more time to complete before timing outEli Schwartz2023-03-091-2/+2
* re-deduplicate feature warnings printed at the end of setupEli Schwartz2023-03-091-1/+1
* typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens2023-03-042-2/+2
* interpreter: report FeatureNew for kwargs to project()Eli Schwartz2023-03-012-1/+9
* handle meson_version after parsing but before invalid project() kwargsEli Schwartz2023-03-013-1/+11
* handle meson_version even when the build file fails to parseEli Schwartz2023-03-012-0/+12
* interpreter: Add testcase..endtestcase clause supportXavier Claessens2023-03-012-0/+46
* mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi2023-02-274-0/+9
* test cases: use best practices method to find the python3 programEli Schwartz2023-02-2412-13/+14
* Implement rustc controlled whole-archive linkingDylan Baker2023-02-2213-13/+62
* interpreter/mesonmain: Add build_options methodL. E. Segovia2023-02-202-0/+7
* nasm: Link with windows CRT libs when nasm is used as linker languageXavier Claessens2023-02-204-0/+31
* interpreter: add FeatureOption.enable_if and .disable_ifDylan Baker2023-02-151-0/+10
* interpreter: add a feature.enable_auto_ifDylan Baker2023-02-151-0/+6
* preprocess: Add dependencies kwargXavier Claessens2023-02-152-2/+4
* preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens2023-02-152-2/+11
* allow install script to run in dry-run modeCharles Brunet2023-02-142-5/+15