aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-07Remove libs from static library modules.android-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1jb-releasejb-mr0-releasejb-devYing Wang
2010-02-23Merge "Cleanup the ASTL makefiles."Niko Catania
2010-02-22Cleanup the ASTL makefiles.Nicolas Catania
2010-02-11Added string::append method that takes iterators as args.Nicolas Catania
2010-02-09Added insert(iterator, char); method.Nicolas Catania
2010-02-08Added <,>,<= and >= operators functions for strings.Nicolas Catania
2010-02-08Added the methods to find a char in a string:Nicolas Catania
2010-02-07Added string::substr support.Nicolas Catania
2010-02-05First cut of the sstream implementation.Nicolas Catania
2010-02-05Basic implementation of the std::list.Nicolas Catania
2010-02-04Merge "Added basic support for the streams flags and iomanip."Niko Catania
2010-02-04iostream support for unsigned ints,float,double,boolNicolas Catania
2010-02-04Added basic support for the streams flags and iomanip.Nicolas Catania
2010-02-04Added support to output int, void* and std::string.Nicolas Catania
2010-02-03Added support for endl ends and flush.Nicolas Catania
2010-02-03Added basic_ios abstraction and finished cout/cerr implementation.Nicolas Catania
2010-02-01In ostream, added code to do the one time init of the stdio streams.Nicolas Catania
2010-01-30Added the 'at' method to string.Nicolas Catania
2010-01-29Changed char_traits to be a template.Nicolas Catania
2010-01-28Basic streambuf implementation.Nicolas Catania
2010-01-27Add char_traits support (needed for sstream).Nicolas Catania
2010-01-24Basic support of the ios_base, the root of all streams.Nicolas Catania
2010-01-22New fpos class for the stream position.Nicolas Catania
2009-06-15Basic implementation of vector.Nicolas Catania
2009-06-15Merge change 4060 into donutAndroid (Google) Code Review
2009-06-12Revert "Basic implementation of vector."Nicolas Catania
2009-06-12Trivial: renamed the parameters to be inline with the standard.Nicolas Catania
2009-06-10Basic implementation of vector.Nicolas Catania
2009-05-26Implementation of string::eraseNicolas Catania
2009-05-18Use realloc to implement the reserve call.Nicolas Catania
2009-05-11Added find method to the string class.Nicolas Catania
2009-05-05Removed the host part of the build.Nicolas Catania
2009-05-02Added 2 new files: algorithm and string.Niko Catania