Sign in
gn
/
gn
/
HEAD
41fef64
Make `gn args --list` deterministic
by David 'Digit' Turner
· 7 days ago
main
master
77014c1
Specify line endings in .gitattributes.
by Brett Wilson
· 8 days ago
fe330c0
Update yapf style from "chromium" to "yapf"
by Thiago Perrotta
· 4 weeks ago
b25a2f8
Fix escaping of interpreter, script, & source dir
by Michael Spang
· 5 weeks ago
edf6ef4
[unused vars] Improve error messages in templates
by Aaron Wood
· 6 weeks ago
84c8431
Remove reference to $relative_target_output_dir
by Hector Dearman
· 8 weeks ago
629f6be
[infra] Update rpmalloc revision
by David 'Digit' Turner
· 7 weeks ago
5e19d2f
Consider application bundle as executable for phony targets
by Sylvain Defresne
· 3 months ago
9703eb7
Add PointerSet::ToVector() method
by David 'Digit' Turner
· 4 months ago
9bffaa2
Add ResolvedTargetDeps class
by David 'Digit' Turner
· 4 months ago
89c2ab2
Add TargetPublicPair class.
by David 'Digit' Turner
· 4 months ago
70d6c60
recipe: use python3 only
by Takuto Ikuta
· 4 months ago
1c4151f
[xcode] Refer to target by their long name in generate Xcode project
by Sylvain Defresne
· 4 months ago
a4d67be
[rust-project] Remove the emitting of sysroot crates
by Aaron Wood
· 5 months ago
11dc0b1
[errors] Print label toolchains more often
by Aaron Wood
· 5 months ago
3e98c60
[error messages] Centralize decision logic for showing toolchains in errors
by Aaron Wood
· 5 months ago
7a6231e
Support pools on binary targets
by Petr Hosek
· 5 months ago
27b9062
[visibility] Add the toolchain to the labels in the visibility error message
by Aaron Wood
· 6 months ago
57c352b
Fix the testonly flag for gn ls
by Nathan Memmott
· 5 months ago
b9c6c19
[swift] Consider swift bridge_header as a source file
by Sylvain Defresne
· 6 months ago
cc28efe
Add glob FAQ entry
by Brett Wilson
· 6 months ago
e70d8c3
Revert "Record generated_file()s as outputs of `gn`"
by Joshua Seaton
· 6 months ago
1da84bb
Update reference, add script to do so.
by Brett Wilson
· 6 months ago
23ede3b
Record generated_file()s as outputs of `gn`
by Joshua Seaton
· 6 months ago
fff29c1
Add to export_compile_commands from cmdline.
by Brett Wilson
· 7 months ago
b4851eb
Add export compile commands .gn setting.
by Brett Wilson
· 7 months ago
00b741b
Do not remove build.ninja.d during `gn clean`
by David 'Digit' Turner
· 7 months ago
5705e56
[rust-project.json] List the Rust sysroot if there is one and only one
by Aaron Wood
· 8 months ago
0bcd37b
Avoid ACCESS_DENIED when writing build.ninja on Windows
by Bruce Dawson
· 7 months ago
3d773bb
[gn] Fix broken Windows builds
by Bryan Henry
· 8 months ago
91f3a28
[gn] Don't read entire build.ninja into memory in gn gen/clean
by Bryan Henry
· 8 months ago
bfff605
[gn] Prevent build.ninja deletion when regeneration is interrupted
by Bryan Henry
· 9 months ago
519b720
[file_util] Add CreateAndOpenTemporaryFileInDir from chromium src/base
by Bryan Henry
· 8 months ago
c8c6330
Prioritize the default toolchain with gn args
by Andrew Savage
· 8 months ago
9ef3217
build/gen.py: Make LAST_COMMIT_POSITION reproducible
by Evangelos Foutras
· 9 months ago
03ce92d
Fix README.
by Brett Wilson
· 9 months ago
ecaaf4b
Fix typo in help string
by Antonio Sartori
· 9 months ago
29accf5
Format lists in assignments with binary operations
by Florent Castelli
· 9 months ago
ae474cc
Add flag to include additional files in the generated Xcode project
by Sylvain Defresne
· 9 months ago
8883070
Add support for multiple configuration to Xcode project generator
by Sylvain Defresne
· 9 months ago
fcda46c
Improve generation of Xcode project
by Sylvain Defresne
· 9 months ago
e62d4e1
Fix sample iOS project to work on macOS Monterey and M1 macs
by Sylvain Defresne
· 9 months ago
2ecd43a
Simplify source_dir_path substring extraction
by Evangelos Foutras
· 10 months ago
fd6cae4
Avoid out-of-bounds string indexing
by Evangelos Foutras
· 10 months ago
2f71761
Always set alwaysOutOfDate for PBXShellScriptBuildPhase.
by Justin Cohen
· 10 months ago
37baefb
[template] Correct print_stack_trace() output and add toolchain
by Aaron Wood
· 10 months ago
7e05276
Migrate linux CI builder to bionic from xenial
by Ben Pastene
· 10 months ago
c547ca1
Set the explicitFileType of TypeScript files
by Mike Dougherty
· 10 months ago
578a7fe
add --allow-warnings flag in gen.py
by Takuto Ikuta
· 11 months ago
bf4e17d
Revert recent performance-related commits.
by David 'Digit' Turner
· 11 months ago
53ef169
Check explicitly for clang++ usage
by Milad Fa
· 11 months ago
48b013c
Fix compilation with gcc
by Milad Fa
· 11 months ago
24062bb
[templates] Add print_stack_trace() function
by Aaron Wood
· 11 months ago
260a79d
enable extra-semi warnings
by Takuto Ikuta
· 11 months ago
ecec350
AIX: Fix gcc compilation on aix
by Milad Fa
· 11 months ago
d18426e
update icu
by Takuto Ikuta
· 11 months ago
ced9fbf
enable range-loop-analysis warning
by Takuto Ikuta
· 11 months ago
80309a7
Update recipes to M1 processor compatible version
by Richard Wang
· 11 months ago
d0f8bc9
Add better target flag documentation.
by Brett Wilson
· 11 months ago
a944ed7
enable -Wundef and make warning as error
by Takuto Ikuta
· 11 months ago
7c8e511
AlignedAlloc<>: Use posix_memalloc() on MacOS
by David 'Digit' Turner
· 11 months ago
47bfcd6
Revert "[macos] Build gn with Xcode 13.3"
by Sylvain Defresne
· 11 months ago
0d6d131
[macos] Build gn with Xcode 13.3
by Sylvain Defresne
· 11 months ago
1cdd270
Add ResolvedTargetData class
by David 'Digit' Turner
· 11 months ago
496fd46
UniqueVector::Append() support any iterable container.
by David 'Digit' Turner
· 12 months ago
9e3df46
Add TaggedPointer<T,N> template.
by David 'Digit' Turner
· 12 months ago
e2345a8
Add ImmutableVector and ImmutableVectorView templates.
by David 'Digit' Turner
· 12 months ago
a331a36
Add AlignedAlloc<N> template.
by David 'Digit' Turner
· 12 months ago
df20104
[vim] Highlight "arflags"
by Nico Weber
· 11 months ago
fd9f203
Fix output directories for generated source files.
by David 'Digit' Turner
· 1 year ago
c114b7e
Add Target::builds_swift_module() method.
by David 'Digit' Turner
· 11 months ago
0cbe341
Fix NinjaCBinaryTargetWriter unit-test
by David 'Digit' Turner
· 12 months ago
cdb4ad4
[infra] Fix GN build with rpmalloc and latest Clang.
by David 'Digit' Turner
· 12 months ago
ae110f8
Fix RustProjectWriter unit-test.
by David 'Digit' Turner
· 12 months ago
04a2891
Revert "Fix output directories for generated source files."
by David Turner
· 12 months ago
ab91045
Fix output directories for generated source files.
by David 'Digit' Turner
· 1 year ago
5eb3845
[infra] Update to newer rpmalloc library.
by David 'Digit' Turner
· 12 months ago
859dde4
rust-project: Represent source roots properly
by Adrian Taylor
· 12 months ago
bb8f66f
Fix support for empty `script_executable` value in .gn file.
by David 'Digit' Turner
· 12 months ago
afc4a5f
upload gn binary to CAS from CQ
by Takuto Ikuta
· 12 months ago
100c708
recipe: drop py2 compatibility annotation
by Takuto Ikuta
· 12 months ago
f221f74
use bionic bots instead of xenial for linux builder
by Takuto Ikuta
· 12 months ago
f41f521
use python3 for gn builders
by Takuto Ikuta
· 12 months ago
0b087f1
Reland "make recipes python3 compatible"
by Takuto Ikuta
· 12 months ago
404e06e
Make led usable for gn tryjob
by Takuto Ikuta
· 12 months ago
570fd28
fix full_test.py syntax for python3
by Takuto Ikuta
· 12 months ago
93f0d7a
Revert "make recipes python3 compatible"
by Takuto Ikuta
· 12 months ago
ee7f7af
make recipes python3 compatible
by Takuto Ikuta
· 12 months ago
aa31312
Fix error when script_executable is not in PATH
by Jim Ray
· 1 year ago
eb1f75e
Ensure all --extern crates are listed as dependencies in Ninja.
by danakj
· 12 months ago
d6b7f0d
[rust-project] Record env vars
by Adrian Taylor
· 12 months ago
7c87ed4
[rust-project] support proc macros
by Adrian Taylor
· 12 months ago
e39d525
update Standard in .clang-format
by Takuto Ikuta
· 12 months ago
f86feb6
re-number thread id in trace
by Takuto Ikuta
· 12 months ago
b85c7a4
ignore files for clangd
by Takuto Ikuta
· 12 months ago
c0d4f8b
Make more variables available to scripts.
by Adrian Taylor
· 12 months ago
ff14fc1
Propagate Rust libraries through SOURCE_SET targets.
by danakj
· 12 months ago
987196f
use unique_ptr for TraceItem
by Takuto Ikuta
· 12 months ago
dcd874c
Make library inheritance for consistent for Rust libraries
by danakj
· 12 months ago
bd99dbf
Add source placeholder values
by Andrew Savage
· 1 year, 2 months ago
Next »