2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 16 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change version number so that it's ready for release. More... about 18 years ago
Long double support now depends on float support in config More... about 18 years ago
Fix to functional binder using wrong type. Fix to map output. More... about 18 years ago
- Added fixed to std::map / std::multimap - Clean up test suite - Map test now tests for some additional error conditions - Map iterators still invalidated improperly More... about 18 years ago
Added char_traits test More... over 18 years ago
Fix three major issues: - seekg now only changes seek amount based upon buffer if the seek is relative to current position - operator>> on istream now treats any character not a number, comma or period as a delimiting character - readline on strings now operates properly. More... over 18 years ago
Fix compile error for menuconfig on some compilers More... over 18 years ago
Can now take operator* on const iterator More... over 18 years ago
Allow map::interator == map::const_iterator comparison to work More... over 18 years ago
Allow set::const_iterator == set::iterator comparison to occur More... over 18 years ago
Fix stringstream buffer xsputn implementation More... over 18 years ago
Fix string operator + for single characters on lhs. More... over 18 years ago
Added std::nothrow and other handler support More... over 18 years ago
Added tests for additional test suite item More... over 18 years ago
- Added helper class for auto_ptr to implement destructive copy More... over 18 years ago
Fix deque::const_iter return type correctness More... over 18 years ago
One final touch up to auto_ptr More... over 18 years ago
Fixed more const correctness in auto_ptr More... over 18 years ago
Changed valarray to support some broken compilers and applications. More... over 18 years ago
Minor change to valarray test to use copy constructor instead of operator= More... over 18 years ago
Comit valarray test source and not binary.... More... over 18 years ago
Added valarray test More... over 18 years ago
Cleanups to valarray Addition of start of valarray test suite. More... over 18 years ago
Addition of most valarray binary operators and unary trig operators More... over 18 years ago
Added comparison operators for std::list Fixed syntax error in valarray More... over 18 years ago
A little work on gslice_array More... over 18 years ago
algorithms swap now usees copy constructor instead of default constructor. More... over 18 years ago
Implement swap(string, string) Yet another implementation of deque::iterator More... over 18 years ago
Fix auto_ptr() copy constructor to not be const Better fix for deque const_iterator Undef min/max in algorithm to get rid of macro versions More... over 18 years ago
deque::const_iterator now works properly. More... over 18 years ago