- 4fb095d Support linking frameworks and swiftmodules in Rust targets by danakj · 1 year ago
- f07499a [apple] Rename the code-signing properties of create_bundle by Sylvain Defresne · 1 year, 2 months ago
- 415b3b1 Fix a typo in "gn help refs" output by Lei Zhang · 1 year, 2 months ago
- 06cdcc8 [ios] Simplify handling of assets catalog by Sylvain Defresne · 1 year, 2 months ago
- e05c0aa [label_matches] Add new functions label_matches(), filter_labels_include() and filter_labels_exclude() by Aaron Wood · 1 year, 4 months ago
- 6253a39 Implement new --ninja-outputs-file option. by David 'Digit' Turner · 1 year, 3 months ago
- 5110a7f Add rustflags to desc and help output by Max Ihlenfeldt · 1 year, 4 months ago
- b8562a4 Add `root_patterns` list to build configuration. by David 'Digit' Turner · 1 year, 7 months ago
- 85bd0a6 treewide: Fix spelling mistakes by Ricardo Ribalda · 1 year, 7 months ago
- 2a92efd Include library search paths when compiling rlibs by danakj · 1 year, 11 months ago
- e5aee7b [apple] Implements support of transparent create_bundle by Sylvain Defresne · 2 years ago
- e3978de Make dynamic link switch... dynamic. by Adrian Taylor · 2 years ago
- 26aa46c replace 'Which' with 'which' by Takuto Ikuta · 2 years, 1 month ago
- ad1e5ce Add optional 'mnemonic' var to actions by Joseph Ryan · 2 years, 1 month ago
- 84c8431 Remove reference to $relative_target_output_dir by Hector Dearman · 2 years, 4 months ago
- 5e19d2f Consider application bundle as executable for phony targets by Sylvain Defresne · 2 years, 6 months ago
- 7a6231e Support pools on binary targets by Petr Hosek · 2 years, 7 months ago
- 27b9062 [visibility] Add the toolchain to the labels in the visibility error message by Aaron Wood · 2 years, 8 months ago
- 1da84bb Update reference, add script to do so. by Brett Wilson · 2 years, 9 months ago
- ecaaf4b Fix typo in help string by Antonio Sartori · 3 years ago
- ae474cc Add flag to include additional files in the generated Xcode project by Sylvain Defresne · 3 years ago
- 8883070 Add support for multiple configuration to Xcode project generator by Sylvain Defresne · 3 years ago
- 24062bb [templates] Add print_stack_trace() function by Aaron Wood · 3 years, 1 month ago
- d0f8bc9 Add better target flag documentation. by Brett Wilson · 3 years, 1 month ago
- c0d4f8b Make more variables available to scripts. by Adrian Taylor · 3 years, 2 months ago
- 4a64809 [docs] Improve documentation around scopes by Tyler Mandry · 3 years, 4 months ago
- 4aa9bdf Document rust_sysroot variable. by Adrian Taylor · 3 years, 7 months ago
- 693f9fb Add missing ")" in `gn help config` by Nico Weber · 3 years, 8 months ago
- 46b572c Fix configs visibility not always working by Tomasz Śniatowski · 3 years, 9 months ago
- c0a2d23 Update doc/help to say --ninja-executable works for VS Flags by Shezan Baig · 4 years ago
- 72d5a6e Fix references to {input,output}_conversion by Sylvain Defresne · 4 years ago
- dba0172 Update "help analyze" after a95c8a3ccc7de by Nico Weber · 4 years, 2 months ago
- 55e535a Remove `set_sources_assignment_filter` function by Sylvain Defresne · 4 years, 4 months ago
- 09c9e5e Fix some typos by Ricardo Ribalda · 4 years, 4 months ago
- 0d67e27 Replace relative_target_gen_dir with target_gen_dir in docs by Hector Dearman · 4 years, 5 months ago
- 4e260f1 Add clean_stale command by RJ Ascani · 4 years, 7 months ago
- 6966efb Restat build.ninja after gen by RJ Ascani · 4 years, 7 months ago
- 2d9fd62 Clarify usage of target_name list in --export-compile-commands by Aaron Wood · 4 years, 6 months ago
- ad9eab2 docs: Fix some stray quote chars in help strings. by Nico Weber · 4 years, 7 months ago
- 843b500 Revert phony targets to stamp targets by RJ Ascani · 4 years, 7 months ago
- e431b2f Remove one of the overridden meaning of --root-target flag by Sylvain Defresne · 4 years, 7 months ago
- ad0a7ad Remove support for set_sources_assignment_filter function by Sylvain Defresne · 4 years, 8 months ago
- c808630 Move runtime_deps file for phony targets to /obj by RJ Ascani · 4 years, 8 months ago
- 5233fa1 Remove extra * in gn output docs by Hector Dearman · 4 years, 9 months ago
- 484245b clang: Fixes to module support by Scott Graham · 4 years, 10 months ago
- 501b49a clang: Add support for C++ modules in deps by Scott Graham · 4 years, 10 months ago
- 89e6425 Add support for building .swift files by Sylvain Defresne · 4 years, 10 months ago
- 3028c6a [apple] Remove support for frameworks in libs by Sylvain Defresne · 4 years, 11 months ago
- 5d109d7 Add no_check_targets config option. by Erik Staab · 5 years ago
- 7b0690e [xcode] Allow user to choose Xcode build system by Sylvain Defresne · 5 years ago
- db55efd Generate a single project with --ide=xcode by Sylvain Defresne · 5 years ago
- 317fdc1 Support specifying required Ninja version by Petr Hosek · 5 years ago
- 0a9affb Update docs/reference.md by Harley Li · 5 years ago
- d0a6f07 Add weak_frameworks linking option by Robert Sesek · 5 years ago
- ac6cc95 Allow rlib linking into C++ targets. by Adrian Taylor · 5 years ago
- 7439709 Add an "outputs" command. by Brett Wilson · 5 years ago
- aff489a Add "filter_{exclude,include}" intrinsic functions to GN by Sylvain Defresne · 5 years ago
- 61377e3 Handle an empty interpreter_path in exec_script by James Robinson · 5 years ago
- 1e1ea9d Document action restat behavior. by Brett Wilson · 5 years ago
- d874bb9 Remove extraneous quotation marks by Wesley Moy · 5 years ago
- a09ec16 Improve support for frameworks in gn by Sylvain Defresne · 5 years ago
- 49f5903 [check] Document system style checking for check command by James Robinson · 5 years ago
- a141386 Provide a way to pass extern Rust library by Petr Hosek · 5 years ago
- a5bcbd7 Update default VS to 2019 by Aaron Gable · 5 years ago
- fe36c7c Create a new target type for Rust procedural macro by Petr Hosek · 6 years ago
- 6ae6330 Add string_join() and string_split() builtins by Keir Mierle · 6 years ago
- 45611e3 Update reference.md by Keir Mierle · 6 years ago
- 7617b59 Provide separate Rust tools for different output types by Petr Hosek · 6 years ago
- add1bb1 Drop edition variable from Rust support by Petr Hosek · 6 years ago
- 152c514 Update and add metadata documentation by Julie Hockett · 6 years ago
- 23d22bc [docs] : fix typo 'then' => 'they' and re-generate 'reference.md' by Joe Armstrong · 6 years ago
- ce1fa07 Allow get_target_outputs() on generated_file() targets by Julie Hockett · 6 years ago
- 81ee196 Fix recursion on io_conversion help directions by Julie Hockett · 6 years ago
- 73e8907 [docs] Fix typo 'is' => 'it' by Joe Armstrong · 6 years ago
- f5ad807 [docs] Use variable 'include_dirs' instead of 'includes‘ by Joe Armstrong · 6 years ago
- 252674d Let source_target_relative be a valid substitution for bundle_data. by Robert Sesek · 6 years ago
- dcab2f9 Fix issues with bundle_data/create_bundle targets by Sylvain Defresne · 6 years ago
- d46f92f Make all bundle_foo_dir properties optional by Sylvain Defresne · 6 years ago
- b199e54 [docs] : Split 'gn help' heading and usage summary when exceed 80 cols by Joe Armstrong · 6 years ago
- 3941394 [docs] regenerate docs/reference.md by Joe Armstrong · 6 years ago
- d69a9c3 [help] Fixing help issues. by Julie Hockett · 6 years ago
- b5a2ac6 Improve help output. by Brett Wilson · 6 years ago
- 8ed01d3 Docs: regenerate docs by Nate Fischer · 6 years ago
- bdb0fd0 Tweaking documentation about check_targets and gn check by Daniel Bratell · 7 years ago
- ce7fa36 Stop referring to Python in exec_script. by Gary Miguel · 7 years ago
- 57a964c Add forward_variables_from() code example to help text by Andrew Grieve · 7 years ago
- 75eb3c7 Escape < and > in non-code markdown output. by Nico Weber · 7 years ago
- e49cb72 Minor help text consistency fixes. by Nico Weber · 7 years ago
- c0744ed Add string_replace builtin function by Petr Hosek · 7 years ago
- 0917129 [output_conversion] Add output_conversion options by Julie Hockett · 7 years ago
- 11e0991 [docs] Updating documentation for compdb by Julie Hockett · 7 years ago
- e2a2940 [target] Propagate configs across toolchains when specified by Julie Hockett · 7 years ago
- 796ed47 Add reference.md by Brett Wilson · 7 years ago