Sign in
gn
/
gn
/
9edc6c08022c9ae75cccd1dea34bdea05eae2215
/
tools
/
gn
fe0c6bb
Write depfile for non-C-like tools
by Julie Hockett
· 6 years ago
f898ccf
Fix linking deps propagation
by Julie Hockett
· 6 years ago
972ed75
Update to more uses of C++11.
by Brett Wilson
· 6 years ago
a3e0807
Make exec_process_unittest.cc work with Python 3.
by Raphael Kubo da Costa
· 6 years ago
e6b6049
Adds support for iOS colorsets.
by Rohit Rao
· 6 years ago
2e73d71
Add command_launcher field to tools
by Julie Hockett
· 6 years ago
86d2534
Add -Lnative link search paths for non-Rust deps
by Julie Hockett
· 6 years ago
ce1fa07
Allow get_target_outputs() on generated_file() targets
by Julie Hockett
· 6 years ago
8c7f491
rust: fix build on older clang
by Tomasz Śniatowski
· 6 years ago
8f8178c
Escape prerequisites filenames in build.ninja.d depfile
by samogot
· 6 years ago
89d5ef5
Minor fixes to tracing
by Julie Hockett
· 6 years ago
ae93998
An example Rust build
by Julie Hockett
· 6 years ago
80a5dc0
Ninja rules for Rust
by Julie Hockett
· 6 years ago
e906492
Rust GN target generation
by Julie Hockett
· 6 years ago
586b028
Rust compilation tool and toolchain support
by Julie Hockett
· 6 years ago
ed8b690
rust_library and Rust-specific variables
by Julie Hockett
· 6 years ago
5b16fb9
Rust substitutions and config values
by Julie Hockett
· 6 years ago
b89110a
Move SourceFileTypeSet to Target
by Julie Hockett
· 6 years ago
95a92a9
[espace.h] fix comment
by Takuto Ikuta
· 6 years ago
17cc456
json_project_writer: Output response_file_contents for action and action_for_each
by Kimmo Kinnunen
· 6 years ago
36c66bf
Add additional surce files and example the list of acceptable files
by Julie Hockett
· 6 years ago
04f5df5
[args] Fix gn args unstable output
by Haowei Wu
· 6 years ago
8730b0f
Disallow non-buildable sources in binary targets
by Tom Anderson
· 6 years ago
0d038c2
Cache source file type in SourceFile
by Tom Anderson
· 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
9bd9420
Properly exit when an unknown tool is defined.
by Julie Hockett
· 6 years ago
9a469b2
Refactor SubstitutionType for increased flexibility
by Julie Hockett
· 6 years ago
19f79de
Add test for empty source set/static lib to NinjaBinaryTargetWriter
by Julie Hockett
· 6 years ago
c599fdb
Fix use of 'is' operator for comparison
by Raul Tambre
· 6 years ago
d409ab8
Fix gn meta to handle non-string metadata
by Haowei Wu
· 6 years ago
72a485f
Remove check for C/C++ files on binary writer
by Julie Hockett
· 6 years ago
9a3779d
Add support for .rs and .go source files
by Julie Hockett
· 6 years ago
9ef3176
Move C logic to child class of NinjaBinaryTargetWriter
by Julie Hockett
· 6 years ago
5b0bb6a
Move Tool logic out of Toolchain
by Julie Hockett
· 6 years ago
2691ec8
Canonicalize metadata walk_keys list before comaparing.
by Haowei Wu
· 6 years ago
78db9de
Fix formatting of escaping table.
by Brett Wilson
· 6 years ago
cd8d9d4
Optimize string escape functions
by Tom Anderson
· 6 years ago
2c72317
Support for building on OpenBSD.
by dana koch
· 6 years ago
2349dc4
[compdb] Optionally filter the compilation database.
by Haowei Wu
· 6 years ago
64b846c
Fix -Wstring-plus-int errors in ninja_action_target_writer_unittest
by Julie Hockett
· 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
fb330c7
[gn] Always create "args.gn" file when running gn gen.
by Haowei Wu
· 6 years ago
ac2776f
[desc] Add runtime_deps handler
by Julie Hockett
· 6 years ago
f5fc060
Support Visual Studio 2019 project generation.
by Sergey Semushin
· 6 years ago
b85982b
visual_studio_writer: Make OutDir equal to $(SolutionDir).
by Sergey Semushin
· 6 years ago
b199e54
[docs] : Split 'gn help' heading and usage summary when exceed 80 cols
by Joe Armstrong
· 6 years ago
5bc90b6
stdout: use dim colors
by Elly Fong-Jones
· 6 years ago
24411be
Make gn check faster
by Takuto Ikuta
· 6 years ago
93ac4e0
Some documentation of gn check --check-generated
by Daniel Bratell
· 6 years ago
74657a6
Add gn check --check-generated to check dependencies of generated files
by Daniel Bratell
· 6 years ago
6b94382
Fixed typo (missing parenthesis) in get_path_info documentation
by Daniel Bratell
· 6 years ago
d062e74
Improve config documentation.
by Brett Wilson
· 6 years ago
1ab6fa2
Attempt to unbreak build with MSVC 15.8.4
by Nico Weber
· 6 years ago
d69a9c3
[help] Fixing help issues.
by Julie Hockett
· 6 years ago
04685d6
Add --dump-json-tree option for format subcommand.
by Tatsuhisa Yamaguchi
· 6 years ago
4dcd277
Port to FreeBSD.
by Peter Collingbourne
· 6 years ago
71b537c
[format] Extend `gn format` to take a list of files.
by Joshua Seaton
· 6 years ago
b5a2ac6
Improve help output.
by Brett Wilson
· 6 years ago
d837047
format: Ensure that formatting always reaches a fixedpoint in one run
by Scott Graham
· 6 years ago
d84a862
More efficient Value implementation.
by David 'Digit' Turner
· 6 years ago
bcfb647
cleanup label_ptr.h
by David 'Digit' Turner
· 6 years ago
894143c
format: Fix incorrect dewrap of `if`
by Scott Graham
· 6 years ago
45314e2
[metadata] Return metadata in postorder.
by Julie Hockett
· 6 years ago
e49432f
[metadata] Actually collect the metadata
by Julie Hockett
· 6 years ago
c1780c2
[metadata] Allow specification of rebase dir
by Julie Hockett
· 6 years ago
5a9e0a2
[metadata] Adding metadata vars to write_data target
by Julie Hockett
· 6 years ago
d021d39
[metadata] Add generated_file target type
by Julie Hockett
· 6 years ago
27b66b5
Allow whitespace in include directives.
by Jamie Madill
· 6 years ago
c6841d3
Fix a crash on invalid on `not_needed(scope)` without a 2nd argument.
by Nico Weber
· 6 years ago
54be6f1
Allow NOSORT to be the last line in a comment in addition to the first.
by Nico Weber
· 6 years ago
a07831b
[metadata] Adding `meta` command
by Julie Hockett
· 6 years ago
0587778
[metadata] Walk function
by Julie Hockett
· 6 years ago
96c7729
[metadata] Add metadata walk to target
by Julie Hockett
· 6 years ago
a27e8dc
[metadata] Adding basic metadata walking
by Julie Hockett
· 6 years ago
2000587
[metadata] Adding metadata output to gn desc
by Julie Hockett
· 6 years ago
0e1b884
[metadata] Adding metadata variable to target
by Julie Hockett
· 6 years ago
13ac6ca
Test that not_needed works with forward_variables_from
by Petr Hosek
· 7 years ago
0790d30
List .gn file in build.ninja.d.
by Nico Weber
· 6 years ago
384850b
Explicitly handle all ValueType enum values
by Julie Hockett
· 6 years ago
1426651
Make regen with --dotfile and --root work.
by Nico Weber
· 6 years ago
85d0c04
Remove all macOS specific code from base and framework dependencies
by Petr Hosek
· 7 years ago
96ff462
Define C/C++ version for QtCreator project
by Grigory Lipenko
· 7 years ago
bdb0fd0
Tweaking documentation about check_targets and gn check
by Daniel Bratell
· 7 years ago
b42fbe8
[operators] Add scope comparison to list subtraction.
by Julie Hockett
· 7 years ago
a676103
Sort import() lines by group
by Scott Graham
· 7 years ago
edbcffa
Use FilePathToUTF8/UTF8ToFilePath for conversion to/from string
by Petr Hosek
· 7 years ago
21564a9
[value] Implement scope == operator
by Julie Hockett
· 7 years ago
b85963d
[functions][not_needed] Copy scope so it isn't overridden
by Julie Hockett
· 7 years ago
091169b
Fix error messages for invalid array subscripts.
by Torne (Richard Coles)
· 7 years ago
b25107e
vim: improve docs for vim plugin
by Nate Fischer
· 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
106b823
Write pools for all targets in all toolchains
by Petr Hosek
· 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
c218b83
Don't use -- in exec_script
by Stuart Morgan
· 7 years ago
Next »