7594 Commits (285db6637dd1884df4b7eb290ba9ef0b50fa0baa)
 

Author SHA1 Message Date
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
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
Dylan Baker 397ac5921a run_unittests: rewrite version test to not call private methods 6 years ago
Dylan Baker 5678468c2c Don't use len() to test for container emptiness 6 years ago
Dylan Baker 8e1670cc60 rewriter: optimize the list_to_dict function 6 years ago
Dylan Baker 346ab9f0d8 ast/printer: remove useless ternary 6 years ago
Chun-wei Fan 13d59d75be environment.py: Fix architecture detection on older MSVC 6 years ago
Jussi Pakkanen bbd67bbae9 Rewrap text. [skip ci] 6 years ago
Jussi Pakkanen 25931abb26
Merge pull request #5319 from kjerstadius/gcovr-4.2 6 years ago
Jussi Pakkanen 8018ef6ac6
Merge pull request #5292 from mensinda/introInterpFix 6 years ago
Thibault Saunier 26e205293a hotdoc: Handle werror 6 years ago
Thibault Saunier 083a53815c hotdoc: Take into account boolean value to pass flag like arguments 6 years ago
Richard Kjerstadius ccaa61ec52 doc: Update coverage related documentation 6 years ago
Richard Kjerstadius 48ee6a6148 Add gcovr 4.2 support 6 years ago
Jon Turney 7bc1db2d7b
ninja: Move things which aren't rules or build statements up to generate() 6 years ago
Jon Turney 42e9028868
ninja: Remove use of unset ninja variable 'aliasing' 6 years ago
Daniel Mensinger 8e587dfeba
ast: Address code review 6 years ago
Daniel Mensinger a6281939df
ast: Improved test case 6 years ago
Daniel Mensinger b7ba98a657
make flake8 happy 6 years ago
Daniel Mensinger 38f2eae681
ast: Make sure to avoid infinite recursions 6 years ago