summaryrefslogtreecommitdiff
path: root/unittests/linuxliketests.py
AgeCommit message (Expand)Author
2024-03-15tests: Fix unit tests with high parallelismJan Alexander Steffens (heftig)
2023-12-17Skip pkg-config-dependent tests if it's missingAlyssa Ross
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-12-05ninja backend: don't hide all compiler warnings for transpiled languagesEli Schwartz
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens
2023-09-18pkgconfig: Restore logging of pkg-config versionXavier Claessens
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen
2023-07-14tests: add support for c++23/c++26 detectionSteven Noonan
2023-07-13Silence some encoding warningsTristan Partin
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz
2023-05-01Fix niche cases when linking static libsXavier Claessens
2023-03-28Condense test directories for rc1.Jussi Pakkanen
2022-12-04refactor pkg-config dependency to allow statically finding the programEli Schwartz
2022-11-22unittests: add and use get_meson_log_raw functionMarvin Scholz
2022-11-21Handle freezing tests. Fixes #10752.Jussi Pakkanen
2022-11-17tests: fix potential failure to verify pkg-config generationEli Schwartz
2022-11-01minstall: make do_strip run with -Sx for macOS targetsL. E. Segovia
2022-10-25Condense test directory numbers.Jussi Pakkanen
2022-09-22modules/gnome: make_native_glib_version an instance varDylan Baker
2022-09-19compilers: don't export every compiler as a top-level propertyEli Schwartz
2022-09-13Use os.path.realpath for default include paths testing in -isystem.Yang Bo
2022-08-23install modes should not apply sticky bit to filesEli Schwartz
2022-07-07Fix test case numbers.Jussi Pakkanen
2022-05-06unittests: Skip prelinking test with gcc 8 or olderSimon McVittie
2022-04-30pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* envXavier Claessens
2022-04-30linkers: Add support for mold linkerFini Jastrow
2022-04-12qt dependency: adapt to the qmake command changed nameEli Schwartz
2022-04-03Document and test env vars a bit betterJohn Ericson
2022-03-29Condense test directory names.Jussi Pakkanen
2022-03-22tests/linuxlike: prepend rather than override PKG_CONFIG_PATHDylan Baker
2022-03-22tests/linuxlike: Honor PKG_CONFIG envvarDylan Baker
2022-03-09install: Add --strip optionXavier Claessens
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker
2022-01-10pyupgrade --py37-plusEli Schwartz
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan
2021-10-26unittests: use better assert methodsEli Schwartz
2021-10-08cmake: handle arguments in the [binaries] section of the machine filePaolo Bonzini
2021-09-29pkgconfig: pkg-configs version<0.29.1 escape variables incorrectlymakise-homura