index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
aapt
/
StringPool.cpp
Age
Commit message (
Expand
)
Author
2020-12-08
Revert^2 "libandroidfw hardening for IncFs"
Ryan Mitchell
2018-05-11
For Win32, don't cast ssize_t while printing
Pirama Arumuga Nainar
2016-09-16
aapt: remove duplicate definition of ZD
Colin Cross
2016-05-19
Fix misc-macro-parentheses warnings in aapt and androidfw.
Chih-Hung Hsieh
2015-04-03
Only Windows doesn't have %zd.
Elliott Hughes
2014-11-03
Merge commit '78be0498' into manualmerge
Adam Lesinski
2014-11-03
Fix issues that will be present in C++11
Adam Lesinski
2014-10-01
resolved conflicts for merge of 1dcc75b2 to lmp-mr1-dev-plus-aosp
Andreas Gampe
2014-10-01
Frameworks/base: Fix AAPT warnings
Andreas Gampe
2014-10-01
resolved conflicts for merge of fe50cfd5 to lmp-mr1-dev-plus-aosp
Dan Albert
2014-10-01
Use std::sort instead of qsort_r wrapper.
Dan Albert
2014-09-08
resolved conflicts for merge of 6c585756 to lmp-dev-plus-aosp
Dan Albert
2014-09-08
Use char16_t for char things.
Dan Albert
2014-05-19
Don't dump data from a bad ResTable
Adam Lesinski
2014-01-27
Revert "Move frameworks/base/tools/ to frameworks/tools/"
Adam Lesinski
2013-08-28
Move frameworks/base/tools/ to frameworks/tools/
Mike Lockwood
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