1. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  2. 96faf5b Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  3. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  4. b1eba21 Fix cpplint whitespace/comma issues by Brian Carlstrom · 11 years ago
  5. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  6. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/macros.h]
  7. 1d9314c fix indentation by Anwar Ghuloum · 12 years ago
  8. 63937db Fix mac build by Anwar Ghuloum · 12 years ago
  9. 8a01a3a Make ShadowFrame fields const when not in portable. by Ian Rogers · 12 years ago
  10. e8ae0dc Fix ALWAYS_INLINE. by Ian Rogers · 12 years ago
  11. 1ffa32f Reduce inlining in debug builds. by Ian Rogers · 12 years ago
  12. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  13. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago[Renamed from src/macros.h]
  14. df1ce91 Add alignment attribute to packed. by Ian Rogers · 12 years ago
  15. c151f90 Untested port of the SELinux dalvik change to art. by Elliott Hughes · 13 years ago
  16. f834936 Use static thread safety analysis when available, and fix the bugs GCC finds. by Elliott Hughes · 13 years ago
  17. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  18. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  19. 7a00a3c Fix definition GCC_VERSION by Brian Carlstrom · 13 years ago
  20. ff17f1f Remove various bits of lint. by Elliott Hughes · 13 years ago
  21. 24782c6 Add a macro GCC_VERSION and use it to control code paths. by Shih-wei Liao · 13 years ago
  22. 74787a3 Add TEMP_FAILURE_RETRY for the Mac build. by Elliott Hughes · 13 years ago
  23. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 13 years ago
  24. caab8c4 Various tidy ups, add LIKELY/UNLIKELY macros. by Ian Rogers · 13 years ago
  25. 85d1545 Add packing to class Thread. by Elliott Hughes · 13 years ago
  26. 93e74e8 More of the thread infrastructure. by Elliott Hughes · 13 years ago
  27. 12eb78e Add an instruction abstraction and visitor. by Carl Shapiro · 14 years ago
  28. d2bdb57 Add a macro for sizing anonymous or locally defined arrays. by Carl Shapiro · 14 years ago
  29. a2e18e1 Add the implementation for the ARM assembler. by Carl Shapiro · 14 years ago
  30. 6b6b5f0 Shorten the namespace and re-normalize include guards. by Carl Shapiro · 14 years ago
  31. a5d5cfd Add basic assembler interface and an x86 backend. by Carl Shapiro · 14 years ago
  32. 59e85cd Add implementations of sizeof and offsetof for class types. by Carl Shapiro · 14 years ago
  33. 806defa Fix the include guard style. by Carl Shapiro · 14 years ago
  34. 6c21dc1 Add a minimal logging interface and implementation. by Carl Shapiro · 14 years ago