1. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 9 years ago
  2. 5950f38 Support explicit header-only libraries by Colin Cross · 9 years ago
  3. a8f5e9a Allow disabled dependencies when SOONG_ALLOW_MISSING_DEPENDENCIES is set by Colin Cross · 9 years ago
  4. e1240db Support aidl cpp generation by Dan Willemsen · 9 years ago
  5. 91e9004 Support .asm files for assembly by Colin Cross · 9 years ago
  6. 18c0c5a Support grouping static libraries by Colin Cross · 9 years ago
  7. bba9904 Split cc_prebuilt_shared_library into static variants by Colin Cross · 9 years ago
  8. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 9 years ago
  9. 5ed99c6 genrule: let Android.bp file specify exported header dirs by Colin Cross · 9 years ago
  10. 90f7a4d Allow `first_version: "current"` in ndk_library. by Dan Albert · 9 years ago
  11. a03cf6d Add clang-tidy support by Dan Willemsen · 9 years ago
  12. 5cb580f Start using "struct Objects" to store object Paths by Dan Willemsen · 9 years ago
  13. 0c461f1 Add support for .proto files by Colin Cross · 9 years ago
  14. ce75d2c Initial prebuilt support by Colin Cross · 9 years ago
  15. fc75458 Add a Name property by Colin Cross · 9 years ago
  16. 1e676be Control mutator order by Colin Cross · 9 years ago
  17. 798bfce Move registration into android package by Colin Cross · 9 years ago
  18. 26c34ed Add support for toc optimization in soong by Colin Cross · 9 years ago
  19. 847dcc7 Handle dependencies with export_generated_headers by Dan Willemsen · 9 years ago
  20. b3454ab Add export_generated_headers by Dan Willemsen · 9 years ago
  21. 4aa75ca Expose HostToolPath on the cc module to fix genrule.tool by Dan Willemsen · 9 years ago
  22. b0f2895 Support mixed ASAN and non-ASAN host builds by Colin Cross · 9 years ago
  23. b4ce0ec Remove cc.Customizer by Colin Cross · 9 years ago
  24. 7424d61 Add InstallerProperties to cc_defaults by Dan Willemsen · 9 years ago
  25. 9461040 Fix installation path for asan libraries by Colin Cross · 9 years ago
  26. e1d764e Export DefaultsFactory by Colin Cross · 9 years ago
  27. 998306e Support required property by Chris Wolfe · 9 years ago
  28. e8a67a7 Make BottomUpMutators parallel by Colin Cross · 9 years ago
  29. 7fa7b2e Don't generate intermediate NDK libraries. by Dan Albert · 9 years ago
  30. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 9 years ago
  31. 01344df Remove unused flags.Nocrt by Colin Cross · 9 years ago
  32. 7e9d295 Auto-fill ndkMigratedLibs. by Dan Albert · 9 years ago
  33. 9e10cd4 Check NDK API level link compatibility. by Dan Albert · 9 years ago
  34. 42742b8 Rename compiler, linker and installer methods to be unique by Colin Cross · 9 years ago
  35. b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 9 years ago
  36. 4d9c2d1 Separate cc.go by Colin Cross · 9 years ago
  37. 914449f Generate NDK sysroots from the platform build. by Dan Albert · 9 years ago
  38. 76fada0 Finish cc.Customizer by Colin Cross · 9 years ago
  39. 5dab840 Fix static+shared with generated sources by Colin Cross · 9 years ago
  40. 627d83d Limit unique_host_soname to just host modules by Dan Willemsen · 9 years ago
  41. 648c8ae Support unique_host_soname to add -host for shared libs by Dan Willemsen · 9 years ago
  42. f59b69c Refactor bionic includes into a single place by Colin Cross · 9 years ago
  43. a17442b Switch to prebuilt clang-3016494 by Pirama Arumuga Nainar · 9 years ago
  44. 1034786 Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs."" by Stephen Hines · 9 years ago
  45. 15e4554 Revert "Switch libcompiler_rt-extras to LateStaticLibs." by Stephen Hines · 9 years ago
  46. bb7473d Switch libcompiler_rt-extras to LateStaticLibs. by Stephen Hines · 9 years ago
  47. 3854a60 Add symlink installation support by Colin Cross · 10 years ago
  48. a89d2e1 Move no_crt property to apply to libraries and binaries by Colin Cross · 10 years ago
  49. 15a0d46 Fix duplicate library dependencies by Colin Cross · 9 years ago
  50. aa3bf37 Fix rpath for host benchmarks by Colin Cross · 9 years ago
  51. f87b261 Put shared library ldflags first by Colin Cross · 9 years ago
  52. e6c7f18 Fix LOCAL_EXPORT_C_INCLUDE_DIRS processing by Dan Willemsen · 9 years ago
  53. 75ab808 Make static_executable an arch_variant by Dan Willemsen · 9 years ago
  54. c7a38dc Add support for test libraries by Colin Cross · 9 years ago
  55. 624b8ed Fix install path of benchmarks by Colin Cross · 9 years ago
  56. b5bc4b4 Add system shared library dependencies to Android.mk by Colin Cross · 9 years ago
  57. 2683274 Update cc_benchmark to use libgoogle-benchmark by Colin Cross · 9 years ago
  58. 3f32f03 Support no configured device architectures by Dan Willemsen · 9 years ago
  59. 76f0827 Apply export_include_dirs to assembly files by Dan Willemsen · 9 years ago
  60. 72d3993 Stop exporting NDK prebuilt modules to Make by Dan Willemsen · 9 years ago
  61. 97704ed Support linking against NDK prebuilt libraries by Dan Willemsen · 9 years ago
  62. 6886183 Remove cc.ModuleContext.module() by Colin Cross · 9 years ago
  63. 3c316bc Fix SDK link type check by Dan Willemsen · 9 years ago
  64. fed4d19 Allow static/shared modules to be disabled per-arch by Dan Willemsen · 9 years ago
  65. a96ff64 Check NDK linking, expose SDK_VERSION to Make by Dan Willemsen · 9 years ago
  66. 490a8dc Implement re-exporting of library headers by Dan Willemsen · 9 years ago
  67. a1ad8d1 Simplify arch target handling by Colin Cross · 9 years ago
  68. b9db480 Revert "Simplify arch target handling" by Colin Cross · 9 years ago
  69. 54c7112 Simplify arch target handling by Colin Cross · 9 years ago
  70. 17f0526 Support installing non-native arch binaries by Dan Willemsen · 9 years ago
  71. cd114c1 Remove [local_]include_files by Dan Willemsen · 9 years ago
  72. 20acc5c Add flag property checking by Dan Willemsen · 9 years ago
  73. bc6fb16 Support sanitizer variants inside make builds by Colin Cross · 9 years ago
  74. 635c3b0 Rename common to android by Colin Cross · 9 years ago
  75. c7fd91a Fix ndk x86_64 and mips64 builds by Colin Cross · 9 years ago
  76. 36cff8b Fix Static_executable, implement BUILD_HOST_static from Make by Dan Willemsen · 9 years ago
  77. 3772da1 Don't use -B...gcc.. on Darwin by Dan Willemsen · 9 years ago
  78. 4a94683 Don't use GTEST_OS_LINUX on Darwin by Dan Willemsen · 9 years ago
  79. 8146b2f Update gtest flags from Make by Dan Willemsen · 9 years ago
  80. 025b480 Include objs from whole static libs before local objs by Dan Willemsen · 9 years ago
  81. 00ced76 Move local ldflags after the toolchain ldflags by Dan Willemsen · 9 years ago
  82. 6ee75b6 Support prepended arch-specific properties by Colin Cross · 9 years ago
  83. 30d5f51 Support sanitizer builds inside make by Colin Cross · 9 years ago
  84. b8ecdfe Fix stripping on Darwin by Colin Cross · 9 years ago
  85. 665dce9 Support stripping shared libraries and binaries by Colin Cross · 9 years ago
  86. 369f013 Switch to clang-2812033. by Stephen Hines · 9 years ago
  87. 737cb65 Use exported gtest include directories by Colin Cross · 9 years ago
  88. 16b2349 Add support for sanitizer property by Colin Cross · 10 years ago
  89. a8e07cc Promote stl to a fixed feature by Colin Cross · 9 years ago
  90. 919281a Refactor out exported cflags by Colin Cross · 9 years ago
  91. b40aab6 Fix generated sources and headers by Dan Willemsen · 9 years ago
  92. 21b481b Update sanitize property format by Colin Cross · 9 years ago
  93. c99deeb Use blueprint DependencyTags by Colin Cross · 9 years ago
  94. 8141347 Rename deps property to objs in cc_objects by Colin Cross · 9 years ago
  95. 8524429 libm's headers have moved to live with their libc cousins. by Elliott Hughes · 9 years ago
  96. d30e610 Move runpaths out of global ldflags by Dan Willemsen · 9 years ago
  97. e717492 Fix ToolchainLdflags calls by Dan Willemsen · 9 years ago
  98. 0c38c5e Only add -fdebug-prefix-map on Linux hosts by Dan Willemsen · 9 years ago
  99. 7b106e4 Don't install static libraries by Colin Cross · 9 years ago
  100. a234466 Use correct install paths in generated Android.mk by Colin Cross · 9 years ago