Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
6d88dbad0e50c7966003a0233d5827db30e2f533
/
cc
/
builder.go
6d88dba
Reorder local and global flags
by Colin Cross
· 5 years ago
4af21ed
Split local and global cflags
by Colin Cross
· 5 years ago
c49c393
Repack libgcc.a to only include required objects
by Yi Kong
· 5 years ago
2e2dbc2
Use localPool consistently for UseGoma() == true
by Colin Cross
· 5 years ago
6514364
Pass filename mappings to C++ and Java extractors.
by Sasha Smundak
· 5 years ago
724ab5d
Fix missing deps found through RBE
by Dan Willemsen
· 5 years ago
ee96a79
Add back the llvm-ar P flag
by Yi Kong
· 5 years ago
98ab311
Save deps when asflags contains -xassembler-with-cpp
by Dan Willemsen
· 5 years ago
792942d
Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1
by Treehugger Robot
· 5 years ago
99f2fc2
BoringSSL FIPS build - introduce extraLibFlags and use for STL libs.
by Pete Bentley
· 5 years ago
fcf55bf
Allow .o files as srcs.
by Pete Bentley
· 5 years ago
eef3366
Merge "Add tags to the list of lsdump paths"
by Hsin-Yi Chen
· 5 years ago
6b4419c
Include dependencies for clang-tidy and header-abi-dumper
by Dan Willemsen
· 5 years ago
5348964
Add tags to the list of lsdump paths
by Hsin-Yi Chen
· 5 years ago
2a4549e
Support source code cross-referencing for C++ and Java
by Sasha Smundak
· 6 years ago
84d8385
Use LLD for partialLd.
by Peter Collingbourne
· 5 years ago
d34ab7c
Treat .cxx files as c++
by Colin Cross
· 6 years ago
823532d
Move darwin to llvm-ar
by Yi Kong
· 6 years ago
7268fd4
Merge "Package coverage files as a zip."
by Treehugger Robot
· 6 years ago
c743414
Package coverage files as a zip.
by Oliver Nguyen
· 6 years ago
75a50a2
Revert "Revert "Revert "Revert "Enable lld for windows""""
by Josh Gao
· 6 years ago
b20200b
Revert "Revert "Revert "Enable lld for windows"""
by Josh Gao
· 6 years ago
badf8d6
Cut darwinStripPool from 10 to 5
by Colin Cross
· 6 years ago
8a7469a
Merge "Add an option to preserve symbols and debug_frame."
by Christopher Ferris
· 6 years ago
b43fe7a
Add an option to preserve symbols and debug_frame.
by Christopher Ferris
· 6 years ago
ee3ea31
Limit calls to strip.sh on darwin
by Colin Cross
· 6 years ago
acee27c
Strip libgcc to only keep fallback symbols
by Yi Kong
· 6 years ago
6d8c0a5
Revert "Revert "Enable lld for windows""
by Pirama Arumuga Nainar
· 6 years ago
4e0aa23
Convert yacc to a single RuleBuilder rule
by Dan Willemsen
· 6 years ago
62f1f94
Add --llndk for NDK libs as well
by Logan Chien
· 6 years ago
c4624c0
Remove our clang-tidy wrapper
by George Burgess IV
· 6 years ago
61166dc
Revert "Enable lld for windows"
by Josh Gao
· 6 years ago
fe17f6f
Add support for protoc plugins
by Colin Cross
· 6 years ago
19878da
Move proto compilation to RuleBuilder
by Colin Cross
· 6 years ago
36ae135
Restat clang linker outputs
by Colin Cross
· 6 years ago
3c21c0b
Enable lld for windows
by Pirama Arumuga Nainar
· 6 years ago
6227fed
Print --llndk to create_reference_dumps command
by Logan Chien
· 6 years ago
b5c34d7
Use llvm-{strip,objcopy} by default
by Yi Kong
· 6 years ago
e3d7a0d
Add a header_abi_checker section
by Logan Chien
· 6 years ago
8f74fe6
Fix a typo related to abidiffs
by Logan Chien
· 6 years ago
fcabb1c
Don't expect depfile from .s files
by Dan Willemsen
· 6 years ago
60e62f0
Add nanopb-c support
by Dan Willemsen
· 6 years ago
abde584
Stop passing the gold plugin path to llvm-ar.
by Peter Collingbourne
· 6 years ago
2d31a44
Stop using DIST_DIR in Soong
by Dan Willemsen
· 6 years ago
3ff624f
Switch include path of header-abi-dumper headers
by Logan Chien
· 6 years ago
8536d6b
Remove GCC checks
by Dan Willemsen
· 6 years ago
feea4df
Stop using GCC in toolchain_library
by Dan Willemsen
· 6 years ago
b496cfd
Enable toc support for Darwin and Windows
by Colin Cross
· 6 years ago
b699c43
Define PATH_TO_CLANG_TIDY_SHELL for build/make rules.
by Chih-Hung Hsieh
· 6 years ago
9e88ba9
Remove flto dependent flags when -flto is removed.
by Chih-Hung Hsieh
· 6 years ago
a7aa958
Add clang-tidy.sh to filter out troublesome flags.
by Chih-Hung Hsieh
· 6 years ago
c7434e2
For llndk libraries add -consider-opaque-types-different to header-abi-diff invocation.
by Jayant Chowdhary
· 7 years ago
30485c9
Use llvm-{objcopy,strip} when clang lld is used.
by Chih-Hung Hsieh
· 7 years ago
39d167a
Temporarily remove -check-all-apis from header-abi-diff invocation.
by Jayant Chowdhary
· 7 years ago
a5f11e4
Friendlier message for ABI reference update
by Jiyong Park
· 7 years ago
edd1ae0
Fix ABI diff reporting with dist
by Dan Willemsen
· 7 years ago
d8b70a3
Add informational message to help with updation of VNDK abi references.
by Jayant Chowdhary
· 7 years ago
3ede294
Switch to clang 7.0
by Chih-Hung Hsieh
· 7 years ago
bc0c509
Add DistPath to reference the dist folder
by Dan Willemsen
· 7 years ago
54daaf0
Switch PackageContext functions to take a ctx
by Dan Willemsen
· 7 years ago
8fec83a
Use xz prebuilt
by Dan Willemsen
· 7 years ago
dcd33b6
Create a make variable for all lsdump files.
by Jayant Chowdhary
· 7 years ago
ab9f426
Add proto.canonical_path_from_root
by Dan Willemsen
· 7 years ago
a4c6df5
Start using clang-tools prebuilts for abi diffing tools.
by Jayant Chowdhary
· 7 years ago
51be632
Fix llvm-ar error caused by using lto and sanitizer together
by Zhizhou Yang
· 7 years ago
f231b19
Add only compiler-flag dependencies as implicit
by Pirama Arumuga Nainar
· 7 years ago
f351174
Support VNDK extensions
by Logan Chien
· 7 years ago
e449950
Use -advice-only for libraries which do not export headers.
by Jayant Chowdhary
· 7 years ago
df344d5
Remove the use of version scripts with header-abi-linker.
by Jayant Chowdhary
· 7 years ago
f1addeb
Switch back to llvm-ar (with crsD flags only).
by Stephen Hines
· 7 years ago
df97a8a
Revert "Switch to llvm-ar (with crsD flags only)."
by Yi Kong
· 7 years ago
13bc31d
Switch to llvm-ar (with crsD flags only).
by Yi Kong
· 7 years ago
70ba5a3
Add compile-time pathDeps as implicit dependencies
by Pirama Arumuga Nainar
· 7 years ago
09e94ab
When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime.
by Joe Onorato
· 7 years ago
219139d
Copy abidiffs into /abidiffs on abi breakages.
by Jayant Chowdhary
· 7 years ago
a3bb1b3
Convert abi warnings to errors.
by Jayant Chowdhary
· 7 years ago
ae88703
Move ModuleContext.ModuleBuild to ModuleContext.Build
by Colin Cross
· 7 years ago
af3cc2d
Some clarifications in preparation to automatically order linker dependencies
by Jeff Gaston
· 7 years ago
7b6118b
Revert "Some clarifications in preparation to automatically order linker dependencies"
by Jeff Gaston
· 7 years ago
2370af0
Some clarifications in preparation to automatically order linker dependencies
by Jeff Gaston
· 7 years ago
4f1c3d4
Add support for Windows Message Compiler
by Dan Willemsen
· 7 years ago
af6eb71
Allow apis from exported shared library headers as well, while dumping abi.
by Jayant Chowdhary
· 7 years ago
1d3e545
Add dependency support for yasm
by Dan Willemsen
· 7 years ago
6ab3d84
Add header-abi-linker dependency on so file.
by Jayant Chowdhary
· 8 years ago
9677e8c
Black-list for clang LibTooling Cflags.
by Jayant Chowdhary
· 8 years ago
715cac3
Optimizations to abi checking.
by Jayant Chowdhary
· 8 years ago
f54e0a7
Add arch, lib name to header-abi-diff invocation.
by Jayant Chowdhary
· 8 years ago
67a5c13
Prettify soong ninja build descriptions
by Colin Cross
· 8 years ago
5b52959
Use ctx.ModuleBuild for darwin ar
by Colin Cross
· 8 years ago
2a252be
Support .rs and .fs files in cc_* module srcs lists
by Colin Cross
· 8 years ago
918b1d9
Fix lots of warnings from abi dumping.
by Jayant Chowdhary
· 8 years ago
3e231fd
Add header-abi-checker for Vndk abi checks.
by Jayant Chowdhary
· 8 years ago
c319948
Fix include order
by Colin Cross
· 8 years ago
43a485c
Removed unused return variables.
by Nan Zhang
· 8 years ago
83d9f71
Allow custom ar flags to be set.
by Vishwath Mohan
· 8 years ago
581341d
Native Coverage support in Soong (gcov)
by Dan Willemsen
· 8 years ago
7a7cf97
Fix mac build
by Colin Cross
· 8 years ago
e1240db
Support aidl cpp generation
by Dan Willemsen
· 8 years ago
91e9004
Support .asm files for assembly
by Colin Cross
· 8 years ago
18c0c5a
Support grouping static libraries
by Colin Cross
· 8 years ago
Next »