505 Commits (0259cc6de21c223f1f38f0a6d118779f455b881f)

Author SHA1 Message Date
makise-homura 54f9ec4510 Fix concatenation of library dirs 6 years ago
Paolo Bonzini b9774b4485 generator: add dependency on generator in source tree 6 years ago
Dylan Baker 6ad7fbf950 dependencies/misc: don't special case threads 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
Dylan Baker 1f342a2081 dependencies/openmp: Don't special case OpenMP 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
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
Andrei Alexeyev 2d0841c624 Improve handling of gui_app 6 years ago
jml1795 80f16cac8f Fix console log from generator with multiple output nodes 6 years ago
John Ericson d87744138a Remove remaining cross-specific compiler-args code 6 years ago
John Ericson c83b426b0f Remove a useless `cross_args` which is always empty 6 years ago
John Ericson d451a4bd97 Remove get_cross_extra_flags 6 years ago
Andrei Alexeyev cc8af259c8 ninja: Always treat PCHs as an implicit dependency 6 years ago
Michael Hirsch, Ph.D 627d0d1f3e BUGFIX: ignore non-ascii Fortran characters 6 years ago
Michael Hirsch, Ph.D eccc59874d BUGFIX: handle Fortran 2003 "use" syntax 6 years ago
Michael Hirsch, Ph.D 70e6f4198c Fortran 2008 submodule (#4874) 6 years ago
John Ericson 19f81d3e33 Never access environment.properties downstream 6 years ago
Nicolas Schneider 3cbc7c7bd9 msvc: fix PCH staleness 6 years ago
Nicolas Schneider 2044bc53b3 use same compiler args for pch as for regular target 6 years ago
Nirbheek Chauhan 50b863032e find_library: Check arch of libraries on Darwin 6 years ago
Michael Hirsch, Ph.D cccffaa29d BUGFIX: allow fc.run(code) to work, pick only Fortran module 6 years ago
Robert Bragg f2223fcf54 ninjabackend: Adding missing shell quotes for compiler arguments 6 years ago
Daniel Mensinger 4b17bbc753
Better list prepending 6 years ago
Daniel Mensinger b97046ea0f
Fixed hash 6 years ago
Daniel Mensinger bd8bad46c3
Code cleanup and renamed variables 6 years ago
Daniel Mensinger 63e16fbcc3
Fixed flake8 6 years ago
Daniel Mensinger 9742927903
Absolute path generation refactoring 6 years ago
Daniel Mensinger 2487e0a1fb
Simplefied absolute path generation 6 years ago
Daniel Mensinger f75e219297
Simplified code and improved preformance 6 years ago
Daniel Mensinger 7691b0460c
Ninja backend target introspection 6 years ago
John Ericson 2b22576fb6 Remove cross_info; cross file is parsed up front and discarded 6 years ago
John Ericson dbf080afe9 Get rid of `need_cross_compiler` 6 years ago
Nicolas Schneider 739341ec04 compile pch .h file as c++-header when building a c++ target 6 years ago
Jussi Pakkanen 1fca654055 Add a clang-format target. 6 years ago
Jussi Pakkanen c44a5a1aec Deduplicate export-dynamic and pthread. Closes #4567. 6 years ago
Dylan Baker 9294fd23be backends/ninja: all files in a java target should depend on generated sources 6 years ago
Phillip Cao fc77ec9243 Get cross_args from the compiler rather than environment directly 6 years ago
Jon Turney e57fd01830
Accomodate clang-cl /showIncludes output 6 years ago
Jon Turney 64edfd5069
Detect clang-cl as msvc-like, not clang-like 6 years ago