941 Commits (b4b1a2c5a145c1459fc4563a289e164e23bd6a02)

Author SHA1 Message Date
John Ericson 4030e7cb7a UserOption no longer has a name field. 6 years ago
Dylan Baker e24c11336d backends: Annotate TestSerialisiation 6 years ago
Dylan Baker b935359978 backends/ninja: Ifort is msvc-like but doesn't have showincludes 6 years ago
Dylan Baker 541523eeba compilers: Split C-Like functionality into a mixin classes 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 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 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
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 5678468c2c Don't use len() to test for container emptiness 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
Dylan Baker add821db64 Don't use mutable types as default arguments 6 years ago
makise-homura 54f9ec4510 Fix concatenation of library dirs 6 years ago
Paolo Bonzini c8b414f6b9 vs2010backend: emit dependencies for generators 6 years ago
Paolo Bonzini 5952256566 vs2010backend: fix flake8 issue 6 years ago
Paolo Bonzini b9774b4485 generator: add dependency on generator in source tree 6 years ago
Anton Kochkov ad0ba6a911 Add VS2019 backend CI and docs. 6 years ago
Jussi Pakkanen 04710b087a Add support for VS2019. Closes #4640. 6 years ago
Dylan Baker 6ad7fbf950 dependencies/misc: don't special case threads 6 years ago
Dylan Baker 94ba53c6b6 backends/ninja: Add native files to rebuild dependencies 6 years ago
Michael Hirsch, Ph.D 8763d1a584 cleanup rebase of fortraninclude..submod 6 years ago
Michael Hirsch, Ph.D cc4e0b5027 DRY Fortran submodule regex 6 years ago
Michael Hirsch, Ph.D c8342b794b no \b for no-gap non-stantard submodule declaration 6 years ago
Michael Hirsch, Ph.D 41edb6d68f tolerate no-space submodule (non-standard syntax) 6 years ago
Michael Hirsch, Ph.D 434599cc12 Squashed commit of the following: 6 years ago
Michael Hirsch, Ph.D 2a830743cc allow fortran submodule to have same name as module 6 years ago
Jussi Pakkanen 8361da5c52 Fix setup so test suite runs with rustc + MSVC. Closes: 5099 6 years ago
Jussi Pakkanen 4e5edff60f Fix Rust global and local args. Closes #5101. 6 years ago
Dylan Baker ac627bcea7 replace library type strings with an enum 6 years ago
Ross Burton 65e59c84a1 mesonbuild: allow multiple --cross-file options 6 years ago
Dylan Baker 1f342a2081 dependencies/openmp: Don't special case OpenMP 6 years ago
Jussi Pakkanen e81f48db16 Can link against custom targets. Closes #4908. 6 years ago
Jussi Pakkanen 4b95dd3a6d Add test script to generate a static library with a custom target. 6 years ago
Michael Hirsch, Ph.D 6d215476c0
functionalize per-file Fortran dep scan 6 years ago
Niklas Claesson dd2c44cdf6 Add static as keyword to find_library 6 years ago
Steve Lhomme cb9b151985 Move the optimization options in the compiler config 6 years ago
Paolo Bonzini 4b5cf3f7c5 interpreter: add "protocol" kwarg to test 6 years ago
Nicolas Schneider ded0defc3f auto generate msvc pch source file if none is provided by the user 6 years ago
Michael Hirsch, Ph.D 39e6dc5885 correct Fortran self-dep logic 6 years ago
Michael Hirsch, Ph.D 32a344b949 Fortran: handle self-referential files 6 years ago