247 Commits (203a548d60343a97e436b59aa026ce17597f1cd1)

Author SHA1 Message Date
Eli Schwartz 48ebfa9a99
another pyupgrade pass 4 years ago
Eli Schwartz 3eb1da1fa2
condense lines 4 years ago
Eli Schwartz 2c71b63e77
more f-strings everywhere 4 years ago
Dylan Baker 0bc18f26a2 cython: Add an option for selecting python 3 vs python 2 output 4 years ago
Dylan Baker ec4d8143df ninjabackend: generate cython compilation rules 4 years ago
Dylan Baker 80cdbe41bd ninjabackend: cython doesn't use a linker 4 years ago
Dylan Baker 201dc64226 add a couple more type annotations 4 years ago
Dylan Baker 113a159514 use an immutable list for an lru_cached functions 4 years ago
Dylan Baker c6ec13e6bf
Only try to get RSP syntax if RSP is supported (#8804) 4 years ago
Xavier Claessens 25fa2d4f7b vsenv: Recommend using "meson compile" wrapper 4 years ago
Chun-wei Fan bbb6f2c51c ninjabackend.py: Implement `link_whole:` for pre-VS2015 4 years ago
Jussi Pakkanen 43f0aa17b7 Add swift executable support in Xcode. 4 years ago
Jussi Pakkanen e23fd086bf Remove unnecessary hierarchical layer. 4 years ago
Jussi Pakkanen b84265052e Remove top level sources entry as unnecessary. 4 years ago
Jussi Pakkanen 7ceba6388c Add meson.build files to pbxgroup. 4 years ago
Jussi Pakkanen 818685ec18 Write project info in a tree structure rather than the current flat one. 4 years ago
Dylan Baker bfd06783bd backends: use a set for processed targets instead of a dict 4 years ago
Dylan Baker 7659ae50a0 ninjabackend: Fix vala type annotations 4 years ago
Dylan Baker b1b8e777a2 rust: override get_linker_always_args 4 years ago
Dylan Baker e7e04c814b Add a rust test for internal c linkage 4 years ago
Dylan Baker 11d123332d ninjabackend: fix linking dynamic c libraries with rust 4 years ago
Peter Harris be015a37d7
Visual Studio Address Sanitizer updates 4 years ago
Marco Trevisan (Treviño) 739e499554 ninjabackend: Add pch includes as early as possible not to be overridden 4 years ago
Jussi Pakkanen 53f6ef3b7b Xcode: fix project cleaning. 4 years ago
Jason Francis 39c751b94c introspection: export all sources for custom targets 4 years ago
Jussi Pakkanen 1a31882f59 Xcode: make Swift projects work. 4 years ago
Jussi Pakkanen 1cd80985b4 Xcode: add objective C++ flags to plain C++ because Xcode requires it. 4 years ago
Jussi Pakkanen 0e4c358f35 Xcode: add objective C flags to plain C because Xcode requires it. 4 years ago
Jussi Pakkanen aa2a153afb Xcode: fix linking to customtargetindex objects. 4 years ago
Jussi Pakkanen 22d0e6dd55 Xcode: even more command line argument expansion. 4 years ago
Jussi Pakkanen 0785ec3317 Xcode: Quote McQuoteface. 4 years ago
Jussi Pakkanen ee2363dbb7 Xcode: handle CustomTargetIndexes. 4 years ago
Jussi Pakkanen 2a341dd4ec Xcode: ever more quoting. 4 years ago
Jussi Pakkanen 7fba94997f Xcode: only add source and build dirs if implicit_include_directories is set. 4 years ago
Jussi Pakkanen bff85e2a6c Xcode: do not link shared modules against executables. 4 years ago
Jussi Pakkanen 40fb466513 Xcode: add missing quote character. 4 years ago
Jussi Pakkanen 965f7e18fa Xcode: fix shell quotings. 4 years ago
Jussi Pakkanen 4881c2cf98 Xcode: skip link language override test. 4 years ago
Jussi Pakkanen 674538d8c9 Xcode: put all include dirs via a property rather than a cmd line arg. 4 years ago
Jussi Pakkanen b42a5e21d0 Xcode: add target private dir to include path. 4 years ago
Jussi Pakkanen 3f99830f74 Xcode: quote some entries as needed. 4 years ago
Jussi Pakkanen d116d94f92 Xcode: fix file objects in various places. 4 years ago
Jussi Pakkanen 7803405128 Xcode: fix compiling shared modules. 4 years ago
Jussi Pakkanen 6f76fce904 Xcode: regenerato project file when build conf changes. 4 years ago
Jussi Pakkanen 8943945efe Xcode: replace all backslashes with eight backslashes. Because obviously. 4 years ago
Jussi Pakkanen 68dda2a241 Xcode: fix generators that take custom targets as inputs. 4 years ago
Jussi Pakkanen e422e9c634 Xcode: add proper target dependencies to custom targets. 4 years ago
Jussi Pakkanen 126db6de12 Xcode: fix running commands that lie in the build root dir. 4 years ago
Jussi Pakkanen 09d89dfaeb Xcode: fix custom target chaining. 4 years ago
Jussi Pakkanen fa947e6d75 Xcode: made custom targets into top level AggregateTargets. 4 years ago