4127 Commits (8239d71025ad59e44e7ac7b43849554990efe9f9)

Author SHA1 Message Date
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 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
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 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 b7ba98a657
make flake8 happy 6 years ago
Daniel Mensinger 38f2eae681
ast: Make sure to avoid infinite recursions 6 years ago
Daniel Mensinger 75b7a856cd
ast: support elementary object methods 6 years ago
Daniel Mensinger feff2630ae
ast: resolve simple arithmetic nodes 6 years ago
Daniel Mensinger 2bb4ec19f2
ast: resolve ID nodes in flatten_args 6 years ago
Dylan Baker add821db64 Don't use mutable types as default arguments 6 years ago
Tamer Fahmy 0259cc6de2 fortran: fix compile.links() when passing dependencies 6 years ago
Dylan Baker 891136178d mlog: add type annotations 6 years ago
Dylan Baker 205cf95f99 envconfig: Add type annotations 6 years ago
Dylan Baker 25f8d28251 mesonlib: Add some type annotations 6 years ago
Dylan Baker b8ec23b69d envconfig: simplify exception handling. 6 years ago
Fernando Ramos a7a7f0ba64 Use individual entries for '-Wl,-rpath-link' 6 years ago
Jussi Pakkanen 8b42dc9274 Update list of potential scan-build binaries. Closes #5287. 6 years ago
Fernando Ramos d81dfcba74 Add support for the Xtensa toolchain 6 years ago
Konstantin 841995cddf i18n: add args keyword to merge_file 6 years ago