summaryrefslogtreecommitdiffstats
path: root/src/runtime_test.cc
Commit message (Expand)AuthorAgeFilesLines
* user build support for art (2 of 3)Brian Carlstrom2012-02-161-2/+2
* Remove old code to support multiple imagesBrian Carlstrom2012-02-041-6/+1
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Don't default-construct std::strings and then assign them.Elliott Hughes2011-12-131-1/+1
* Clean up verbose logging.Elliott Hughes2011-12-131-4/+10
* Simplify command line argumentsBrian Carlstrom2011-10-041-7/+9
* Working dex2oat and oatexecBrian Carlstrom2011-09-061-5/+18
* Switch to UniquePtr.Elliott Hughes2011-08-301-2/+4
* Remove uses of scoped_ptr_malloc.Elliott Hughes2011-08-301-57/+0
* Convert Class::descriptor_ from StringPiece to String (as part of image loading)Brian Carlstrom2011-08-191-1/+0
* Add ParsedOptions test (and migrate RuntimeTest to CommonTest)Brian Carlstrom2011-08-171-6/+48
* Parse required optionsBrian Carlstrom2011-08-161-14/+14
* First pass of ImageWriterBrian Carlstrom2011-08-151-1/+1
* Initialize the bootstrap class path from standard sources.Carl Shapiro2011-07-271-0/+69