12421 Commits (be63e77949657b2d7994d49bc04dd43a031d5aed)
 

Author SHA1 Message Date
Jussi Pakkanen be63e77949 Fix typos in Xcode backend. 3 years ago
Marvin Scholz b44042b5a9 unittests: correctly use test asserts instead of regular ones 3 years ago
Marvin Scholz 2cdddbab56 Add new debug() function 3 years ago
Elliott Sales de Andrade 969ae6e0e1 Correctly handle --version argument to runpython 3 years ago
Eli Schwartz 258cd5d583 packaging: rework how pyinstaller gets its instructions 3 years ago
Eli Schwartz ff8a9c9efb
move typing-only definition to TYPE_CHECKING 3 years ago
Eli Schwartz c9938f8f60
move a bunch of imports into TYPE_CHECKING blocks 3 years ago
Xavier Claessens 05cfe756f1 Target: Stop passing environment in method args 3 years ago
Xavier Claessens 90310116ab Replace backend.get_option_for_target() with target.get_option() 3 years ago
Xavier Claessens e33ec88ac7 Pass environment down to base Target class 3 years ago
Tristan Partin d93fe56e89 Fix CMake deprecation warning generated from interpreter 3 years ago
Jan Tojnar b7686dfed5 gnome: Fix gtkdoc when using multiple Apple frameworks 3 years ago
Jan Tojnar 39623a36ca gnome: Fix typo in _get_dependencies_flags 3 years ago
Eli Schwartz 80192aa577
runpython: support --version 3 years ago
Eli Schwartz 823da39909
fix regression in propagating depends in gtkdoc 3 years ago
Jussi Pakkanen 1c3191be55 Condense test directory names. 3 years ago
Eli Schwartz 479a84455f wrap: implement allow-insecure for 'meson wrap' 3 years ago
Eli Schwartz faafcc15e2 wrap: use shared function to connect to wrapdb with better errors 3 years ago
Eli Schwartz b28e6aead4 wrap: add functionality to specify whether insecure downloads should be used 3 years ago
Önder Görmez aa495ff758 Fix typo 3 years ago
Eli Schwartz d82d1b0d86
docs: add missing docs for new pkgconfig feature 3 years ago
Eli Schwartz 0022e1863d
cygwin CI: work around gcovr bug 3 years ago
Marco Trevisan (Treviño) b0d300e788 install_symlink: Handle $DESTDIR case for links with absolute path 3 years ago
Xavier Claessens b66a477bbc build.py: Simplify uses_rust() 3 years ago
Xavier Claessens c8c8aeef0f build.py: Simplify validate_sources() 3 years ago
Xavier Claessens f2d21bf8a9 Make compilers list per subproject 3 years ago
Xavier Claessens ebbe4425e7 Debian renamed cython to cython3, support both 3 years ago
Eli Schwartz c827462593
hotdoc module: use typed_pos_args to check positional arguments 3 years ago
Eli Schwartz 71a5db0a03
dub module: use typed_pos_args to check positional arguments 3 years ago
Eli Schwartz 9c7868e343
python 3 module: type-check all posargs 3 years ago
Antoine Jacoutot dac212e1bb gnome module: properly fallback to gtk-update-icon-cache 3 years ago
Tristan Partin c65abc568c Add support for cython_args 3 years ago
Xavier Claessens eccdbfe3d1 Make sure we support "<lang>_args" kwarg for all languages 3 years ago
Hemmo Nieminen ceb6e26ff1 boost: preserve compiler/linker argument order 3 years ago
Remi Thebault cc880d3ad5 add test d/14 dub with deps 3 years ago
Remi Thebault 04fca24355 Fix DUB dependencies 3 years ago
Eli Schwartz 7b78c6b41b ninja backend: do not fatally error on compdb failure 3 years ago
rusty-snake 90fba42511 Fix missing ' in custom_target docs 3 years ago
Dylan Baker b5375eb90f docs/rust: fix markdown title 3 years ago
Xavier Claessens 8867fb7999 interpreter: Make compiler options per-subproject 3 years ago
Xavier Claessens 999fb3d1e9 coredata: Do not forget subproject's default_options 3 years ago
Xavier Claessens 34f442a365 OptionOverrideProxy: Handle per-subproject options 3 years ago
Xavier Claessens 06d12064d0 OptionOverrideProxy: Make it immutable to avoid copies 3 years ago
Xavier Claessens 86aaac8e42 backends: Stop separating base and compiler options 3 years ago
Dylan Baker 6c5a0f8332 unittests: Fix rpath tests no nixos 3 years ago
Dylan Baker 9ee0de427c envconfig: use $PKG_CONFIG for pkg-config find_program as well as pkgconfig 3 years ago
Dylan Baker d3e3733c1a tests/common/44: Prepend to PKG_CONFIG_PATh instead of replacing it 3 years ago
Dylan Baker f0b27964ca tests/linuxlike: prepend rather than override PKG_CONFIG_PATH 3 years ago
Dylan Baker b43cf097c2 tests/linuxlike: Honor PKG_CONFIG envvar 3 years ago
Dylan Baker 655746e8b4 compilers: fix mypy warning in Rust detection 3 years ago