aboutsummaryrefslogtreecommitdiffstats
path: root/cc/builder.go
Commit message (Expand)AuthorAgeFilesLines
...
* Add CC_WRAPPER supportAlistair Strachan2016-08-291-1/+1
* Remove unused flags.NocrtColin Cross2016-08-051-1/+0
* Fix mac soong buildColin Cross2016-08-011-2/+2
* Move toolchain and global variables into separate packageColin Cross2016-08-011-16/+17
* Don't add -L for libs that don't need it.Dan Albert2016-07-271-11/+8
* Use the full path to the shared lib.Dan Albert2016-07-211-2/+1
* Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs.""Stephen Hines2016-07-181-2/+2
* Rename common to androidColin Cross2016-05-181-40/+40
* Create empty .a on Darwin when there is no obj file.Dan Willemsen2016-05-131-2/+38
* Fix stripping on DarwinColin Cross2016-05-031-9/+23
* Support stripping shared libraries and binariesColin Cross2016-05-031-0/+42
* Move shell and python scripts to scripts/ directoryColin Cross2016-04-291-1/+1
* Add support for sanitizer propertyColin Cross2016-04-211-3/+8
* Fix generated sources and headersDan Willemsen2016-04-201-1/+1
* Port GLOBAL[_CLANG]_CFLAGS_NO_OVERRIDE from makeDan Willemsen2016-03-031-0/+8
* Use xcrun and xcode-select to auto-configure mac sdkDan Willemsen2015-12-221-1/+1
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-75/+55
* Support cross-compiling Windows binaries on LinuxDan Willemsen2015-11-301-5/+4
* pass ldflags to partial ld rulesColin Cross2015-11-241-3/+9
* Use Rule-local implicit dependenciesDan Willemsen2015-11-171-22/+18
* Fix and optimize relPwd in ccDan Willemsen2015-11-171-11/+13
* Updates from makeDan Willemsen2015-10-201-2/+12
* Use SRCDIR as a working directoryDan Willemsen2015-09-171-4/+6
* Fix libgcc/libatomic link orderDan Willemsen2015-07-081-8/+8
* Add version_script propertyColin Cross2015-07-071-2/+2
* Fix repeated ccCmd dependencies on object filesColin Cross2015-05-131-2/+2
* Add support for building on Darwin hostsColin Cross2015-05-071-5/+106
* ndk: Use prebuilt NDK CRT objects.Dan Albert2015-04-291-0/+1
* Simplify flags in c compiling, fix NDK build warningsColin Cross2015-04-221-10/+6
* Move config into common and provide helperColin Cross2015-04-081-2/+2
* Add yacc and lex supportColin Cross2015-04-081-4/+20
* Use @files for ld and arColin Cross2015-04-021-4/+8
* Support prefix_symbols for linkerColin Cross2015-03-271-0/+25
* Refactor ccDynamic for static binariesColin Cross2015-03-271-3/+10
* Export cc types for art to inherit fromColin Cross2015-03-251-2/+2
* Update import paths for changes to blueprintColin Cross2015-03-231-2/+2
* Add dependencies on late static librariesColin Cross2015-03-171-0/+1
* Add late static libraries for libgccColin Cross2015-03-161-2/+4
* Add soong_build primary builderColin Cross2015-03-131-0/+285