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
Age
Commit message (
Expand
)
Author
2021-01-05
modules: Add an unstable-rust module
Dylan Baker
2021-01-05
interpreter: split code that creates a Test instance
Dylan Baker
2021-01-05
interpreter: allow modules to create tests
Dylan Baker
2021-01-05
mtest: Add support for rust unit tests
Dylan Baker
2021-01-05
mtest: Handle subtest results as a dict
Dylan Baker
2021-01-04
fix: llvm toolset is "ClangCL" in VS2019.
Luke Elliott
2021-01-04
unit:cpp17: make C++17 test stricter check
Michael Hirsch
2021-01-04
Merge pull request #8080 from dcbaker/submit/option-key-type
Jussi Pakkanen
2021-01-04
mintro: fix mypy warning
Dylan Baker
2021-01-04
fix LGTM warnings
Dylan Baker
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2021-01-04
cmake: fix missing languages from CMake (fixes #8132)
Daniel Mensinger
2021-01-04
Add choices to OptionProxy
Dylan Baker
2021-01-04
use new optionkey.is_* methods
Dylan Baker
2021-01-04
coredata: Add a type to the OptionKey
Dylan Baker
2021-01-04
use OptionKey for backend_options
Dylan Baker
2021-01-04
use OptionKey for coredata.user_options
Dylan Baker
2021-01-04
movve insert_build_prefix to mconf
Dylan Baker
2021-01-04
use the OptionKey type for command line and machine files
Dylan Baker
2021-01-04
coredata: Add OptionKey type
Dylan Baker
2021-01-04
run_unittests: Add fatal-warnings to test_command_line
Dylan Baker
2021-01-04
run_unittests: make another test inprocess safe
Dylan Baker
2021-01-04
run_unittests: Make test_command_line safe witn inprocess
Dylan Baker
2021-01-03
doc: restore accidentally removed images used in Getting-meson.md [skip ci]
Eli Schwartz
2020-12-30
Handle uppercase dependency names in wraps.
Jussi Pakkanen
2020-12-29
cmake: fix -framework dependencies (fixes #8045)
Daniel Mensinger
2020-12-29
Only do module scanning if C++ version is latest.
Jussi Pakkanen
2020-12-29
Implement support of dlang -makedeps switch (#8119)
Remi Thebault
2020-12-28
Fix network path output in ninja backend on Windows
Samuel Longchamps
2020-12-28
Incorrect source-build directory error when using network paths on Windows
Samuel Longchamps
2020-12-28
Merge pull request #8001 from bonzini/mtest-asyncio
Jussi Pakkanen
2020-12-28
Fix missed imports in #7902
wereii
2020-12-27
mtest: flush progress report before warning
Paolo Bonzini
2020-12-27
mtest: flush stdout after printing test results
Paolo Bonzini
2020-12-27
mtest: add progress report
Paolo Bonzini
2020-12-27
mtest: merge print_stats and process_test_result
Paolo Bonzini
2020-12-27
mtest: convert console output to TestLogger
Paolo Bonzini
2020-12-27
mtest: convert logfile to TestLogger
Paolo Bonzini
2020-12-27
mtest: convert jsonlogfile to TestLogger
Paolo Bonzini
2020-12-27
mtest: introduce TestLogger
Paolo Bonzini
2020-12-27
mtest: do not use __del__
Paolo Bonzini
2020-12-27
mtest: remove collected_logs
Paolo Bonzini
2020-12-27
mtest: use backslash replace when printing error logs
Paolo Bonzini
2020-12-27
mtest: improve colorization
Paolo Bonzini
2020-12-27
mtest: store TestRuns in collected_failures
Paolo Bonzini
2020-12-27
mtest: add test methods to TestResult
Paolo Bonzini
2020-12-27
mtest: move test_count and name_max_len to TestHarness class
Paolo Bonzini
[next]