aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-29Added resize call to vector.Nicolas Catania
2010-01-29Changed char_traits to be a template.Nicolas Catania
2010-01-28Basic streambuf implementation.Nicolas Catania
2010-01-28Merge "Added iterator based vector constructor."Niko Catania
2010-01-27Add char_traits support (needed for sstream).Nicolas Catania
2010-01-26Added iterator based vector constructor.Nicolas Catania
2010-01-26Use iterators in unitialized_copy.Nicolas Catania
2010-01-25Added std::distance.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
2010-01-22Basic implementation of set.Nicolas Catania
2010-01-21Use copy constructor to push new non-pod element in the vector.Nicolas Catania
2010-01-20Added iterator support to the vector class.Nicolas Catania
2010-01-13Basic implementation of iterators.Nicolas Catania
2010-01-12Partial implementation of the std::limits header file.Nicolas Catania
2009-07-07Added binary comparators needed for the set implementation.niko
2009-06-15Basic implementation of vector.Nicolas Catania
2009-06-12Revert "Basic implementation of vector."Nicolas Catania
2009-06-10Basic implementation of vector.Nicolas Catania
2009-05-26Implementation of string::eraseNicolas Catania
2009-05-22Merge change 1846 into donutAndroid (Google) Code Review
2009-05-18Use realloc to implement the reserve call.Nicolas Catania
2009-05-17Added equal method to compare ranges of objects.Nicolas Catania
2009-05-11Added find method to the string class.Nicolas Catania
2009-05-05Added a header file + test for the type traitsNicolas Catania
2009-05-02Added 2 new files: algorithm and string.Niko Catania