Sign in
gn
/
gn
/
HEAD
ecaaf4b
Fix typo in help string
by Antonio Sartori
· 18 hours ago
main
master
29accf5
Format lists in assignments with binary operations
by Florent Castelli
· 9 days ago
ae474cc
Add flag to include additional files in the generated Xcode project
by Sylvain Defresne
· 10 days ago
8883070
Add support for multiple configuration to Xcode project generator
by Sylvain Defresne
· 11 days ago
fcda46c
Improve generation of Xcode project
by Sylvain Defresne
· 11 days ago
e62d4e1
Fix sample iOS project to work on macOS Monterey and M1 macs
by Sylvain Defresne
· 3 weeks ago
2ecd43a
Simplify source_dir_path substring extraction
by Evangelos Foutras
· 3 weeks ago
fd6cae4
Avoid out-of-bounds string indexing
by Evangelos Foutras
· 5 weeks ago
2f71761
Always set alwaysOutOfDate for PBXShellScriptBuildPhase.
by Justin Cohen
· 4 weeks ago
37baefb
[template] Correct print_stack_trace() output and add toolchain
by Aaron Wood
· 6 weeks ago
7e05276
Migrate linux CI builder to bionic from xenial
by Ben Pastene
· 6 weeks ago
c547ca1
Set the explicitFileType of TypeScript files
by Mike Dougherty
· 7 weeks ago
578a7fe
add --allow-warnings flag in gen.py
by Takuto Ikuta
· 7 weeks ago
bf4e17d
Revert recent performance-related commits.
by David 'Digit' Turner
· 9 weeks ago
53ef169
Check explicitly for clang++ usage
by Milad Fa
· 9 weeks ago
48b013c
Fix compilation with gcc
by Milad Fa
· 9 weeks ago
24062bb
[templates] Add print_stack_trace() function
by Aaron Wood
· 10 weeks ago
260a79d
enable extra-semi warnings
by Takuto Ikuta
· 9 weeks ago
ecec350
AIX: Fix gcc compilation on aix
by Milad Fa
· 9 weeks ago
d18426e
update icu
by Takuto Ikuta
· 10 weeks ago
ced9fbf
enable range-loop-analysis warning
by Takuto Ikuta
· 10 weeks ago
80309a7
Update recipes to M1 processor compatible version
by Richard Wang
· 10 weeks ago
d0f8bc9
Add better target flag documentation.
by Brett Wilson
· 2 months ago
a944ed7
enable -Wundef and make warning as error
by Takuto Ikuta
· 10 weeks ago
7c8e511
AlignedAlloc<>: Use posix_memalloc() on MacOS
by David 'Digit' Turner
· 2 months ago
47bfcd6
Revert "[macos] Build gn with Xcode 13.3"
by Sylvain Defresne
· 2 months ago
0d6d131
[macos] Build gn with Xcode 13.3
by Sylvain Defresne
· 2 months ago
1cdd270
Add ResolvedTargetData class
by David 'Digit' Turner
· 3 months ago
496fd46
UniqueVector::Append() support any iterable container.
by David 'Digit' Turner
· 3 months ago
9e3df46
Add TaggedPointer<T,N> template.
by David 'Digit' Turner
· 3 months ago
e2345a8
Add ImmutableVector and ImmutableVectorView templates.
by David 'Digit' Turner
· 3 months ago
a331a36
Add AlignedAlloc<N> template.
by David 'Digit' Turner
· 3 months ago
df20104
[vim] Highlight "arflags"
by Nico Weber
· 3 months ago
fd9f203
Fix output directories for generated source files.
by David 'Digit' Turner
· 4 months ago
c114b7e
Add Target::builds_swift_module() method.
by David 'Digit' Turner
· 3 months ago
0cbe341
Fix NinjaCBinaryTargetWriter unit-test
by David 'Digit' Turner
· 3 months ago
cdb4ad4
[infra] Fix GN build with rpmalloc and latest Clang.
by David 'Digit' Turner
· 3 months ago
ae110f8
Fix RustProjectWriter unit-test.
by David 'Digit' Turner
· 3 months ago
04a2891
Revert "Fix output directories for generated source files."
by David Turner
· 3 months ago
ab91045
Fix output directories for generated source files.
by David 'Digit' Turner
· 4 months ago
5eb3845
[infra] Update to newer rpmalloc library.
by David 'Digit' Turner
· 3 months ago
859dde4
rust-project: Represent source roots properly
by Adrian Taylor
· 3 months ago
bb8f66f
Fix support for empty `script_executable` value in .gn file.
by David 'Digit' Turner
· 3 months ago
afc4a5f
upload gn binary to CAS from CQ
by Takuto Ikuta
· 3 months ago
100c708
recipe: drop py2 compatibility annotation
by Takuto Ikuta
· 3 months ago
f221f74
use bionic bots instead of xenial for linux builder
by Takuto Ikuta
· 3 months ago
f41f521
use python3 for gn builders
by Takuto Ikuta
· 3 months ago
0b087f1
Reland "make recipes python3 compatible"
by Takuto Ikuta
· 3 months ago
404e06e
Make led usable for gn tryjob
by Takuto Ikuta
· 3 months ago
570fd28
fix full_test.py syntax for python3
by Takuto Ikuta
· 3 months ago
93f0d7a
Revert "make recipes python3 compatible"
by Takuto Ikuta
· 3 months ago
ee7f7af
make recipes python3 compatible
by Takuto Ikuta
· 3 months ago
aa31312
Fix error when script_executable is not in PATH
by Jim Ray
· 3 months ago
eb1f75e
Ensure all --extern crates are listed as dependencies in Ninja.
by danakj
· 3 months ago
d6b7f0d
[rust-project] Record env vars
by Adrian Taylor
· 3 months ago
7c87ed4
[rust-project] support proc macros
by Adrian Taylor
· 3 months ago
e39d525
update Standard in .clang-format
by Takuto Ikuta
· 3 months ago
f86feb6
re-number thread id in trace
by Takuto Ikuta
· 3 months ago
b85c7a4
ignore files for clangd
by Takuto Ikuta
· 3 months ago
c0d4f8b
Make more variables available to scripts.
by Adrian Taylor
· 3 months ago
ff14fc1
Propagate Rust libraries through SOURCE_SET targets.
by danakj
· 3 months ago
987196f
use unique_ptr for TraceItem
by Takuto Ikuta
· 3 months ago
dcd874c
Make library inheritance for consistent for Rust libraries
by danakj
· 3 months ago
bd99dbf
Add source placeholder values
by Andrew Savage
· 5 months ago
89e69b8
[Posix] Respect umask settings for directories
by Andrew Savage
· 4 months ago
f27bae8
[xcode] Fix build script to build the correct target
by Sylvain Defresne
· 4 months ago
4ffb87a
Introduce new built-in "phony" tool.
by David 'Digit' Turner
· 5 months ago
0f610c8
Don't propagate rlibs through shared libraries for linking purposes.
by danakj
· 4 months ago
46f94b5
All accessible crates should be specified by a public --extern
by danakj
· 4 months ago
bc4407c
[infra] Fix rpmalloc linking.
by David 'Digit' Turner
· 4 months ago
ac6e3a6
Add sdefresne as an EMEA based OWNERS
by Sylvain Defresne
· 4 months ago
d7c2209
[xcode] Simplify the build script generated
by Sylvain Defresne
· 4 months ago
e3f114f
Ensure the CommandSwitches::Get() singleton is properly initialized.
by David 'Digit' Turner
· 4 months ago
6109f62
[ios] Handle Swift XCTest and XCUITest
by Sylvain Defresne
· 5 months ago
4a64809
[docs] Improve documentation around scopes
by Tyler Mandry
· 5 months ago
9198ba2
Add a .mailmap file
by Nico Weber
· 5 months ago
377f566
[infra] Update active lucicfg experiments.
by Vadim Shtayura
· 5 months ago
c3e8a49
Add commands::CommandSwitches class
by David 'Digit' Turner
· 5 months ago
4b613b1
Fix build template for --platform msvc
by David 'Digit' Turner
· 5 months ago
6430dd7
Remove `gn meta` specific switches from switches.h
by David 'Digit' Turner
· 5 months ago
0725d78
Remove misc GCC-related compiler warnings.
by David 'Digit' Turner
· 5 months ago
80a40b0
Fix gcc compilation by including required header
by Milad Fa
· 6 months ago
f1b1412
Add `#include <memory>` in src/gn/err.h
by Jay Zhuang
· 6 months ago
54284c1
Make error information optional.
by Brett Wilson
· 6 months ago
4a17a83
Simplify InheritedLibraries
by David 'Digit' Turner
· 6 months ago
387b368
Improve UniqueVector class.
by David 'Digit' Turner
· 6 months ago
19bf826
[testonly] Allow configs to be testonly
by Shai Barack
· 6 months ago
281ba2c
build/gen.py: Fix regen command arguments generation.
by David 'Digit' Turner
· 7 months ago
18df6af
Modify the naming convention of LoongArch64 platform
by Zhao Jiazhong
· 7 months ago
2e56c31
Ensure circular dependency check output is deterministic.
by David 'Digit' Turner
· 7 months ago
d417bc7
Display more accurate help information
by Ma Aiguo
· 7 months ago
a754274
Improve Builder performance.
by David 'Digit' Turner
· 7 months ago
fc295f3
Add 'gen_deps' variable
by Joseph Ryan
· 9 months ago
297669a
Use PointerSet<const Target> for TargetSet
by David 'Digit' Turner
· 7 months ago
0e7ed63
Add PointerSet<T> template.
by David 'Digit' Turner
· 7 months ago
e0afadf
Introduce TargetSet type
by David 'Digit' Turner
· 7 months ago
2c3beac
Fix Label::hash() computation.
by David 'Digit' Turner
· 7 months ago
b790313
Fix metadata collection bug.
by David 'Digit' Turner
· 7 months ago
de679eb
Remove Location::byte_ member and byte() method.
by David 'Digit' Turner
· 7 months ago
60af296
build: add loong64 architecture support,
by Ma Aiguo
· 7 months ago
Next »