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.h
Age
Commit message (
Expand
)
Author
2016-09-22
Remove has_trivial_move trait from StringPool types
Colin Cross
2016-08-11
Fix clang-tidy warnings in aapt and aapt2.
Chih-Hung Hsieh
2015-07-21
aapt: expat exports its header files now.
Elliott Hughes
2015-07-11
Revert "frameworks/base: libexpat now exports its headers."
Elliott Hughes
2015-07-10
frameworks/base: libexpat now exports its headers.
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
Use std::sort instead of qsort_r wrapper.
Dan Albert
2014-09-08
Use char16_t for char things.
Dan Albert
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
libutils clean-up
Mathias Agopian
2012-09-09
Fix aapt to get expat header files from the approved location.
Elliott Hughes
2012-03-19
Use qsort_r_compat() as a portable wrapper for qsort_r().
Jeff Brown
2012-03-19
Fix build break on glibc, for real.
Jeff Brown
2012-03-16
Use quicksort to sort the string pool.
Jeff Brown
2012-03-16
Remove dead code in StringPool.
Jeff Brown
2012-03-16
Make StringPool entry types trivially movable.
Jeff Brown
2012-02-17
frameworks/base refactoring.
Mathias Agopian
2012-01-31
aapt now sorts the strings in the resource string pool.
Dianne Hackborn
2009-12-07
Optional use of UTF-8 strings in resource bundles
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