index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
linuxliketests.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-11-23
Condense directory names for rc1.
Jussi Pakkanen
2025-11-19
compilers: Remove Environment parameter from CLikeCompiler.gen_dynamic_link_args
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-12
rust: allow linking with sanitizer-enabled C libraries
Paolo Bonzini
2025-11-11
compilers: support prelinking with Clang
Alois Wohlschlager
2025-10-06
compilers: do not use coredata.set_options
Paolo Bonzini
2025-10-06
options: replace get_value with get_value_for
Paolo Bonzini
2025-08-29
Fix Cygwin test failure.
Jussi Pakkanen
2025-08-11
Condense test directory names.
Jussi Pakkanen
2025-08-01
Condense test directory names for 1.9.
Jussi Pakkanen
2025-07-10
unittests: add test for c_link_args and CFLAGS interaction
Paolo Bonzini
2025-05-15
unittests: add test for CFLAGS in linker command line
Paolo Bonzini
2025-04-24
interpreter: do not use pathlib for DependencyVariableString creation
Paolo Bonzini
2025-04-14
Condense directory names for 1.8 rc1.
Jussi Pakkanen
2025-03-21
CI: Fix filemode tests with cygwin 3.6.0
Jon Turney
2025-03-09
compilers: convert `b_sanitize` to a free-form array option
Patrick Steinhardt
2025-03-06
unittests: Use more subtests
Dylan Baker
2025-02-13
Make all Meson level options overridable per subproject.
Jussi Pakkanen
2025-01-09
Condensed directory names for release.
Jussi Pakkanen
2024-12-16
Handle top level options set in subprojects. Closes #13847.
Jussi Pakkanen
2024-10-23
pkgconfig: fix use of uninstalled libraries
Andoni Morales Alastruey
2024-10-20
Condense test directories.
Jussi Pakkanen
2024-09-24
qt module: allow has_tools to specify which tools to check
Pierre Lamot
2024-08-26
compilers: Allow prelinking with Apple Clang
L. E. Segovia
2024-08-15
unittests: use TestCase.addCleanup for cleaning up builddirs
Dylan Baker
2024-07-30
unittests: fix EncodingWarnings. minus 123 warnings collected by pytest
Eli Schwartz
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-03-15
tests: Fix unit tests with high parallelism
Jan Alexander Steffens (heftig)
2023-12-17
Skip pkg-config-dependent tests if it's missing
Alyssa Ross
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
ninja backend: don't hide all compiler warnings for transpiled languages
Eli Schwartz
2023-11-12
Renumber test dirs for rc3.
Jussi Pakkanen
2023-10-27
Condense test directories for RC1.
Jussi Pakkanen
2023-10-09
Allow c++23 in gcc-11.
Benjamin Redelings
2023-09-18
pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scanner
Xavier Claessens
2023-09-18
pkgconfig: Restore logging of pkg-config version
Xavier Claessens
2023-09-18
Remove get_pkgconfig_variable()
Xavier Claessens
2023-08-07
Error when an installed static library links to internal custom target
Xavier Claessens
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-31
Merge pull request #11986 from williamspatrick/clang-enable-cpp23
Jussi Pakkanen
2023-07-14
tests: add support for c++23/c++26 detection
Steven Noonan
2023-07-13
Silence some encoding warnings
Tristan Partin
2023-07-10
build: dependencies should come after link_with on link command
Xavier Claessens
2023-07-10
build: Fix linking multiple libraries and some are promoted
Xavier Claessens
2023-07-05
Merge pull request #11742 from xclaesse/link-whole-cases
Jussi Pakkanen
2023-06-26
dependencies: defer importing a custom dependency until it is used
Eli Schwartz
[next]