summaryrefslogtreecommitdiff
path: root/unittests/linuxliketests.py
AgeCommit message (Expand)Author
2025-12-17dependencies: Require 'native' be passed in kwargsDylan Baker
2025-11-23Condense directory names for rc1.Jussi Pakkanen
2025-11-19compilers: Remove Environment parameter from CLikeCompiler.gen_dynamic_link_argsDylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.find_libraryDylan Baker
2025-11-12rust: allow linking with sanitizer-enabled C librariesPaolo Bonzini
2025-11-11compilers: support prelinking with ClangAlois Wohlschlager
2025-10-06compilers: do not use coredata.set_optionsPaolo Bonzini
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-08-29Fix Cygwin test failure.Jussi Pakkanen
2025-08-11Condense test directory names.Jussi Pakkanen
2025-08-01Condense test directory names for 1.9.Jussi Pakkanen
2025-07-10unittests: add test for c_link_args and CFLAGS interactionPaolo Bonzini
2025-05-15unittests: add test for CFLAGS in linker command linePaolo Bonzini
2025-04-24interpreter: do not use pathlib for DependencyVariableString creationPaolo Bonzini
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-03-21CI: Fix filemode tests with cygwin 3.6.0Jon Turney
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-06unittests: Use more subtestsDylan Baker
2025-02-13Make all Meson level options overridable per subproject.Jussi Pakkanen
2025-01-09Condensed directory names for release.Jussi Pakkanen
2024-12-16Handle top level options set in subprojects. Closes #13847.Jussi Pakkanen
2024-10-23pkgconfig: fix use of uninstalled librariesAndoni Morales Alastruey
2024-10-20Condense test directories.Jussi Pakkanen
2024-09-24qt module: allow has_tools to specify which tools to checkPierre Lamot
2024-08-26compilers: Allow prelinking with Apple ClangL. E. Segovia
2024-08-15unittests: use TestCase.addCleanup for cleaning up builddirsDylan Baker
2024-07-30unittests: fix EncodingWarnings. minus 123 warnings collected by pytestEli Schwartz
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen
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