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