aboutsummaryrefslogtreecommitdiffstats
path: root/cc/object.go
Commit message (Expand)AuthorAgeFilesLines
* Add unstrippedOutputFilePath to the linker interfaceJiyong Park2019-02-011-0/+4
* Enable safe ICF with LLD.Peter Collingbourne2018-10-251-0/+4
* Remove GCC checksDan Willemsen2018-10-091-5/+1
* Export cc module types and mutators needed for JNI testingColin Cross2018-10-081-2/+2
* Allow cc_object modules to use STLColin Cross2018-09-271-0/+1
* Dedup version-script handling code.Dan Albert2018-08-081-1/+1
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-4/+4
* Remove no_default_compiler_flags propertyColin Cross2017-11-031-1/+1
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-1/+1
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-1/+1
* Add prefix_symbols support to cc_objectDan Willemsen2017-09-201-1/+18
* Allow cc_object to use libc headers under the VNDKDan Willemsen2017-09-181-0/+5
* Refactor factoriesColin Cross2017-06-301-3/+1
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Allow Host cc_object and cc_toolchain_libraryDan Willemsen2016-11-171-1/+1
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-5/+5
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-2/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-6/+5
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-4/+4
* Separate cc.goColin Cross2016-07-291-0/+90