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
/
mesonbuild
/
mesonlib
Age
Commit message (
Expand
)
Author
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2022-09-26
ninjabackend: Fix get_target_generated_sources() return type
Xavier Claessens
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-22
pylint: enable global-variable-not-assigned
Dylan Baker
2022-09-12
mesonlib: Add a function to find the first element in an iterable which match...
Dylan Baker
2022-08-11
CI: fix error when mixing clang 14 with released valgrind versions
Eli Schwartz
2022-08-02
Handle garbage in environment more gracefully when setting vsenv
Denis Fortin
2022-08-01
fix Popen_safe write
Zhangyuan Nie
2022-06-17
Improve WINEPATH reduction
Xavier Claessens
2022-06-16
minstall: Add more safety checks when unpickling installdata
Xavier Claessens
2022-06-13
flake8: fix various whitespace nits
Eli Schwartz
2022-06-08
mesonlib: fix annotation of OrderedSet.difference
Dylan Baker
2022-05-03
add prefer_static built-in option
Dudemanguy
2022-04-19
Add ppc970 definition to universal.py
Sergey Fedorov
2022-04-19
Fix universal builds on Darwin PPC: add ppc7400 definition
barracuda156
2022-03-22
OptionOverrideProxy: Handle per-subproject options
Xavier Claessens
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-03-13
Merge pull request #9339 from dcbaker/submit/structured_sources
Jussi Pakkanen
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
2022-03-07
mesonlib: Add a from_node initializer to MesonException
Dylan Baker
2022-03-01
mesonlib: use Literal to tighten configure_file formats
Dylan Baker
2022-02-23
mesonlib: allow check_dirent_issues to take an iterable
Dylan Baker
2022-02-16
flake8: use plain strings instead of f-strings when no variables used
Eli Schwartz
2022-02-04
mesonlib: Fix Popen_safe_legacy() stderr assumption
Ole André Vadla Ravnås
2022-02-03
Remove unnecessary check during VS activation
Nazar Mokrynskyi
2022-01-26
Popen_safe and wrappers can accept os.PathLike for cwd
Eli Schwartz
2022-01-16
Add a test for the --vsenv meson setup option
Nirbheek Chauhan
2022-01-13
Search for Visual Studio Express when activating VS env
DFOVIT
2022-01-10
manually clean up some python 3.6 era code
Eli Schwartz
2021-12-30
correct type annotations for File.endswith
Eli Schwartz
2021-12-30
Fix mypy 0.930 issues
Tristan Partin
2021-12-22
Don't wipe out RPATHs specified by dependencies
Nirbheek Chauhan
2021-12-17
Fix mypy errors
Daniel Mensinger
2021-12-15
mesonlib: make get_meson_command return an ImmutableList
Dylan Baker
2021-11-28
Add typing to msubprojects.py
Tristan Partin
2021-11-25
mesonlib: update `OptionKey.__repr__`
Dylan Baker
2021-11-09
depfixer: convert unused printing code to debugging functions
Zbigniew Jędrzejewski-Szmek
2021-11-01
various manual conversion of percent-formatted strings to f-strings
Eli Schwartz
2021-10-29
Fix "meson compile" not activating vsenv
Xavier Claessens
2021-10-27
Fix crash when getting cuda options
Xavier Claessens
2021-10-27
remove public export of private function
Eli Schwartz
2021-10-27
fix various flake8 whitespace errors
Eli Schwartz
2021-10-20
Add support for win-arm64 to MSVC
Gabor Kertesz
2021-10-19
Fix NamedTemporaryFile file reopen issue on Win #9412
Gabor Kertesz
2021-10-16
Add missing but expected as exception clause
Matthew Brett
2021-10-10
Add --vsenv command line option and active VS only when needed
Xavier Claessens
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-10-08
python: Add platlibdir and purelibdir options
Xavier Claessens
2021-10-08
Add support for module options
Xavier Claessens
2021-10-04
mesonlib: ConfigurationData can also be a `Dict[str, Tuple[Str, Optional[str]]]`
Dylan Baker
[next]