Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace NULL with nullptr | Mathieu Chartier | 2015-04-22 | 1 | -2/+2 |
* | ART: Track Flush & Close in FdFile | Andreas Gampe | 2014-11-18 | 1 | -1/+1 |
* | Break apart header files. | Ian Rogers | 2014-07-15 | 1 | -0/+1 |
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -4/+4 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Fix clang to compile and run host tests. | Ian Rogers | 2014-02-28 | 1 | -2/+2 |
* | Split up CommonTest into CommonRuntimeTest and CommonCompilerTest | Brian Carlstrom | 2014-02-26 | 1 | -2/+2 |
* | Use libziparchive for art zip processing. | Narayan Kamath | 2013-12-09 | 1 | -1/+3 |
* | Throw IOException at source of failing to open a dex file. | Ian Rogers | 2013-10-21 | 1 | -4/+7 |
* | Create separate Android.mk for main build targets | Brian Carlstrom | 2013-07-12 | 1 | -0/+60 |