aboutsummaryrefslogtreecommitdiffstats
path: root/cc/compiler.go
Commit message (Expand)AuthorAgeFilesLines
* cflags for vendor variantsJiyong Park2017-08-101-0/+8
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+15
* Remove -isystem frameworks/av/includeColin Cross2017-05-031-1/+0
* Check reused source files in hasSrcExtColin Cross2017-05-031-0/+8
* Prepend arch variant include directoriesColin Cross2017-04-271-2/+2
* Pass -I to yasmColin Cross2017-04-271-2/+7
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-0/+20
* Add LLNDK support for the VNDKDan Willemsen2017-04-071-2/+7
* Fix include orderColin Cross2017-03-311-5/+5
* Always use the standard OSX SDK toolsDan Willemsen2017-03-131-4/+1
* Add support for CMakefile generationFabien Sanglard2017-02-071-0/+13
* Add c_std and cpp_std properties.Dan Albert2017-02-031-0/+21
* Support filegroupsColin Cross2016-12-171-0/+4
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Support aidl cpp generationDan Willemsen2016-12-051-0/+23
* Support .asm files for assemblyColin Cross2016-12-021-0/+3
* Add basic VNDK support in SoongDan Willemsen2016-11-281-3/+3
* Move global cppflags to the beginning of cppflagsColin Cross2016-11-221-3/+3
* Support `sdk_version: "current"` for the NDK.Dan Albert2016-11-101-1/+5
* Add export_include_dirs to the local include pathDan Willemsen2016-11-071-4/+7
* Add proto property structColin Cross2016-11-031-1/+1
* Add yacc generated headers to the include pathDan Willemsen2016-11-021-4/+9
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-5/+5
* Add support for .proto filesColin Cross2016-10-271-5/+20
* Simplify compileObjsColin Cross2016-10-271-15/+18
* Allow disabling gnu extensionsColin Cross2016-10-181-0/+10
* Consolidate -std flagsColin Cross2016-10-181-4/+13
* Consistently use -std=gnu99 for gcc as well as clang.Elliott Hughes2016-10-131-2/+1
* Ninja and shell escape command line flagsColin Cross2016-09-291-8/+12
* Split CommonGlobalIncludes for system includesColin Cross2016-09-151-0/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-2/+6
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-4/+4
* Move toolchain and global variables into separate packageColin Cross2016-08-011-29/+30
* Separate cc.goColin Cross2016-07-291-0/+338