aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2023-05-25mtest: wildcard selectionCharles Brunet1-0/+24
2023-05-22intro: add more details to generated files(part 2)Charles Brunet1-1/+4
2023-05-17summary: Add from which subproject each subproject have been calledXavier Claessens1-1/+1
2023-05-13During reconfigure, show that no compiler was found, if compiler fails sanity...Volker Weißmann1-7/+7
2023-05-05Fix unit test that hardcoded `/` and hence broke on WindowsRalf Gommers1-4/+4
2023-05-03tests: fix `test_always_prefer_c_compiler_for_asm`Benoit Pierre1-1/+1
2023-05-02unittests: add magic flag global to integrate utility methods with unittestEli Schwartz1-0/+5
2023-05-02tests: add workarounds for python brokenness on WindowsEli Schwartz3-2/+22
2023-05-02tests: add a python test for bytecode compilationEli Schwartz1-5/+33
2023-04-28detect_cpu: Fix mips32 detection on mips64Cyan1-8/+8
2023-04-20intro: add more details to generated json filesCharles Brunet1-8/+34
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi1-5/+6
2023-04-11fix various spelling issuesJosh Soref5-6/+6
2023-04-11Change "can not" to "cannot" throughout projectHiPhish1-1/+1
2023-03-30msetup: Allow (re)configure of not empty builddirXavier Claessens2-0/+36
2023-03-30msetup: use more consistent exceptions on exitXavier Claessens1-3/+5
2023-03-30coredata: Fix changing prefix optionXavier Claessens1-4/+4
2023-03-28Condense test directories for rc1.Jussi Pakkanen4-23/+23
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker1-1/+3
2023-03-28unittests: Pass the exact backend nameXavier Claessens2-3/+5
2023-03-28Make backend option read-onlyXavier Claessens1-1/+26
2023-03-20backends: add a new "none" backendEli Schwartz2-0/+18
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer1-5/+32
2023-03-16prevent lib prefix warning from pkg-configCharles Brunet1-1/+1
2023-03-04msubprojects: fix potential error when resetting a git checkoutBenoit Pierre1-0/+11
2023-03-04typed_kwargs: Extend since_values and deprecated_values for typesXavier Claessens1-2/+40
2023-03-01interpreter: Add testcase..endtestcase clause supportXavier Claessens1-0/+6
2023-03-01unittests: add test for source dir stripping from rpathsStefan Hajnoczi1-0/+42
2023-02-27mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi1-1/+11
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz1-2/+4
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia1-0/+27
2023-02-14allow install script to run in dry-run modeCharles Brunet1-0/+14
2023-02-10cython: add unittest to verify that depfiles workEli Schwartz1-0/+21
2023-02-08internaltests: Fix tests for /utf-8 removalDylan Baker1-5/+6
2023-02-01remove /utf-8 option when /validate-charset- is presentCharles Brunet1-0/+22
2023-01-20coredata: use a frozenset instead of a dict where values are always NoneDylan Baker1-3/+3
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens1-0/+27
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li1-0/+26
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert2-0/+35
2022-12-07wrap: Don't use --branch with shallow clones against HEADL. E. Segovia1-2/+16
2022-12-05mtest: warn on invalid TAP outputEli Schwartz1-0/+4
2022-12-04refactor pkg-config dependency to allow statically finding the programEli Schwartz1-1/+1
2022-11-27Add warning_level=everythingDavid Robillard1-0/+6
2022-11-22unittests: add and use get_meson_log_raw functionMarvin Scholz3-10/+13
2022-11-22unittests: add and use _open_meson_log functionMarvin Scholz1-12/+17
2022-11-21Handle freezing tests. Fixes #10752.Jussi Pakkanen1-0/+8
2022-11-17tests: fix potential failure to verify pkg-config generationEli Schwartz1-1/+1
2022-11-16Fix test_rust_clippy for rust 1.65Xeonacid1-1/+2
2022-11-02backends: Try guessing install tag for all installed filesXavier Claessens1-0/+5
2022-11-01minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia1-6/+22