aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-78/+32
* Remove unused flags.NocrtColin Cross2016-08-051-1/+0
* Auto-fill ndkMigratedLibs.Dan Albert2016-08-041-1/+18
* Check NDK API level link compatibility.Dan Albert2016-08-031-11/+46
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-13/+21
* Move toolchain and global variables into separate packageColin Cross2016-08-011-16/+12
* Separate cc.goColin Cross2016-07-291-1932/+0
* Generate NDK sysroots from the platform build.Dan Albert2016-07-281-18/+97
* Finish cc.CustomizerColin Cross2016-07-271-8/+49
* Fix static+shared with generated sourcesColin Cross2016-07-271-0/+1
* Limit unique_host_soname to just host modulesDan Willemsen2016-07-221-1/+1
* Support unique_host_soname to add -host for shared libsDan Willemsen2016-07-211-2/+17
* Refactor bionic includes into a single placeColin Cross2016-07-211-2/+0
* Switch to prebuilt clang-3016494Pirama Arumuga Nainar2016-07-191-1/+1
* Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs.""Stephen Hines2016-07-181-1/+1
* Revert "Switch libcompiler_rt-extras to LateStaticLibs."Stephen Hines2016-07-181-1/+1
* Switch libcompiler_rt-extras to LateStaticLibs.Stephen Hines2016-07-181-1/+1
* Add symlink installation supportColin Cross2016-07-151-0/+6
* Move no_crt property to apply to libraries and binariesColin Cross2016-07-141-19/+25
* Fix duplicate library dependenciesColin Cross2016-07-141-4/+2
* Fix rpath for host benchmarksColin Cross2016-07-141-2/+2
* Put shared library ldflags firstColin Cross2016-07-131-6/+8
* Fix LOCAL_EXPORT_C_INCLUDE_DIRS processingandroid-wear-n-preview-2Dan Willemsen2016-07-131-1/+3
* Make static_executable an arch_variantDan Willemsen2016-07-121-1/+1
* Add support for test librariesColin Cross2016-07-121-24/+90
* Fix install path of benchmarksColin Cross2016-07-111-4/+6
* Add system shared library dependencies to Android.mkColin Cross2016-07-111-1/+2
* Update cc_benchmark to use libgoogle-benchmarkColin Cross2016-07-111-1/+1
* Support no configured device architecturesDan Willemsen2016-07-111-1/+1
* Apply export_include_dirs to assembly filesDan Willemsen2016-07-091-9/+7
* Stop exporting NDK prebuilt modules to MakeDan Willemsen2016-07-081-17/+21
* Support linking against NDK prebuilt librariesDan Willemsen2016-07-081-3/+38
* Remove cc.ModuleContext.module()Colin Cross2016-07-081-27/+9
* Fix SDK link type checkDan Willemsen2016-07-071-1/+5
* Allow static/shared modules to be disabled per-archDan Willemsen2016-07-061-0/+17
* Check NDK linking, expose SDK_VERSION to MakeDan Willemsen2016-06-071-13/+45
* Implement re-exporting of library headersDan Willemsen2016-06-061-22/+65
* Simplify arch target handlingColin Cross2016-06-021-15/+24
* Revert "Simplify arch target handling"Colin Cross2016-06-031-24/+15
* Simplify arch target handlingColin Cross2016-06-021-15/+24
* Support installing non-native arch binariesDan Willemsen2016-05-311-0/+3
* Remove [local_]include_filesDan Willemsen2016-05-261-17/+0
* Add flag property checkingDan Willemsen2016-05-251-0/+14
* Support sanitizer variants inside make buildsColin Cross2016-05-241-19/+1
* Rename common to androidColin Cross2016-05-181-150/+150
* Fix ndk x86_64 and mips64 buildsColin Cross2016-05-181-2/+8
* Fix Static_executable, implement BUILD_HOST_static from MakeDan Willemsen2016-05-171-14/+30
* Don't use -B...gcc.. on DarwinDan Willemsen2016-05-161-1/+4
* Don't use GTEST_OS_LINUX on DarwinDan Willemsen2016-05-131-2/+6
* Update gtest flags from MakeDan Willemsen2016-05-131-1/+20