1. 0a284f5 versioner: start using C++17. by Josh Gao · 9 years ago
  2. 68d6a92 Convert versioner to Android.bp by Colin Cross · 9 years ago
  3. cdbf6fe versioner: use unique_ptr to handle ownership of FTS*. by Josh Gao · 9 years ago
  4. 9f9200c Merge "versioner: extract strict warnings out of -v into its own flag." by Josh Gao · 9 years ago
  5. 2796894 Merge "versioner: use a single work queue." by Josh Gao · 9 years ago
  6. acc3d80 versioner: extract strict warnings out of -v into its own flag. by Josh Gao · 9 years ago
  7. 338cf12 versioner: use a single work queue. by Josh Gao · 9 years ago
  8. 3091f5a versioner: ignore non-header files. by Josh Gao · 9 years ago
  9. b3321c9 Merge changes I72d37b7c,I7d254a10,I2e967acf by Treehugger Robot · 9 years ago
  10. 78b8a14 versioner: use a virtual filesystem for input files. by Josh Gao · 9 years ago
  11. b5c4963 versioner: cache -cc1 flags generated by the clang Driver. by Josh Gao · 9 years ago
  12. 16016df versioner: refactor to use CompilerInstance directly. by Josh Gao · 9 years ago
  13. 84e269d Merge "versioner: don't always hide future decls." by Treehugger Robot · 9 years ago
  14. 9ae2b9a versioner: don't always hide future decls. by Josh Gao · 9 years ago
  15. 147fdb4 Merge "Clean up update_headers.sh." by Treehugger Robot · 9 years ago
  16. 1a176de versioner: allow static inlines that don't conflict. by Josh Gao · 9 years ago
  17. a00e672 versioner: fix output. by Josh Gao · 9 years ago
  18. b89b7a5 Clean up update_headers.sh. by Dan Albert · 9 years ago
  19. ae50e9d Copy the NOTICE file when updating headers. by Dan Albert · 9 years ago
  20. 079be16 Make versioner build with LLVM r275480 by Pirama Arumuga Nainar · 9 years ago
  21. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  22. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  23. 32d5592 Update our notice files as a pre-upload step. by Dan Albert · 9 years ago
  24. 0173379 Add versioner to preupload hook. by Josh Gao · 9 years ago
  25. ac3e564 versioner: turn on -Wundef. by Josh Gao · 9 years ago
  26. bb96628 versioner: turn on -Wall -Wextra -Werror. by Josh Gao · 9 years ago
  27. fff29fe versioner: add support for __VERSIONER_NO_GUARD. by Josh Gao · 9 years ago
  28. 061446c Merge "Add a script to update the bionic headers." by Treehugger Robot · 9 years ago
  29. a77b3a9 versioner: handle _FILE_OFFSET_BITS=64. by Josh Gao · 9 years ago
  30. 9ab148c versioner: add idempotence test that uses the bionic headers. by Josh Gao · 9 years ago
  31. 9f7ce3d versioner: fix off-by-one error in header guard calculation. by Josh Gao · 9 years ago
  32. 8420be9 Add a script to update the bionic headers. by Dan Albert · 9 years ago
  33. 1b4b3d7 versioner: improve preprocessor tests. by Josh Gao · 9 years ago
  34. a6b8c4e versioner: always copy over source headers when preprocessing. by Josh Gao · 9 years ago
  35. b0af100 versioner: add test output directories to gitignore. by Josh Gao · 9 years ago
  36. 64da006 versioner: Ignore if Clang is missing by Andreas Gampe · 9 years ago
  37. 7978634 versioner: copy unmodified headers when preprocessing. by Josh Gao · 9 years ago
  38. f8592a3 versioner: add support for preprocessing headers. by Josh Gao · 9 years ago
  39. 8feba83 versioner: fix makefiles. by Josh Gao · 9 years ago
  40. 566735d versioner: purge iostreams. by Josh Gao · 9 years ago
  41. 1605788 versioner: assorted fixes. by Josh Gao · 9 years ago
  42. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
  43. 681f6b5 versioner: improve the test script. by Josh Gao · 9 years ago
  44. f9128bc versioner: remove unnecessary kernel/common symlink. by Josh Gao · 9 years ago
  45. 180c883 versioner: add symlink for kernel/android/uapi. by Josh Gao · 9 years ago
  46. 0e25b34 Fix clean mma in bionic by Colin Cross · 9 years ago
  47. d3b6bc7 Move relocation_packer from Android.mk to Android.bp by Colin Cross · 9 years ago
  48. d8c7725 versioner: whitelist atexit, turn on symbol checking by default. by Josh Gao · 10 years ago
  49. 4af829a versioner: add missing test. by Josh Gao · 10 years ago
  50. 958f3b3 versioner: fix false positive with functions only available as inlines. by Josh Gao · 10 years ago
  51. 173e7c0 versioner: improve error output slightly. by Josh Gao · 10 years ago
  52. 658dbd9 versioner: merge stdout and stderr in the test runner. by Josh Gao · 10 years ago
  53. 80d909b versioner: clean up tests, test runner. by Josh Gao · 10 years ago
  54. d67dbf0 versioner: ignore functions that are __INTRODUCED_IN_FUTURE. by Josh Gao · 10 years ago
  55. 9b5af7a versioner: autodetect paths when no specified. by Josh Gao · 10 years ago
  56. 62aaf8f versioner: improve usage messages. by Josh Gao · 10 years ago
  57. bf8a285 versioner: introduce. by Josh Gao · 10 years ago
  58. 18d0e8c Re-land "Fix invalid using decl in bionic relocation_packer" by rnk · 10 years ago
  59. 83b44a9 Rename DT_MIPS_RLD_MAP2 flag to DT_MIPS_RLD_MAP_REL by Lazar Trsic · 10 years ago
  60. 7de1ff2 Move relocation_packer off libnativehelper. by Elliott Hughes · 10 years ago
  61. 20322c2 Include libz for new libelf. by Chih-Hung Hsieh · 10 years ago
  62. 4032d34 Turn common INFO messages down to VLOG(1) by Colin Cross · 10 years ago
  63. 4900f1c Fix Mac checkbuild. by Ying Wang · 11 years ago
  64. 1011e1a Fix unit tests, and extend for other architectures by Simon Baldwin · 11 years ago
  65. ded34ce Apply same URL workaround to clean build. by Dan Albert · 11 years ago
  66. 4637f3d Do not adjust PT_GNU_STACK segment by Dmitriy Ivanov · 11 years ago
  67. 18c935c Adjust DT_MIPS_RLD_MAP2 value by Dmitriy Ivanov · 11 years ago
  68. b293969 Reduce p_align for program header to page size. by Dmitriy Ivanov · 11 years ago
  69. b0b9338 Exit normally when relocations are already packed. by Dmitriy Ivanov · 11 years ago
  70. adfcb97 Exit normally when packing relocs saves no space. by Dmitriy Ivanov · 11 years ago
  71. f15ceeb Always use signed leb128 encoding by Dmitriy Ivanov · 11 years ago
  72. 2a63421 Statically link libc++ for prebuilts by Dmitriy Ivanov · 11 years ago
  73. bb25bbe Adjust DT_VERSYM/VERNEED/VERDEF dynamic sections by Dmitriy Ivanov · 11 years ago
  74. 21988a3 Also send bionicbb logs to a file. by Dan Albert · 11 years ago
  75. d3fe4f1 Merge the two bionicbb services into one. by Dan Albert · 11 years ago
  76. a4061cd Clean up "logging". by Dan Albert · 11 years ago
  77. a0ecd5b Skip merge-failed messages from Gerrit. by Dan Albert · 11 years ago
  78. d032378 Don't build any changes that touch bionicbb. by Dan Albert · 11 years ago
  79. dadac10 Reject changes with cleanspecs. by Dan Albert · 11 years ago
  80. 569a752 Fix comment drift in assorted relocation packer modules. by Simon Baldwin · 11 years ago
  81. d2bd573 Remove unused/unusable relocation packer files. by Simon Baldwin · 11 years ago
  82. 7d57623 Convert result of a call to JSON. by Dan Albert · 11 years ago
  83. c889f13 Work around a bug in the Jenkins queue API. by Dan Albert · 11 years ago
  84. f8ff6b1 Generalize compression tool by Dmitriy Ivanov · 11 years ago
  85. 87a0617 Import relocation packer from chromium repo by Dmitriy Ivanov · 11 years ago
  86. d280675 Merge "Add support for building other architectures." by Dan Albert · 11 years ago
  87. 2b87351 Report 404 errors from Gerrit and continue. by Dan Albert · 11 years ago
  88. b406033 Check the committer rather than the Gerrit owner. by Dan Albert · 11 years ago
  89. ad248b7 Guard against @google.com.example.com. by Dan Albert · 11 years ago
  90. f988da4 Oops. Fix dict key. by Dan Albert · 11 years ago
  91. 29be129 Only build changes that come from @google.com. by Dan Albert · 11 years ago
  92. 64390f9 Add support for building other architectures. by Dan Albert · 11 years ago
  93. c02df47 Make indentation match the style guide. by Dan Albert · 11 years ago
  94. 8a15a4e Use relative imports. by Dan Albert · 11 years ago
  95. eb85ff0 Add JSON files and oauth storage to .gitignore. by Dan Albert · 11 years ago
  96. 691e809 Make service URLs configurable. by Dan Albert · 11 years ago
  97. 7c78d24 Check in bionicbb code. by Dan Albert · 11 years ago