index
:
platform/frameworks/base
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aapt
/
StringPool.cpp
Age
Commit message (
Expand
)
Author
2013-05-07
aapt: move qsort_r_compat here as it is sole client
Dima Zavin
2012-03-19
Use qsort_r_compat() as a portable wrapper for qsort_r().
Jeff Brown
2012-03-19
Fix build break on glibc hosts.
Jeff Brown
2012-03-16
Use quicksort to sort the string pool.
Jeff Brown
2012-03-16
Add some comments about StringPool sort order.
Jeff Brown
2012-03-16
Remove dead code in StringPool.
Jeff Brown
2012-03-07
Fix an issue where a non-styled string could be made into a styled string
Ben Gruver
2012-01-31
aapt now sorts the strings in the resource string pool.
Dianne Hackborn
2011-10-27
AAPT fix printf %zd crash on Windows.
Raphael
2010-12-08
Change assets to use 64-bit API
Kenny Root
2010-06-25
Fixes a few minor problems with AAPT
Steve Block
2010-02-23
Use UTF-8 strings to avoid duplicate caching, part 1
Kenny Root
2010-02-01
Add the --rename-manifest-package option to aapt.
Jeff Hamilton
2009-12-07
Optional use of UTF-8 strings in resource bundles
Kenny Root
2009-12-04
Fix bitmask in aapt's StringPool length construction
Kenny Root
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project