summaryrefslogtreecommitdiff
path: root/tools/aapt/StringPool.h
AgeCommit message (Expand)Author
2016-09-22Remove has_trivial_move trait from StringPool typesColin Cross
2016-08-11Fix clang-tidy warnings in aapt and aapt2.Chih-Hung Hsieh
2015-07-21aapt: expat exports its header files now.Elliott Hughes
2015-07-11Revert "frameworks/base: libexpat now exports its headers."Elliott Hughes
2015-07-10frameworks/base: libexpat now exports its headers.Elliott Hughes
2014-11-03Merge commit '78be0498' into manualmergeAdam Lesinski
2014-11-03Fix issues that will be present in C++11Adam Lesinski
2014-10-01Use std::sort instead of qsort_r wrapper.Dan Albert
2014-09-08Use char16_t for char things.Dan Albert
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski
2013-08-28Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood
2013-05-07libutils clean-upMathias Agopian
2012-09-09Fix aapt to get expat header files from the approved location.Elliott Hughes
2012-03-19Use qsort_r_compat() as a portable wrapper for qsort_r().Jeff Brown
2012-03-19Fix build break on glibc, for real.Jeff Brown
2012-03-16Use quicksort to sort the string pool.Jeff Brown
2012-03-16Remove dead code in StringPool.Jeff Brown
2012-03-16Make StringPool entry types trivially movable.Jeff Brown
2012-02-17frameworks/base refactoring.Mathias Agopian
2012-01-31aapt now sorts the strings in the resource string pool.Dianne Hackborn
2009-12-07Optional use of UTF-8 strings in resource bundlesKenny Root
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project