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
2022-06-17
refactor logic for parsing dependency variables into type_checking module
Eli Schwartz
2022-06-17
docs: d_module_versions has an undocumented ability to accept integers
Eli Schwartz
2022-06-17
docs: fix incorrect info for declare_dependency sources
Eli Schwartz
2022-06-17
fix confusing incorrect default name for a KwargInfo
Eli Schwartz
2022-06-17
typed_kwargs: support dict/list as "new since" types
Eli Schwartz
2022-06-17
interpreter: fix a subproject check with symlinks
Hemmo Nieminen
2022-06-17
fix parameter expansion in several error messages
Michael Mera
2022-06-17
devenv: Do not use relative WINEPATH
Xavier Claessens
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
2022-06-17
ExternalProgram: Make get_version() work without interpreter
Xavier Claessens
2022-06-17
docs: ensure stable order of release notes
Eli Schwartz
2022-06-16
fix regression that broke proper warnings about passing subproject as a dep
Eli Schwartz
2022-06-16
test (failing): 127 subproject object as a dependency
fxxf
2022-06-16
fix crash when passing invalid inputs as build_target dependencies
fxxf
2022-06-16
minstall: Add more safety checks when unpickling installdata
Xavier Claessens
2022-06-16
docs: only list the latest build of a given stable tag for each wrapdb entry
Eli Schwartz
2022-06-16
doc: Add meson.override_dependency() in external-project example
Xavier Claessens
2022-06-14
devenv: Add support for PowerShell 7 on Windows
Seungha Yang
2022-06-14
Fix crash when a reconfigure adds a new subproject
Xavier Claessens
2022-06-14
add testcase for previous commit
Paolo Bonzini
2022-06-14
backend: always use the same code to compute the files in ExtractedObjects
Paolo Bonzini
2022-06-14
take override_option('unity=...') into account when allowing extract_objects()
Paolo Bonzini
2022-06-13
ninja backend: generate additional meta-rules for test/benchmarks targets
Eli Schwartz
2022-06-13
unittests: do more accurate check for ninja "nothing to do"
Eli Schwartz
2022-06-13
unittests: allow test commands to suppress returning stderr
Eli Schwartz
2022-06-13
flake8: remove unused variable
Eli Schwartz
2022-06-13
flake8: don't use f-strings for strings without formatting
Eli Schwartz
2022-06-13
flake8: fix non-idiomatic ordering of "if not in" checks
Eli Schwartz
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-06-10
add Feature checks for install_subdir creating an empty directory
Eli Schwartz
2022-06-10
fix typo in IndepthTutorial.md
ff
2022-06-10
ACfL version detection with regex
Stepan Nassyr
2022-06-10
Allow for 3-component ACfL versions
Stepan Nassyr
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-06-10
flake8: remove import that was never used
Eli Schwartz
2022-06-10
flake8: remove no longer used imports
Eli Schwartz
2022-06-10
build: CustomTargetIndex.is_linkable_target misses '.dylib'
Sutou Kouhei
2022-06-10
wayland: Lookup for wayland-scanner using pkgconfig
Xavier Claessens
2022-06-09
intro-install_plan: fix destinations for build_targets with custom install_dir
Eli Schwartz
2022-06-09
mtest: do not process zero byte reads in read_decode()
Hemmo Nieminen
2022-06-09
mtest: enable access to the console logger instance
Hemmo Nieminen
2022-06-09
mtest: store all test results directly to TestRun
Hemmo Nieminen
2022-06-09
mtest: store test output directly to a TestRun object
Hemmo Nieminen
2022-06-09
mtest: print only one empty line before test summary
Hemmo Nieminen
2022-06-09
mlog: add support for italic/emphasized text in AnsiText
Hemmo Nieminen
2022-06-09
mtest: improve text test log formatting
Hemmo Nieminen
2022-06-09
mtest: differentiate stdout and stderr in test log text files
Hemmo Nieminen
2022-06-09
mtest: print "live" test output when verbose with only 1 test
Hemmo Nieminen
2022-06-09
mtest: remove unused arguments from read_decode_lines()
Hemmo Nieminen
2022-06-09
mtest: introduce get_test_num_prefix() helper function
Hemmo Nieminen
[next]