Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now we have a proper C++ library, use std::unique_ptr. | Ian Rogers | 2014-05-19 | 1 | -2/+2 |
* | Compatibility layer to transition from UniquePtr to std::unique_ptr. | Ian Rogers | 2014-05-15 | 1 | -1/+1 |
* | Tell GDB about Quick ART generated code | Mark Mendell | 2014-03-02 | 1 | -0/+13 |
* | ElfFile should protect itself from bad input | Brian Carlstrom | 2014-02-26 | 1 | -50/+54 |
* | Remove dependency on llvm/Support/ELF.h by using linux's elf.h. | Nicolas Geoffray | 2014-02-19 | 1 | -44/+43 |
* | Add missing error message propagation to ElfFile::SetMap | Brian Carlstrom | 2013-11-06 | 1 | -1/+1 |
* | Throw IOException at source of failing to open a dex file. | Ian Rogers | 2013-10-21 | 1 | -3/+3 |
* | Fix multiple inclusion guards to match new pathnames | Brian Carlstrom | 2013-07-17 | 1 | -3/+3 |
* | Do not mark pages executable unnecessarily to play nice with selinux | Brian Carlstrom | 2013-07-12 | 1 | -2/+3 |
* | Create separate Android.mk for main build targets | Brian Carlstrom | 2013-07-12 | 1 | -0/+174 |