7512 Commits (ed109801c6ac37d77ddb10ad6d1fa73c5482b7fa)
 

Author SHA1 Message Date
Martin Hostettler ed109801c6 munstable_coredata: Adapt to coredata changes. 6 years ago
Dylan Baker edb1229a48 mesonlib: Make a few type annotations strings 6 years ago
Jussi Pakkanen 1f4023fa47
Merge pull request #5311 from mensinda/flake8Plugins 6 years ago
Michael Hirsch, Ph.D 06bfc2dab6 per-target manual specification of link_language 6 years ago
Nicole Mazzuca 16463046b1 Add vc++ cpp_std flags to the documentation 6 years ago
Jussi Pakkanen 7059c47aad
Merge pull request #5161 from TheQwertiest/feature/custom_target_link 6 years ago
Peter Hutterer 70997ca969 mtest: check for an empty suite list 6 years ago
Jussi Pakkanen ec757492bf Describe how to add support for new compilers. [skip ci] 6 years ago
Jussi Pakkanen 7ac03f6264 Non-required appleframework deps should not be an error. Closes #5295. 6 years ago
John Ericson 4c2617a9c6 Add some type annotations and fix lints 6 years ago
Michael Olbrich a15a8b7e24 Don't close fds when executing programs 6 years ago
Daniel Mensinger 74b535fea7
Do not pass None to mlog.exception 6 years ago
TheQwertiest d74ab216db Cleaned up `isinstance` usage 6 years ago
TheQwertiest 61f9cdf962 Added special handling of CustomTargetIndex in VS backend 6 years ago
TheQwertiest 2d0550378a Added additional tests for linking with custom_target[i] 6 years ago
TheQwertiest 0ab9d474e1 Use parent `custom_target` for dependency handling (for consistency and future-proofing) 6 years ago
TheQwertiest 68a8481a05 Updated docs with information about `custom_target[i]` 6 years ago
TheQwertiest a098684cf3 Added tests for custom_target[i] 6 years ago
TheQwertiest 8c9a25456d Added custom_target[i] support for link_with and link_whole 6 years ago
Daniel Mensinger 236221061a
Fixed unnecessary .items() 6 years ago
Daniel Mensinger 5ec79185a0
Address code review 6 years ago
Daniel Mensinger 3581839f4c
Fix unused variables warnings 6 years ago
Daniel Mensinger 2b5831f94f
Fix flake8-bugbear warnings 6 years ago
Daniel Mensinger e75211d321
Fix builtin variable names 6 years ago
Daniel Mensinger bf98ffca9e
Fix blind exceptions 6 years ago
Jon Turney ccc4ce28cc consistent invalid escape sequence behaviour 6 years ago
Jussi Pakkanen 03d34a79f8
Merge pull request #5309 from jon-turney/ninja-backend-refactoring 6 years ago
Stephen Gallagher 65091b7677 RPM Macros: Use `meson test` for %meson_test 6 years ago
Jussi Pakkanen 9cd89f55fc
Merge pull request #5323 from scivision/pgiflang 6 years ago
Jussi Pakkanen 60969d99d3
Merge pull request #5265 from dcbaker/more-annotations 6 years ago
Daniel Mensinger cb1ef0c449 cmake: Use CMAKE_ROOT instead of _INCLUDE_FILE (closes #5218) 6 years ago
Michael Hirsch, Ph.D 50f2381565 enable Windows Intel compiler 6 years ago
Michael Hirsch, Ph.D 3a75bb5259 detect Intel ICL on windows 6 years ago
Michael Hirsch, Ph.D ee40533b61 better default order for fotran compiler search 6 years ago
Michael Hirsch, Ph.D 25fa5d090f cleanup C/CXX compiler names, adding Intel like for Fortran 6 years ago
Michael Hirsch, Ph.D efff004651 cleanup unused imports PEP8 6 years ago
Michael Hirsch, Ph.D 1c70bae952 order fortran compiler search order more sanely, remove unsupported compiler names 6 years ago
Jon Turney 0debaab8d1
ninja: Suppress unused rules in output 6 years ago
Jon Turney 091459cbdf
ninja: Expand comment on shell-unquoted ninja variables 6 years ago
Jon Turney e4d4ac773a
ninja: Push concatenation of command down into NinjaRule 6 years ago
Jon Turney 798cacd30a
ninja: Remove unneeded outfile args (build statements) 6 years ago
Jon Turney c4304d25f9
ninja: Store build statements 6 years ago
Jon Turney 45d1dff592
ninja: Remove unneeded outfile args (rules) 6 years ago
Jon Turney 1303389700
ninja: Store rules 6 years ago
Dylan Baker cbdf9d0647 mesonlib: Reimplement version comparison for speed 6 years ago
Dylan Baker c30ccae0b6 mesonlib: Remove useless repetition of the same check 6 years ago
Dylan Baker fa26844f67 mesonlib: specialize the implementation of == and != 6 years ago
Dylan Baker 8977e49a9b mesonlib: use ints instead of strings for numbers 6 years ago
Dylan Baker 506f8708ba mesonlib: use zip() in Version 6 years ago
Dylan Baker 914b591692 run_unittets: extend version tests to cover other cases 6 years ago