7525 Commits (c0aa89e57ff5a92c1a1e2cf542692f54622d8cd2)
 

Author SHA1 Message Date
Dylan Baker c0aa89e57f
Merge pull request #4952 from mensinda/cacheCompiles 6 years ago
Ross Burton ae9a6417fe envconfig: mingw is also Windows 6 years ago
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
Daniel Mensinger c61ae46461
Moved caching into a seperate function 6 years ago
Daniel Mensinger 8a32fc8dbe
Disable cache for dependencies 6 years ago
Daniel Mensinger 47c06a7875
Add disable_cache to the fortran compiler 6 years ago
Daniel Mensinger 210fe5bf40
Add option to disable the cache 6 years ago
Daniel Mensinger 6969772a3e
Changing cached flag from True to False 6 years ago
Daniel Mensinger 0e91e4bdd1
Fixed typeing 6 years ago
Daniel Mensinger c9e2d22eef
Make flake8 happy 6 years ago
Daniel Mensinger a351e0d64e
Annotaded return types in the base compiler class 6 years ago
Daniel Mensinger 971dfd664b
Added some cahced values 6 years ago
Daniel Mensinger dfe3d56bfd
Print '(cached)' when compiler result was cached 6 years ago
Daniel Mensinger c9bd84fd25
Cache compile results in coredata 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