summaryrefslogtreecommitdiffstats
path: root/tools/aapt/StringPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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