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-22
merge the python dependency from the python module into dependencies
Eli Schwartz
2023-02-22
partial migration of the python module dependency into dependencies
Eli Schwartz
2023-02-22
python module/dependency: move the specialized external program
Eli Schwartz
2023-02-22
remove pointless, unused typing-only import in the test runner
Eli Schwartz
2023-02-22
python module: inline the dependency methods checking
Eli Schwartz
2023-02-22
dependencies: refactor python3 into its own file
Eli Schwartz
2023-02-22
python module: move the introspection script into an external script
Eli Schwartz
2023-02-22
python module: break the association between dependency and installation objects
Eli Schwartz
2023-02-22
python module: fix a few mypy issues
Eli Schwartz
2023-02-21
backend/ninja: fix rust cfg parsing
Karol Herbst
2023-02-20
minstall: add a timeout when waiting for user input for elevation
Eli Schwartz
2023-02-20
minstall: check 5 times for an answer to the elevation prompt
Eli Schwartz
2023-02-20
minstall: drop privileges before running rebuild_all
Eli Schwartz
2023-02-20
minstall: rework root elevation prompt for extensibility and behavior
Eli Schwartz
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
[next]