aboutsummaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add clang-tidy supportDan Willemsen2016-10-3110-16/+349
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-3111-67/+81
* Merge "Remove support for building with OSX 10.8/9 SDKs"Treehugger Robot2016-10-281-7/+5
|\
| * Remove support for building with OSX 10.8/9 SDKsDan Willemsen2016-10-281-7/+5
* | Merge changes from topic 'proto'Treehugger Robot2016-10-288-41/+204
|\ \ | |/ |/|
| * Add support for .proto filesColin Cross2016-10-277-5/+173
| * Simplify compileObjsColin Cross2016-10-273-36/+31
* | Merge "Support MacOS SDK version 10.12"Treehugger Robot2016-10-261-0/+1
|\ \ | |/ |/|
| * Support MacOS SDK version 10.12Eyal Lezmy2016-10-191-0/+1
* | Don't pass -Wl,--no-undefined to host targetsColin Cross2016-10-212-1/+9
* | Merge "Fix gofmt problems and add gofmt to preupload checks"Treehugger Robot2016-10-211-2/+2
|\ \
| * | Fix gofmt problems and add gofmt to preupload checksDan Willemsen2016-10-201-2/+2
| |/
* | Merge "Add a "license" property to ndk_headers."Treehugger Robot2016-10-202-5/+31
|\ \
| * | Add a "license" property to ndk_headers.Dan Albert2016-10-202-5/+31
| |/
* | Merge changes from topic 'std'Colin Cross2016-10-203-7/+32
|\ \
| * | Allow disabling gnu extensionsColin Cross2016-10-181-0/+10
| * | Consolidate -std flagsColin Cross2016-10-183-7/+22
| |/
* / Only use -read_only_relocs on darwin x86Colin Cross2016-10-201-1/+5
|/
* Export asan configuration to makeDan Willemsen2016-10-132-3/+13
* Merge changes I6e84da66,Ie9e3ed09Treehugger Robot2016-10-134-16/+104
|\
| * Initial prebuilt supportColin Cross2016-10-134-16/+104
* | Consistently use -std=gnu99 for gcc as well as clang.Elliott Hughes2016-10-134-8/+9
|/
* Add a Name propertyColin Cross2016-10-121-3/+0
* Control mutator orderColin Cross2016-10-122-19/+23
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-128-30/+22
* Merge "Move hardware/libhardware/include from -isystem to -I"Treehugger Robot2016-10-091-1/+1
|\
| * Move hardware/libhardware/include from -isystem to -IColin Cross2016-10-071-1/+1
* | Merge "Move system/media/audio/include from -isystem to -I"Treehugger Robot2016-10-071-1/+1
|\|
| * Move system/media/audio/include from -isystem to -IColin Cross2016-10-071-1/+1
* | Merge "Allow -lobjc and -framework IOKit in darwin host_ldlibs."Josh Gao2016-10-061-8/+13
|\ \ | |/ |/|
| * Allow -lobjc and -framework IOKit in darwin host_ldlibs.Josh Gao2016-09-291-8/+13
* | Move frameworks/native/include from -isystem to -IColin Cross2016-10-051-1/+1
* | Disable cc_benchmark for Darwin hostsDan Willemsen2016-10-041-0/+11
* | Enable toc optimization for host buildsColin Cross2016-10-041-15/+10
* | Fix toc pathColin Cross2016-10-041-1/+1
* | Add support for toc optimization in soongColin Cross2016-09-304-11/+90
* | Merge "Ninja and shell escape command line flags"Treehugger Robot2016-09-302-9/+15
|\ \
| * | Ninja and shell escape command line flagsColin Cross2016-09-292-9/+15
* | | Handle dependencies with export_generated_headersDan Willemsen2016-09-303-1/+22
* | | Trigger binary installation in Soong from MakeDan Willemsen2016-09-291-0/+6
|/ /
* | Merge changes from topic 'genrule-multi-out'Treehugger Robot2016-09-295-32/+65
|\ \
| * | Remove shared lib name checksDan Willemsen2016-09-281-7/+0
| * | Add export_generated_headersDan Willemsen2016-09-282-19/+43
| * | Expose HostToolPath on the cc module to fix genrule.toolDan Willemsen2016-09-283-6/+22
* | | Switch to using clang-3289846.Stephen Hines2016-09-281-1/+1
|/ /
* | Revert "Revert "Move system/core/include from -isystem to -I""Colin Cross2016-09-231-2/+3
* | Revert "Move system/core/include from -isystem to -I"Colin Cross2016-09-231-3/+2
* | Move system/core/include from -isystem to -IColin Cross2016-09-221-2/+3
* | Add pthread to Windows allowed ldlibsKenny Root2016-09-201-0/+1
* | Support mixed ASAN and non-ASAN host buildsColin Cross2016-09-192-14/+13
|/