776 Commits (6efc94b5dd0d360218eec3fae98caf3a87a757b9)

Author SHA1 Message Date
Nicolas Schneider 72370faef0 vs: add support for `build_always_stale` for custom targets 6 years ago
David Vanderson 5b53335724 xcode backend: Add target dependency link args 6 years ago
Nicolas Schneider 76db753286 vs: use CustomBuild instead of CustomBuildStep for custom targets 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
Nicolas Schneider 907fb59f67 vs: link dependencies of link_whole targets 6 years ago
Nicolas Schneider 9c55e50bea vs: do not automatically link dependencies 6 years ago
Nicolas Schneider 06268665cd vs: use project references in vcxproj instead of the sln file 6 years ago
Andrei Alexeyev cc8af259c8 ninja: Always treat PCHs as an implicit dependency 6 years ago
Nicolas Schneider e004e711b1 vs: refactor regen target creation 6 years ago
Nicolas Schneider b1c3d150fe vs: always consider run, install, and test targets out-of-date 6 years ago
Nicolas Schneider ccdac894ee vs: remove regen project dependency from solution file 6 years ago
Nicolas Schneider a0112cfb26 vs: add reconfigure checks for each target 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
Nicolas Schneider c1fa61b7d9 vs: add PCH headers to project 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
Michael Hirsch, Ph.D da34bea893 pep8 py37 6 years ago
Nicolas Schneider 09739284be vs: fix PCH 6 years ago
Nicolas Schneider 2dcb6eb0b3 vs: escape embedded quotes of run targets 6 years ago
Luca Boccassi 267792174c custom_target: do not let install override build_by_default 6 years ago
Jussi Pakkanen d085002d18 Calculate target paths correctly when workdir is set. 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 df1434d5a5
Fixed CI issues 6 years ago
Daniel Mensinger 9d025f1374
Make custom command sources slightly more useful 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 5c39dd0668
Doc updates and throw if no target type is set 6 years ago
Daniel Mensinger f75e219297
Simplified code and improved preformance 6 years ago
Daniel Mensinger 7691b0460c
Ninja backend target introspection 6 years ago
Daniel Mensinger 4addd176db
Removed fallback detection logic 6 years ago
Daniel Mensinger a5be893b19
Some code cleanup 6 years ago
Daniel Mensinger 74274e23ca
Moved the source and compiler generation to the backend 6 years ago
Daniel Mensinger 111e596200
Fixed tests and benchmarks 6 years ago
Daniel Mensinger f4285f350e
Initial automatic target file generation 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 f1b32aa4bb vs: respect 'b_pch' option 6 years ago