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
2023-02-20
minstall: when elevating to root, don't allow ninja to rerun
Eli Schwartz
2023-02-20
interpreter/mesonmain: Add build_options method
L. E. Segovia
2023-02-20
nasm: Detect and use MSVC linker if present
L. E. Segovia
2023-02-20
nasm: Link with windows CRT libs when nasm is used as linker language
Xavier Claessens
2023-02-20
ci: Install NASM on MSVC jobs
Xavier Claessens
2023-02-20
interpreter: Do not ignore all exceptions when adding compiler
Xavier Claessens
2023-02-19
handle more corner cases where locking the build directory fails
Eisuke Kawashima
2023-02-19
vala: don't build .h, .vala, and .gir if export_dynamic is False
Dylan Baker
2023-02-17
compilers: -fprofile-correction is only a valid switch with gcc itself.
Luke Elliott
2023-02-16
docs/prebuilt: Add an example of how to use a wrap file
Dylan Baker
2023-02-16
docs/prebuilt: add some sanity checking to the example.
Dylan Baker
2023-02-16
docs/prebuilt: use meson.override_dependency()
Dylan Baker
2023-02-15
interpreter: add FeatureOption.enable_if and .disable_if
Dylan Baker
2023-02-15
interpreter: add a feature.enable_auto_if
Dylan Baker
2023-02-15
docs: add description of license_files kwarg
Eli Schwartz
2023-02-15
preprocess: Add dependencies kwarg
Xavier Claessens
2023-02-15
preprocess: Allow custom_tgt, custom_idx and generated_list
Xavier Claessens
2023-02-14
allow install script to run in dry-run mode
Charles Brunet
2023-02-14
asm: Use more backward-compatible invocation syntax for nasm
Simon McVittie
2023-02-13
cmake: check that `re.search` returned a non-None value
Dylan Baker
2023-02-13
Fix displaying outputs with add_*_script
Charles Brunet
2023-02-13
wrap: ensure the tempfile used for downloading is closed
Eli Schwartz
2023-02-13
add a CI runner testing that Meson runs correctly under PyPy3
Eli Schwartz
2023-02-13
CI: log individual steps in run_tests
Eli Schwartz
2023-02-13
tests: do not run the deprecated python3 tests unless python is python3
Eli Schwartz
2023-02-12
CI: ensure pypy3 has the basic packages
Eli Schwartz
2023-02-10
docs: Add cython to the languages accepted by project()
Daniele Nicolodi
2023-02-10
cython: add unittest to verify that depfiles work
Eli Schwartz
2023-02-10
cython: wire up support for emitting and using depfiles
Eli Schwartz
2023-02-10
backends: handle cython ninja rules a bit more idiomatically
Eli Schwartz
2023-02-09
respect the machine file binary overrides, even if it doesn't exist
Eli Schwartz
2023-02-08
CI: migrate pypy3 tests from bionic to Arch
Eli Schwartz
2023-02-08
CI: skip valgrind test on Arch
Eli Schwartz
2023-02-08
CI: skip gpgme-config test on Arch
Eli Schwartz
2023-02-08
Replace dashes in Java package names with underscores when generating native ...
Tristan Partin
2023-02-08
compilers: Optimize the /Zc:__cplusplus code
Dylan Baker
2023-02-08
internaltests: Fix tests for /utf-8 removal
Dylan Baker
2023-02-08
compilers: Remove /utf-8 from Visual Studio command args once
Dylan Baker
2023-02-08
compilers: Copy const always_args before returning
Dylan Baker
2023-02-08
mtest: fix annotaion of stdo_task and stde_task
Dylan Baker
2023-02-07
test cases/vala: Fix clang error during int to pointer coercion
Nirbheek Chauhan
2023-02-07
Visual Studio: Drop /utf-8 if it is not supported
Chun-wei Fan
2023-02-07
mconf: Use auto_features value for auto options
Xavier Claessens
2023-02-02
set default install_tag of python.install_sources() to "python-runtime"
Peter Urban
2023-02-01
pylint 2.16: join iterables without repeated append
Eli Schwartz
2023-02-01
pylint 2.16: raise a more intentional exception
Eli Schwartz
2023-02-01
pylint 2.16: remove pointless parens around equality assignments
Eli Schwartz
2023-02-01
remove unneeded type comment
Eli Schwartz
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
[next]