index
:
uClibc++
master
An embedded C++ library
gkajmowi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
ios: Fix typo in operator!=
Bernhard Reutner-Fischer
2012-04-17
*
tests: Fix typo in chartraitstest
Bernhard Reutner-Fischer
2012-04-17
*
tests: Show diff when V=1 was given
Bernhard Reutner-Fischer
2012-04-17
*
bitset: reset(), flip(): Fix off-by-one error
Bernhard Reutner-Fischer
2012-04-17
*
tests: fix typo
Bernhard Reutner-Fischer
2010-11-21
*
prettify shell helpers
Bernhard Reutner-Fischer
2010-11-20
*
Have string use some of the base class insert functions to be more complete
Garrett Kajmowicz
2009-04-03
*
Make sure that map and multimap properly export the swap() function.
Garrett Kajmowicz
2009-04-01
*
Add support for comparisons between deque iterators and deque const_iterators.
Garrett Kajmowicz
2008-11-28
*
Apply patch for limits<bool> implementation.
Garrett Kajmowicz
2008-06-18
*
Added location for complex tests.
v0.2.2
Garrett Kajmowicz
2007-06-03
*
Fix string.compare() to do math on the correct variables.
Garrett Kajmowicz
2007-05-30
*
basic_ios::init now sets format flags.
Garrett Kajmowicz
2007-05-27
*
Fixed segfault when attempting to read from a closed file descriptor.
Garrett Kajmowicz
2007-04-28
*
Fixed post-operation increment on map and set iterators.
Garrett Kajmowicz
2007-04-03
*
Map class is now based on associative base (based on list for now)
Garrett Kajmowicz
2007-03-21
*
ios::exception() now works the way it is supposed to, along with all required...
Garrett Kajmowicz
2007-03-18
*
Convert stringtest to use new test framework. Should now be 64bit+ comptatable.
Garrett Kajmowicz
2007-03-03
*
Added additional compilation test to check to make sure auto_ptr is working r...
Garrett Kajmowicz
2006-12-15
*
Added implementation of deque::swap. Move code from std::swap(deque) and the...
Garrett Kajmowicz
2006-12-15
*
Added changes to .cpp files to make previous commits work correct.
Garrett Kajmowicz
2006-10-14
*
Shave a few hundred bytes off of rel_ops by actually thinking about the problem.
Garrett Kajmowicz
2006-10-12
*
Added algotest results so that the algorithm test can be run.
Garrett Kajmowicz
2006-10-11
*
Convert algotest to use the new test framework.
Garrett Kajmowicz
2006-10-09
*
Catch thrown exceptions as errors and carry on.
Garrett Kajmowicz
2006-10-09
*
Begin conversion to a unittest - like framework.
Garrett Kajmowicz
2006-10-06
*
Rename files in preparation for new test framework.
Garrett Kajmowicz
2006-10-06
*
Print out mildly useful diagnostic information in the event that fstreamtest ...
Garrett Kajmowicz
2006-07-23
*
Fixed problem where iod_base::app wasn't being respected.
Garrett Kajmowicz
2006-06-23
*
Implement string::find_last_not_of
Garrett Kajmowicz
2006-03-08
*
Implement std::ws
Garrett Kajmowicz
2006-03-08
*
Don't die horribly at the first failed test - at least find out EVERYTHING
Garrett Kajmowicz
2006-03-08
*
Fix to functional binder using wrong type.
Garrett Kajmowicz
2006-02-09
*
- Added fixed to std::map / std::multimap
Garrett Kajmowicz
2006-02-09
*
Added char_traits test
Garrett Kajmowicz
2006-02-01
*
Fix three major issues:
Garrett Kajmowicz
2006-01-22
*
Can now take operator* on const iterator
Garrett Kajmowicz
2005-12-22
*
Allow map::interator == map::const_iterator comparison to work
Garrett Kajmowicz
2005-12-21
*
Allow set::const_iterator == set::iterator comparison to occur
Garrett Kajmowicz
2005-12-21
*
Fix stringstream buffer xsputn implementation
Garrett Kajmowicz
2005-10-14
*
Fix string operator + for single characters on lhs.
Garrett Kajmowicz
2005-09-28
*
Added tests for additional test suite item
Garrett Kajmowicz
2005-09-27
*
- Added helper class for auto_ptr to implement destructive copy
Garrett Kajmowicz
2005-09-27
*
Minor change to valarray test to use copy constructor instead of operator=
Garrett Kajmowicz
2005-08-26
*
Comit valarray test source and not binary....
Garrett Kajmowicz
2005-08-26
*
Added valarray test
Garrett Kajmowicz
2005-08-26
*
Fix auto_ptr() copy constructor to not be const
Garrett Kajmowicz
2005-08-23
*
deque::const_iterator now works properly.
Garrett Kajmowicz
2005-08-22
*
Implemented [multi]set comparison operators
Garrett Kajmowicz
2005-08-22
*
- Remove const from auto_ptr::release()
Garrett Kajmowicz
2005-08-22
[next]