index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
builder.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add CC_WRAPPER support
Alistair Strachan
2016-08-29
1
-1
/
+1
*
Remove unused flags.Nocrt
Colin Cross
2016-08-05
1
-1
/
+0
*
Fix mac soong build
Colin Cross
2016-08-01
1
-2
/
+2
*
Move toolchain and global variables into separate package
Colin Cross
2016-08-01
1
-16
/
+17
*
Don't add -L for libs that don't need it.
Dan Albert
2016-07-27
1
-11
/
+8
*
Use the full path to the shared lib.
Dan Albert
2016-07-21
1
-2
/
+1
*
Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs.""
Stephen Hines
2016-07-18
1
-2
/
+2
*
Rename common to android
Colin Cross
2016-05-18
1
-40
/
+40
*
Create empty .a on Darwin when there is no obj file.
Dan Willemsen
2016-05-13
1
-2
/
+38
*
Fix stripping on Darwin
Colin Cross
2016-05-03
1
-9
/
+23
*
Support stripping shared libraries and binaries
Colin Cross
2016-05-03
1
-0
/
+42
*
Move shell and python scripts to scripts/ directory
Colin Cross
2016-04-29
1
-1
/
+1
*
Add support for sanitizer property
Colin Cross
2016-04-21
1
-3
/
+8
*
Fix generated sources and headers
Dan Willemsen
2016-04-20
1
-1
/
+1
*
Port GLOBAL[_CLANG]_CFLAGS_NO_OVERRIDE from make
Dan Willemsen
2016-03-03
1
-0
/
+8
*
Use xcrun and xcode-select to auto-configure mac sdk
Dan Willemsen
2015-12-22
1
-1
/
+1
*
Use `Path` instead of string for file paths
Dan Willemsen
2015-12-09
1
-75
/
+55
*
Support cross-compiling Windows binaries on Linux
Dan Willemsen
2015-11-30
1
-5
/
+4
*
pass ldflags to partial ld rules
Colin Cross
2015-11-24
1
-3
/
+9
*
Use Rule-local implicit dependencies
Dan Willemsen
2015-11-17
1
-22
/
+18
*
Fix and optimize relPwd in cc
Dan Willemsen
2015-11-17
1
-11
/
+13
*
Updates from make
Dan Willemsen
2015-10-20
1
-2
/
+12
*
Use SRCDIR as a working directory
Dan Willemsen
2015-09-17
1
-4
/
+6
*
Fix libgcc/libatomic link order
Dan Willemsen
2015-07-08
1
-8
/
+8
*
Add version_script property
Colin Cross
2015-07-07
1
-2
/
+2
*
Fix repeated ccCmd dependencies on object files
Colin Cross
2015-05-13
1
-2
/
+2
*
Add support for building on Darwin hosts
Colin Cross
2015-05-07
1
-5
/
+106
*
ndk: Use prebuilt NDK CRT objects.
Dan Albert
2015-04-29
1
-0
/
+1
*
Simplify flags in c compiling, fix NDK build warnings
Colin Cross
2015-04-22
1
-10
/
+6
*
Move config into common and provide helper
Colin Cross
2015-04-08
1
-2
/
+2
*
Add yacc and lex support
Colin Cross
2015-04-08
1
-4
/
+20
*
Use @files for ld and ar
Colin Cross
2015-04-02
1
-4
/
+8
*
Support prefix_symbols for linker
Colin Cross
2015-03-27
1
-0
/
+25
*
Refactor ccDynamic for static binaries
Colin Cross
2015-03-27
1
-3
/
+10
*
Export cc types for art to inherit from
Colin Cross
2015-03-25
1
-2
/
+2
*
Update import paths for changes to blueprint
Colin Cross
2015-03-23
1
-2
/
+2
*
Add dependencies on late static libraries
Colin Cross
2015-03-17
1
-0
/
+1
*
Add late static libraries for libgcc
Colin Cross
2015-03-16
1
-2
/
+4
*
Add soong_build primary builder
Colin Cross
2015-03-13
1
-0
/
+285
[prev]