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
Age
Commit message (
Expand
)
Author
2021-03-10
Add failing test cases & release snippet
Laurin-Luis Lehning
2021-03-10
Use interpreter exceptions instead of MesonException
Laurin-Luis Lehning
2021-03-10
Switch fstring syntax to @..@ & limit fstring captures to int, str, float and...
Laurin-Luis Lehning
2021-03-10
Add support for basic format strings
Laurin-Luis Lehning
2021-03-09
dependencies: Add docstring explaining how to write a system dependency
Dylan Baker
2021-03-09
Add address sanitizer support for Visual Studio.
Jussi Pakkanen
2021-03-09
change RSP quote style decision logic
Remi Thebault
2021-03-09
Add str.replace() method
Tristan Partin
2021-03-08
remove unused environment function
Eli Schwartz
2021-03-08
Add /Od flag to msvc optimization 0 args
Vili Väinölä
2021-03-06
minstall: Correctly set uid/gid of installed files
Peter Kjellerstedt
2021-03-06
Refactor subdir visitation to track files instead of dirs.
Jussi Pakkanen
2021-03-06
Fix Fortran dep scanner for upper case file extensions. Closes #8395.
Jussi Pakkanen
2021-03-05
Port CUDA module to new API.
Olexa Bilaniuk
2021-03-04
compilers: Use EnvironmentException not EnvironmentError/OSError
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2021-03-04
raw string literals are next to godliness
Eli Schwartz
2021-03-04
mintro: include the correct target filenames for flat layout
Paolo Bonzini
2021-03-04
mintro: fix flake8 issues
Paolo Bonzini
2021-03-04
Simplify module API
Xavier Claessens
2021-03-04
interpreter: Fix process_new_values()
Xavier Claessens
2021-03-04
build: Fix backend type
Xavier Claessens
2021-03-03
pkgconfig: Add missing permitted kwargs
Xavier Claessens
2021-03-03
Windows Subsystem for Linux can run .exe without mono interpreter
Xavier Claessens
2021-03-02
wrap: sha256 digest is not case sensitive
Xavier Claessens
2021-03-02
fix missing versions with generated source
Remi Thebault
2021-03-02
exernal_project: Fix default cross compile parameters
Leif Middelschulte
2021-03-02
mtest: create separate runners for multiple repeats
Paolo Bonzini
2021-03-01
D add build dir to -J switch
Remi Thebault
2021-02-27
install_man locale support
Jason Woodward
2021-02-26
pkg-config: dump all PKG_CONFIG environment variables to simplify debugging
Jeff Moguillansky
2021-02-26
Merge pull request #8429 from dcbaker/submit/rust-fix-linking-with-find-library
Dylan Baker
2021-02-26
interpreter: Clean up and simplify/optimize get_(external|cross)_property
Dylan Baker
2021-02-26
rust: a meson -l argument could be etiher a static or dynamic library
Dylan Baker
2021-02-26
hdf5: get include directory from config-tool
Michael Kuhn
2021-02-26
modules/fs: Use typed_pos_args
Dylan Baker
2021-02-26
interpreter: correctly track whether a subproject is initialized
Dylan Baker
2021-02-26
Allow printing UserOptions in the summary
Stephen Gregoratto
2021-02-26
meson: add .has_external_property() methods
Tim-Philipp Müller
2021-02-25
deprecated `meson.get_cross_property`
Dylan Baker
2021-02-26
Merge pull request #8404 from dcbaker/submit/rust-c-dependencies
Jussi Pakkanen
2021-02-25
interpreter: stop using hasattr for held_object
Dylan Baker
2021-02-25
interpreter: Fix ObjectHolder usage
Dylan Baker
2021-02-25
interpreterbase: fix ObjectHolder
Dylan Baker
2021-02-25
Support multiple args in error()
Xavier Claessens
2021-02-25
Allow custom target output to be processed by generators
Matthias Klumpp
2021-02-23
mcompile: do not pass the builddir to ninja if it is the current directory
Eli Schwartz
2021-02-23
mcompile: make sure arguments are passed in the correct order
Eli Schwartz
2021-02-23
rust: replace for loop with any()
Dylan Baker
[next]