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
/
internaltests.py
Age
Commit message (
Expand
)
Author
2025-12-17
dependencies: Require 'native' be passed in kwargs
Dylan Baker
2025-12-17
dependencies: stop passing "language" as a keyword argument
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.find_library
Dylan Baker
2025-11-19
compilers: Remove Environment parameter from Compiler.get_library_naming
Dylan Baker
2025-11-19
linkers: Store a reference to the Environment in the DynamicLinker
Dylan Baker
2025-11-19
compilers: Stop passing `is_cross`
Dylan Baker
2025-11-19
compilers: Pass Environment instead of MachineInfo
Dylan Baker
2025-10-31
Always check if found libraries are linkable
Sam James
2025-10-29
environment: move detection functions to envconfig.py
Paolo Bonzini
2025-09-29
env2mfile: Use a cross vapigen on Debian if available
Simon McVittie
2025-08-10
unittests: remove FakeCompilerOptions
Paolo Bonzini
2025-05-21
compilers: add option for ignoring system dirs
David Seifert
2025-01-08
programs: fix regex to match multi-digit major version
Patrick Steinhardt
2025-01-08
programs: favor version numbers with dots
Patrick Steinhardt
2024-10-22
env2mfile: Use a cross valac on Debian if possible
Simon McVittie
2024-10-22
env2mfile: Automatically set exe_wrapper on Debian if possible
Simon McVittie
2024-10-22
env2mfile: Use Debian cross-prefixed GObject-Introspection tools
Simon McVittie
2024-10-20
Add GNU/Hurd kernel results
Samuel Thibault
2024-10-02
env2mfile: Base cpu on DEB_HOST_GNU_CPU unless DEB_HOST_ARCH is special
Simon McVittie
2024-10-02
env2mfile: Don't hard-code Debian as always being Linux
Simon McVittie
2024-10-02
env2mfile: Map Debian GNU/Hurd to system() -> gnu
Simon McVittie
2024-10-02
unittests: Test env2mfile's dpkg_architecture_to_machine_info
Simon McVittie
2024-09-11
Fix typos
spaette
2024-07-21
Remove the exe_exists function
Mads Andreasen
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-17
Remove option type from OptionKey and get it from OptionStore instead.
Jussi Pakkanen
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-10
Replace exe_exists function with shutil.which()
Mads Andreasen
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-05-09
implement @PLAINNAME0@ and @BASENAME0@
Stas Sergeev
2024-03-03
compilers: only wrap multiple input libraries with start/end group
Eli Schwartz
2024-01-25
interpreter: replace mock keyword argument with unittest.mock
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-13
macos: Fix test_pkgconfig_parse_libs() test on arm
Andres Freund
2023-12-10
unittests: migrate from jsonschema to fastjsonschema
Eli Schwartz
2023-10-04
Remove type comments in run_project_tests.py
Tristan Partin
2023-09-26
compilers: use correct version comparison for openbsd libraries
Eli Schwartz
2023-08-06
tests: Assert that mips64 kernel is detected as mips64 with no compilers
Simon McVittie
2023-08-06
tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()
Simon McVittie
2023-08-03
PkgConfigDependency: Move CLI handling into its own abstraction
Xavier Claessens
2023-07-13
Silence some encoding warnings
Tristan Partin
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-26
dependencies: defer importing a custom dependency until it is used
Eli Schwartz
2023-05-31
mlog: use a hidden class for state
Dylan Baker
2023-04-28
detect_cpu: Fix mips32 detection on mips64
Cyan
2023-04-11
fix various spelling issues
Josh Soref
2023-03-16
prevent lib prefix warning from pkg-config
Charles Brunet
2023-03-04
typed_kwargs: Extend since_values and deprecated_values for types
Xavier Claessens
2023-02-08
internaltests: Fix tests for /utf-8 removal
Dylan Baker
[next]