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
/
test cases
Age
Commit message (
Expand
)
Author
2021-03-10
Formatting fix
Laurin-Luis Lehning
2021-03-10
Add failing test cases & release snippet
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-10
Disable broken asm test on Cygwin as nobody knows how to fix it.
Jussi Pakkanen
2021-03-09
Add str.replace() method
Tristan Partin
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-04
use python2-compatible syntax because needed on macOS
Eli Schwartz
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-02-27
install_man locale support
Jason Woodward
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
tests/rust: Add rust case linking to libm in rust static library
Jordan Justen
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-26
Merge pull request #8404 from dcbaker/submit/rust-c-dependencies
Jussi Pakkanen
2021-02-25
Allow custom target output to be processed by generators
Matthias Klumpp
2021-02-23
rust: fix linking with external dependencies
Dylan Baker
2021-02-23
tests/rust: Add rust case linking to zlib dependency
Jordan Justen
2021-02-22
[CUDA] Bugfix: Forward sanitizer_*_args() methods to host compiler.
Olexa Bilaniuk
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
2021-02-19
Fix combining C and Fortran. Closes #8377.
Jussi Pakkanen
2021-02-19
[TAP] Fix TAP parser when test exits with status
Luke Drummond
2021-02-19
Ensure that $lang_args and $lang_link_args are properly parsed
Dylan Baker
2021-02-18
Increase OpenMPI timeout to see if it fixes macOS CI test hangs.
Jussi Pakkanen
2021-02-18
Disable failing Cygwin GIR test.
Jussi Pakkanen
2021-02-17
ci: Fix failure in unit tests with vs backend
Xavier Claessens
2021-02-17
Do not validate options when finding non-matching
Dylan Baker
2021-02-17
Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()
Xavier Claessens
2021-02-17
Environment: Fix passing envrionment variables CPPFLAGS and CFLAGS
Dylan Baker
2021-02-09
backends: Fix custom_target() with configure_file() exe
Xavier Claessens
2021-02-09
Condense test directory names in preparation for rc1.
Jussi Pakkanen
2021-02-08
Fix exe wrapper detection for run targets.
Jussi Pakkanen
2021-02-07
Add Qt6 module
Luca Weiss
2021-02-07
Merge pull request #8162 from dcbaker/wip/2021-01/rust-module-bindgen
Jussi Pakkanen
2021-02-07
Make installing non-existing subdirs a supported feature
Peter Hutterer
2021-02-07
Merge pull request #8288 from bonzini/test-setup-exclude-suites
Jussi Pakkanen
2021-02-07
Merge pull request #8305 from xclaesse/run-target-env
Jussi Pakkanen
2021-02-06
rust: Add a module wrapper for bindgen
Dylan Baker
2021-02-05
tests/cmake: disable some tests that don't work correctly when cross compiling
Dylan Baker
2021-02-05
run_target: Add env kwarg
Xavier Claessens
2021-02-04
Introduce `fs.read` to read a file as a string
Luke Drummond
2021-02-02
interpreter, mtest: introduce add_test_setup(exclude_suites: ...)
Paolo Bonzini
2021-02-01
tests/common: fix " 37 has function" test on musl systems.
Érico Rolim
2021-01-30
Fix executable as script on Windows
Xavier Claessens
2021-01-29
Can read project version from a file.
Jussi Pakkanen
2021-01-27
intepreter: Allow using file objects for the script_name of add_*_script
Dylan Baker
[next]