aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit
AgeCommit message (Expand)AuthorFilesLines
2024-04-23Use dl instead of zlib for checking an external dependencyTristan Partin1-1/+1
2024-03-10Fix detection of unknown base options in subprojCharles Brunet2-0/+7
2024-03-02Merge pull request #12804 from joukewitteveen/dist-rewriterJussi Pakkanen3-1/+17
2024-03-01Fix base and compiler options not reconfigurable.Charles Brunet1-0/+5
2024-02-12Add MESONREWRITE to `meson dist` scriptsJouke Witteveen3-1/+17
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson2-6/+13
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen73-0/+0
2023-10-27Condense test directories for RC1.Jussi Pakkanen99-0/+0
2023-10-05build: use suffix when getting target id for exesDudemanguy2-0/+4
2023-09-28unittest: Fix clang-tidy-fixLei YU1-0/+7
2023-09-18Remove get_configtool_variable()Xavier Claessens1-1/+0
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens1-0/+1
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen1-0/+189
2023-09-12fix bug with openssl when cmake is missingCharles Brunet2-0/+12
2023-09-11parser: allow whitespaces and comments in cont_eolCharles Brunet1-6/+6
2023-09-11raw printerCharles Brunet1-0/+189
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens5-0/+13
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen1-0/+6
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin1-1/+1
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens1-0/+51
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens1-0/+6
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz2-2/+2
2023-07-25modules/pkgconfig: Don't insert None into devenv listDylan Baker1-0/+3
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz2-0/+41
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens1-0/+11
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens1-0/+9
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz2-0/+2
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen4-0/+0
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen5-0/+59
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP2-0/+15
2023-06-26mintro: record subproject in install_planDaniele Nicolodi4-0/+9
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz1-4/+1
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-1/+1
2023-06-26stop importing cmake when it isn't usedEli Schwartz1-17/+2
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-17/+1
2023-06-26dependencies: delay often-unused importsEli Schwartz1-2/+1
2023-06-26add profiling startup import check and testcase to count itEli Schwartz2-0/+278
2023-05-01Fix niche cases when linking static libsXavier Claessens5-0/+59
2023-04-11fix various spelling issuesJosh Soref4-6/+6
2023-03-28Condense test directories for rc1.Jussi Pakkanen89-0/+0
2023-03-16Stop using replace_if_different() for coredata pickle fileDaan De Meyer1-5/+6
2023-02-27mintro: Add exclude_{files, dirs} to install_subdir install_planDaniele Nicolodi4-0/+9
2023-02-24test cases: use best practices method to find the python3 programEli Schwartz6-5/+6
2023-02-20interpreter/mesonmain: Add build_options methodL. E. Segovia2-0/+7
2023-01-18devenv: Allow dumping into file and select a formatXavier Claessens2-0/+6
2023-01-04allow passing generated objects in the "objects" keyword argumentPaolo Bonzini1-0/+6
2022-12-21add more testcases for prebuilt objectsPaolo Bonzini2-3/+23
2022-12-14depfixer: silence fix_jar() and make it do somethingBenjamin Gilbert2-0/+21
2022-11-24Fix various spelling errorsDavid Robillard1-1/+1
2022-11-21Handle freezing tests. Fixes #10752.Jussi Pakkanen2-0/+25