1. 76fada0 Finish cc.Customizer by Colin Cross · 9 years ago
  2. 5dab840 Fix static+shared with generated sources by Colin Cross · 9 years ago
  3. 627d83d Limit unique_host_soname to just host modules by Dan Willemsen · 9 years ago
  4. 648c8ae Support unique_host_soname to add -host for shared libs by Dan Willemsen · 9 years ago
  5. f59b69c Refactor bionic includes into a single place by Colin Cross · 9 years ago
  6. a17442b Switch to prebuilt clang-3016494 by Pirama Arumuga Nainar · 9 years ago
  7. 1034786 Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs."" by Stephen Hines · 9 years ago
  8. 15e4554 Revert "Switch libcompiler_rt-extras to LateStaticLibs." by Stephen Hines · 9 years ago
  9. bb7473d Switch libcompiler_rt-extras to LateStaticLibs. by Stephen Hines · 9 years ago
  10. 3854a60 Add symlink installation support by Colin Cross · 10 years ago
  11. a89d2e1 Move no_crt property to apply to libraries and binaries by Colin Cross · 10 years ago
  12. 15a0d46 Fix duplicate library dependencies by Colin Cross · 9 years ago
  13. aa3bf37 Fix rpath for host benchmarks by Colin Cross · 9 years ago
  14. f87b261 Put shared library ldflags first by Colin Cross · 9 years ago
  15. e6c7f18 Fix LOCAL_EXPORT_C_INCLUDE_DIRS processing by Dan Willemsen · 9 years ago
  16. 75ab808 Make static_executable an arch_variant by Dan Willemsen · 9 years ago
  17. c7a38dc Add support for test libraries by Colin Cross · 9 years ago
  18. 624b8ed Fix install path of benchmarks by Colin Cross · 9 years ago
  19. b5bc4b4 Add system shared library dependencies to Android.mk by Colin Cross · 9 years ago
  20. 2683274 Update cc_benchmark to use libgoogle-benchmark by Colin Cross · 9 years ago
  21. 3f32f03 Support no configured device architectures by Dan Willemsen · 9 years ago
  22. 76f0827 Apply export_include_dirs to assembly files by Dan Willemsen · 9 years ago
  23. 72d3993 Stop exporting NDK prebuilt modules to Make by Dan Willemsen · 9 years ago
  24. 97704ed Support linking against NDK prebuilt libraries by Dan Willemsen · 9 years ago
  25. 6886183 Remove cc.ModuleContext.module() by Colin Cross · 9 years ago
  26. 3c316bc Fix SDK link type check by Dan Willemsen · 9 years ago
  27. fed4d19 Allow static/shared modules to be disabled per-arch by Dan Willemsen · 9 years ago
  28. a96ff64 Check NDK linking, expose SDK_VERSION to Make by Dan Willemsen · 9 years ago
  29. 490a8dc Implement re-exporting of library headers by Dan Willemsen · 9 years ago
  30. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  31. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  32. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  33. 17f0526 Support installing non-native arch binaries by Dan Willemsen · 9 years ago
  34. cd114c1 Remove [local_]include_files by Dan Willemsen · 9 years ago
  35. 20acc5c Add flag property checking by Dan Willemsen · 9 years ago
  36. bc6fb16 Support sanitizer variants inside make builds by Colin Cross · 9 years ago
  37. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  38. c7fd91a Fix ndk x86_64 and mips64 builds by Colin Cross · 9 years ago
  39. 36cff8b Fix Static_executable, implement BUILD_HOST_static from Make by Dan Willemsen · 9 years ago
  40. 3772da1 Don't use -B...gcc.. on Darwin by Dan Willemsen · 9 years ago
  41. 4a94683 Don't use GTEST_OS_LINUX on Darwin by Dan Willemsen · 9 years ago
  42. 8146b2f Update gtest flags from Make by Dan Willemsen · 9 years ago
  43. 025b480 Include objs from whole static libs before local objs by Dan Willemsen · 9 years ago
  44. 00ced76 Move local ldflags after the toolchain ldflags by Dan Willemsen · 9 years ago
  45. 6ee75b6 Support prepended arch-specific properties by Colin Cross · 9 years ago
  46. 30d5f51 Support sanitizer builds inside make by Colin Cross · 9 years ago
  47. b8ecdfe Fix stripping on Darwin by Colin Cross · 9 years ago
  48. 665dce9 Support stripping shared libraries and binaries by Colin Cross · 9 years ago
  49. 369f013 Switch to clang-2812033. by Stephen Hines · 9 years ago
  50. 737cb65 Use exported gtest include directories by Colin Cross · 9 years ago
  51. 16b2349 Add support for sanitizer property by Colin Cross · 10 years ago
  52. a8e07cc Promote stl to a fixed feature by Colin Cross · 9 years ago
  53. 919281a Refactor out exported cflags by Colin Cross · 9 years ago
  54. b40aab6 Fix generated sources and headers by Dan Willemsen · 9 years ago
  55. 21b481b Update sanitize property format by Colin Cross · 9 years ago
  56. c99deeb Use blueprint DependencyTags by Colin Cross · 9 years ago
  57. 8141347 Rename deps property to objs in cc_objects by Colin Cross · 9 years ago
  58. 8524429 libm's headers have moved to live with their libc cousins. by Elliott Hughes · 9 years ago
  59. d30e610 Move runpaths out of global ldflags by Dan Willemsen · 9 years ago
  60. e717492 Fix ToolchainLdflags calls by Dan Willemsen · 9 years ago
  61. 0c38c5e Only add -fdebug-prefix-map on Linux hosts by Dan Willemsen · 9 years ago
  62. 7b106e4 Don't install static libraries by Colin Cross · 9 years ago
  63. a234466 Use correct install paths in generated Android.mk by Colin Cross · 9 years ago
  64. ca860ac Refactor cc by Colin Cross · 10 years ago
  65. 7253e0b Update clang version to 2690385 by Colin Cross · 9 years ago
  66. dc5d28a Allow overriding of Clang prebuilts by Dan Willemsen · 9 years ago
  67. 6553f5e Propagate missing dependencies when using whole_static_libs by Dan Willemsen · 9 years ago
  68. eb371e5 Switch to clang-2658975 by Dan Willemsen · 9 years ago
  69. 282a4b0 Fix C++ on Darwin by Dan Willemsen · 9 years ago
  70. b955336 Swap -lm and -lpthread for host libc++ users by Dan Willemsen · 9 years ago
  71. 99db8c3 Do not use -Wl,--gc-sections for linux host libraries by Dan Willemsen · 9 years ago
  72. be03f34 Port GLOBAL[_CLANG]_CFLAGS_NO_OVERRIDE from make by Dan Willemsen · 9 years ago
  73. 52b1cd2 Add a global define for non-external code. by Dan Willemsen · 9 years ago
  74. 98f93c7 Add system/media/audio/include to commonGlobalIncludes by Dan Willemsen · 9 years ago
  75. a6084a3 Add -Werror=date-time to target builds by Dan Willemsen · 9 years ago
  76. 767078e Update to use the latest clang-2629532 by Dan Willemsen · 9 years ago
  77. fc9c28c Toolchain modules use GCC by Dan Willemsen · 10 years ago
  78. 6dd0660 Apply ToolchainLdflags to clang builds by Dan Willemsen · 10 years ago
  79. 32968a2 Add Clang Asflags for mips by Dan Willemsen · 10 years ago
  80. 415cb0f Remove libgcov for now to fix X86 devices by Dan Willemsen · 10 years ago
  81. ac5e1cb Change clang extra flags behavior by Dan Willemsen · 10 years ago
  82. e0378dd Allow libnativehelper to be missing by Dan Willemsen · 10 years ago
  83. 10d52fd Allow building non-gtest tests with cc_test by Dan Willemsen · 10 years ago
  84. 782a2d1 Refactor install paths by Dan Willemsen · 10 years ago
  85. 7b310ee Make global C include paths optional by Dan Willemsen · 10 years ago
  86. 6ff5138 Delay dependency errors to ninja time for unbundled builds by Colin Cross · 10 years ago
  87. 7b66f15 Add brillo cflags by Colin Cross · 10 years ago
  88. 34cc69e Use `Path` instead of string for file paths by Dan Willemsen · 10 years ago
  89. 93c2831 Add Darwin-specific linker file flags by Dan Willemsen · 10 years ago
  90. 218f656 Hybrid soong/mk build using prebuilts by Dan Willemsen · 10 years ago
  91. 979422c Add -pie to device executable builds by Colin Cross · 10 years ago
  92. 0effe06 Change soong parameter name disabled -> enabled by Dan Willemsen · 10 years ago
  93. 490fd49 Support cross-compiling Windows binaries on Linux by Dan Willemsen · 10 years ago
  94. c4bde76 Add toolchain cflags that are always used by Colin Cross · 10 years ago
  95. b30a811 Switch to clang 3.8 by Dan Willemsen · 10 years ago
  96. 6203ac0 Actually add version-script to ldflags by Dan Willemsen · 10 years ago
  97. c5c24ad Add arch features by Colin Cross · 10 years ago
  98. eeabb89 make arch and variant parsing more robust by Colin Cross · 10 years ago
  99. a48f71f Re-export exported includes from whole_static_libs by Colin Cross · 10 years ago
  100. cfad119 Add support for defaults modules by Colin Cross · 10 years ago