summaryrefslogtreecommitdiffstats
path: root/dalvikvm/dalvikvm.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-11/+11
* Add AbstractMethod, Constructor, MethodMathieu Chartier2015-04-211-0/+1
* Fix error message to match the code.Piotr Jastrzebski2014-10-171-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-3/+2
* Add missing header necessary for libc++.Ian Rogers2014-05-161-0/+1
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Preparation for transition to libc++.Ian Rogers2014-04-161-3/+2
* Fix dalvikvm -helpBrian Carlstrom2014-02-251-9/+9
* Add explicit dependency on algorithmKenny Root2013-09-111-0/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Let dalvikvm default based on persist.sys.dalvik.vm.libBrian Carlstrom2013-07-111-1/+1
* Use libnativehelper to find JNI_CreateJavaVMBrian Carlstrom2013-06-201-18/+4
* Add missing dlcloseBrian Carlstrom2013-06-181-0/+1
* Move to new art dalvikvmBrian Carlstrom2013-06-171-0/+225