summaryrefslogtreecommitdiffstats
path: root/runtime/parsed_options_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrMathieu Chartier2015-04-221-17/+16
* art: Fix bug in VariantMap::SetIgor Murashkin2015-02-171-0/+16
* art: Try to fix parsed_options_test on the build serverIgor Murashkin2015-02-041-1/+6
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-17/+27
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-1/+1
* Break apart header files.Ian Rogers2014-07-151-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Remove oat file location in the image.Nicolas Geoffray2014-03-041-2/+0
* Add ART -help and -showversionBrian Carlstrom2014-03-031-0/+87