summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* detect_cpu: Fix mips32 detection on mips64Cyan2023-04-281-8/+8
* intro: add more details to generated json filesCharles Brunet2023-04-201-8/+34
* minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi2023-04-141-5/+6
* fix various spelling issuesJosh Soref2023-04-115-6/+6
* Change "can not" to "cannot" throughout projectHiPhish2023-04-111-1/+1
* msetup: Allow (re)configure of not empty builddirXavier Claessens2023-03-302-0/+36
* msetup: use more consistent exceptions on exitXavier Claessens2023-03-301-3/+5
* coredata: Fix changing prefix optionXavier Claessens2023-03-301-4/+4
* Condense test directories for rc1.Jussi Pakkanen2023-03-284-23/+23
* Add support for meson.options as a replacement for meson_options.txtDylan Baker2023-03-281-1/+3
* unittests: Pass the exact backend nameXavier Claessens2023-03-282-3/+5
* Make backend option read-onlyXavier Claessens2023-03-281-1/+26
* backends: add a new "none" backendEli Schwartz2023-03-202-0/+18
* Stop using replace_if_different() for coredata pickle fileDaan De Meyer2023-03-161-5/+32
* prevent lib prefix warning from pkg-configCharles Brunet2023-03-161-1/+1
* msubprojects: fix potential error when resetting a git checkoutBenoit Pierre2023-03-041-0/+11
* typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens2023-03-041-2/+40
* interpreter: Add testcase..endtestcase clause supportXavier Claessens2023-03-011-0/+6
* unittests: add test for source dir stripping from rpathsStefan Hajnoczi2023-03-011-0/+42
* mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi2023-02-271-1/+11
* test cases: use best practices method to find the python3 programEli Schwartz2023-02-241-2/+4
* interpreter/mesonmain: Add build_options methodL. E. Segovia2023-02-201-0/+27
* allow install script to run in dry-run modeCharles Brunet2023-02-141-0/+14
* cython: add unittest to verify that depfiles workEli Schwartz2023-02-101-0/+21
* internaltests: Fix tests for /utf-8 removalDylan Baker2023-02-081-5/+6
* remove /utf-8 option when /validate-charset- is presentCharles Brunet2023-02-011-0/+22
* coredata: use a frozenset instead of a dict where values are always NoneDylan Baker2023-01-201-3/+3
* devenv: Allow dumping into file and select a formatXavier Claessens2023-01-181-0/+27
* BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li2023-01-151-0/+26
* depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert2022-12-142-0/+35
* wrap: Don't use --branch with shallow clones against HEADL. E. Segovia2022-12-071-2/+16
* mtest: warn on invalid TAP outputEli Schwartz2022-12-051-0/+4
* refactor pkg-config dependency to allow statically finding the programEli Schwartz2022-12-041-1/+1
* Add warning_level=everythingDavid Robillard2022-11-271-0/+6
* unittests: add and use get_meson_log_raw functionMarvin Scholz2022-11-223-10/+13
* unittests: add and use _open_meson_log functionMarvin Scholz2022-11-221-12/+17
* Handle freezing tests. Fixes #10752.Jussi Pakkanen2022-11-211-0/+8
* tests: fix potential failure to verify pkg-config generationEli Schwartz2022-11-171-1/+1
* Fix test_rust_clippy for rust 1.65Xeonacid2022-11-161-1/+2
* backends: Try guessing install tag for all installed filesXavier Claessens2022-11-021-0/+5
* minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia2022-11-011-6/+22
* Compilers: Keep ccache and exelist separatedXavier Claessens2022-10-251-4/+4
* Skip wrapdb test if there is no connectivity.Jussi Pakkanen2022-10-251-0/+9
* Condense test directory numbers.Jussi Pakkanen2022-10-253-21/+21
* Accept disablers in summary valuesElliott Sales de Andrade2022-10-241-2/+3
* Document and test new WrapDB auto fallbackXavier Claessens2022-10-101-0/+19
* Move classes used by scripts to their own moduleXavier Claessens2022-09-282-3/+31
* modules/gnome: make_native_glib_version an instance varDylan Baker2022-09-221-5/+2
* compilers: don't export every compiler as a top-level propertyEli Schwartz2022-09-193-10/+16
* compilers: don't use instance checks to determine propertiesEli Schwartz2022-09-191-4/+3