1. bdf1737 Introduce `art::FastExit` to replace all uses of `quick_exit` in ART. by Roland Levillain · 3 years, 1 month ago
  2. fcc922a art: unbreak dalvikvm builds on host by Orion Hodson · 3 years, 1 month ago
  3. 7439cff Make dalvikvm inherit art_defaults. by Martin Stjernholm · 3 years, 1 month ago
  4. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 1 month ago
  5. fcd3d85 Move libsigchain into whole_static_libs for dalvikvm on host. by Nicolas Geoffray · 3 years, 3 months ago
  6. ec388c0 Add min_sdk_version for ART module. by Nicolas Geoffray · 3 years, 3 months ago
  7. aded139 Make libsigchain a stub library. by Nicolas Geoffray · 3 years, 3 months ago
  8. 9150de6 [LSC] Add LOCAL_LICENSE_KINDS to art by Bob Badour · 3 years, 3 months ago
  9. 3e9abfc Rename ART release APEX to com.android.art. by Martin Stjernholm · 3 years, 8 months ago
  10. 36896be Don't call exit() while threads may be running by Hans Boehm · 4 years, 3 months ago
  11. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 6 months ago
  12. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 6 months ago
  13. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 6 months ago
  14. 193efa4 Disable leak detection locally. by Steven Moreland · 4 years, 9 months ago
  15. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 5 years ago
  16. 057f1e4 Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  17. 99988f8 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  18. 9389ae7 Simplify Android.bp files by Dan Willemsen · 7 years ago
  19. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  20. 56bd562 dalvikvm.cc: use proper nativehelper headers by Steven Moreland · 7 years ago
  21. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  22. fe6064a Convert more of art to Android.bp by Colin Cross · 8 years ago
  23. 1a86171 Revert "Convert more of art to Android.bp" by Colin Cross · 8 years ago
  24. 198a957 Fix art tests by Colin Cross · 8 years ago
  25. 4a45627 Convert more of art to Android.bp by Colin Cross · 8 years ago
  26. dac87e9 ART: Remove -std=gnu++11 by Andreas Gampe · 8 years ago
  27. 754a445 Prefer 32-bit host executables on Mac. by Ying Wang · 9 years ago
  28. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  29. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  30. 7de85ca Remove version-script option by Dmitriy Ivanov · 9 years ago
  31. 31fb260 Add options for building/testing with coverage. by Dan Albert · 10 years ago
  32. f36df54 Remove libcxx.mk cruft. by Dan Albert · 9 years ago
  33. e49a4f6 Link libsigchain.a instead of sigchain.o by Dmitriy Ivanov · 10 years ago
  34. 2eebc99 Fix error message to match the code. by Piotr Jastrzebski · 10 years ago
  35. 8b5b698 Fix mac build (second attempt) by Dmitriy Ivanov · 10 years ago
  36. 1d74e57 Fixing mac build by Dmitriy Ivanov · 10 years ago
  37. f57874d Remove libsigchain from LD_PRELOADS by Dmitriy Ivanov · 10 years ago
  38. 906c27d Make ART_HOST_EXECUTABLES and ART_TARGET_SUPPORTED_ARCH include dalvikvm32 and dalvikvm64 as needed by Brian Carlstrom · 10 years ago
  39. a929ded Create a dalvik symlink on the host. by Ian Rogers · 10 years ago
  40. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  41. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  42. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  43. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  44. 866ac80 Add missing header necessary for libc++. by Ian Rogers · 10 years ago
  45. 7013182 Merge "dalvikvm: create the dalvikvm symlink to the primary version" by Narayan Kamath · 10 years ago
  46. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  47. 2bb4436 dalvikvm: create the dalvikvm symlink to the primary version by Yongqin Liu · 10 years ago
  48. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  49. afbaa1a Build changes to build multilib tests by Andreas Gampe · 10 years ago
  50. 686107e Fix dalvikvm -help by Brian Carlstrom · 10 years ago
  51. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  52. f409f81 Add explicit dependency on algorithm by Kenny Root · 11 years ago
  53. fa50baa Restore build-art minimal build by Brian Carlstrom · 11 years ago
  54. 025218c Clean up stlport usage. by Elliott Hughes · 11 years ago
  55. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  56. 934313b Let dalvikvm default based on persist.sys.dalvik.vm.lib by Brian Carlstrom · 11 years ago
  57. 0eba633 Use libnativehelper to find JNI_CreateJavaVM by Brian Carlstrom · 11 years ago
  58. ad27f28 Add missing dlclose by Brian Carlstrom · 11 years ago
  59. 35bd61a Fix Mac build by making dalvikvm definition visible by Brian Carlstrom · 11 years ago
  60. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 11 years ago