summaryrefslogtreecommitdiff
path: root/tools/aapt/StringPool.cpp
AgeCommit message (Expand)Author
2020-12-08Revert^2 "libandroidfw hardening for IncFs"Ryan Mitchell
2018-05-11For Win32, don't cast ssize_t while printingPirama Arumuga Nainar
2016-09-16aapt: remove duplicate definition of ZDColin Cross
2016-05-19Fix misc-macro-parentheses warnings in aapt and androidfw.Chih-Hung Hsieh
2015-04-03Only Windows doesn't have %zd.Elliott Hughes
2014-11-03Merge commit '78be0498' into manualmergeAdam Lesinski
2014-11-03Fix issues that will be present in C++11Adam Lesinski
2014-10-01resolved conflicts for merge of 1dcc75b2 to lmp-mr1-dev-plus-aospAndreas Gampe
2014-10-01Frameworks/base: Fix AAPT warningsAndreas Gampe
2014-10-01resolved conflicts for merge of fe50cfd5 to lmp-mr1-dev-plus-aospDan Albert
2014-10-01Use std::sort instead of qsort_r wrapper.Dan Albert
2014-09-08resolved conflicts for merge of 6c585756 to lmp-dev-plus-aospDan Albert
2014-09-08Use char16_t for char things.Dan Albert
2014-05-19Don't dump data from a bad ResTableAdam Lesinski
2014-01-27Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski
2013-08-28Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood
2013-05-07aapt: move qsort_r_compat here as it is sole clientDima Zavin
2012-03-19Use qsort_r_compat() as a portable wrapper for qsort_r().Jeff Brown
2012-03-19Fix build break on glibc hosts.Jeff Brown
2012-03-16Use quicksort to sort the string pool.Jeff Brown
2012-03-16Add some comments about StringPool sort order.Jeff Brown
2012-03-16Remove dead code in StringPool.Jeff Brown
2012-03-07Fix an issue where a non-styled string could be made into a styled stringBen Gruver
2012-01-31aapt now sorts the strings in the resource string pool.Dianne Hackborn
2011-10-27AAPT fix printf %zd crash on Windows.Raphael
2010-12-08Change assets to use 64-bit APIKenny Root
2010-06-25Fixes a few minor problems with AAPTSteve Block
2010-02-23Use UTF-8 strings to avoid duplicate caching, part 1Kenny Root
2010-02-01Add the --rename-manifest-package option to aapt.Jeff Hamilton
2009-12-07Optional use of UTF-8 strings in resource bundlesKenny Root
2009-12-04Fix bitmask in aapt's StringPool length constructionKenny Root
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project