summaryrefslogtreecommitdiffstats
path: root/tools/aapt/StringPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* aapt: Use a std::map instead of a SortedVectorChristopher R. Palmer2016-01-051-10/+11
* aapt: Speed up the style pruningChristopher R. Palmer2016-01-041-3/+7
* Only Windows doesn't have %zd.Elliott Hughes2015-04-031-1/+1
* Merge commit '78be0498' into manualmergeAdam Lesinski2014-11-031-1/+13
|\
| * Fix issues that will be present in C++11Adam Lesinski2014-11-031-2/+14
* | resolved conflicts for merge of 1dcc75b2 to lmp-mr1-dev-plus-aospAndreas Gampe2014-10-011-16/+37
|\ \
| * | Frameworks/base: Fix AAPT warningsAndreas Gampe2014-10-011-16/+37
* | | resolved conflicts for merge of fe50cfd5 to lmp-mr1-dev-plus-aospDan Albert2014-10-011-11/+14
|\ \ \ | |/ /
| * | Use std::sort instead of qsort_r wrapper.Dan Albert2014-10-011-11/+14
* | | resolved conflicts for merge of 6c585756 to lmp-dev-plus-aospDan Albert2014-09-081-3/+3
|\ \ \ | |/ / | | / | |/ |/|
| * Use char16_t for char things.Dan Albert2014-09-081-3/+3
* | Don't dump data from a bad ResTableAdam Lesinski2014-05-191-0/+8
* | Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+574
* | Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-574/+0
|/
* aapt: move qsort_r_compat here as it is sole clientDima Zavin2013-05-071-1/+1
* Use qsort_r_compat() as a portable wrapper for qsort_r().Jeff Brown2012-03-191-11/+2
* Fix build break on glibc hosts.Jeff Brown2012-03-191-0/+10
* Use quicksort to sort the string pool.Jeff Brown2012-03-161-5/+9
* Add some comments about StringPool sort order.Jeff Brown2012-03-161-2/+4
* Remove dead code in StringPool.Jeff Brown2012-03-161-77/+15
* Fix an issue where a non-styled string could be made into a styled stringBen Gruver2012-03-071-1/+3
* aapt now sorts the strings in the resource string pool.Dianne Hackborn2012-01-311-18/+226
* AAPT fix printf %zd crash on Windows.Raphael2011-10-271-1/+9
* Change assets to use 64-bit APIKenny Root2010-12-081-1/+1
* Fixes a few minor problems with AAPTSteve Block2010-06-251-1/+1
* Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root2010-02-231-2/+6
* Add the --rename-manifest-package option to aapt.Jeff Hamilton2010-02-011-1/+1
* Optional use of UTF-8 strings in resource bundlesKenny Root2009-12-071-12/+50
* Fix bitmask in aapt's StringPool length constructionKenny Root2009-12-041-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+369
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-369/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+369