2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Builds against native compiler now work properly. More... almost 19 years ago
More cleanups from Peter. Note that the test suite does not currently build the native test suite (only the uClibc++ one). To be fixed. More... almost 19 years ago
More cleanups from Peter S. Mazinger More... almost 19 years ago
Makefile cleanups courtisy of Peter S. Mazinger More... almost 19 years ago
Changes made by Peter S. Mazinger More... almost 19 years ago
Assorted cleanups from Peter S. Mazinger More... almost 19 years ago
Added auto_ptr::reset() More... almost 19 years ago
Added std::auto_ptr Need to add test suite for class. More... almost 19 years ago
Put ostream sentry construcotr into configuration category More... almost 19 years ago
More constructors/destructors made optional More... almost 19 years ago
Option to not expand constructors/destructors More... almost 19 years ago
Fixes needed to test system as reported by Peter Mazinger More... almost 19 years ago
Minor iostream fixes which allow most of MICO to compile and pass test suite. Also allows id3lib to function better. More... almost 19 years ago
Make sure all fstream constructors call proper basic_ios constructor with streambuffer as a parameter More... almost 19 years ago
Changes to iostream code now allow reading for both first and last character of a stream. What a pain. Added streambuf test More... almost 19 years ago
Major fixes to iostream code Additions to test suite More... almost 19 years ago
Performance inprovements Test suite additions Showbae is not longer a default for ios More... about 19 years ago
Added streampos Added operators to fpos More... about 19 years ago
Fix implemementation of bind2nd Fix implementation of fstream::sync() More... about 19 years ago
Moving code into library and out of executables. Note that this throws LOTS of warning messages. This is due to a regression in the gcc compiler in versions 3.3.3 3.4.0 4.0.0 4.1.0. Newer versions should have this fixed. More... about 19 years ago
Enabling features whcih throw lots of eronious G++ warning messages but shrink code a lot Force sharing of some istream code Enable expansion of vector<char> if string<char> is expanded More... about 19 years ago
Elliminate warning messages from some heavy space optimizations More... about 19 years ago
Fixed problem with failing to handle end-of-file notification Removed certain enhancements until I can figure out why they are spewing warnings More... about 19 years ago
Fixed problem with failing to handle end-of-file notification Removed certain enhancements until I can figure out why they are spewing warnings More... about 19 years ago
Add extra files required for abi support. More... about 19 years ago
Remove unneeded typedefs Nearly complete <complex> More code moved to library instead of expanded Code reorganization More... about 19 years ago
Significant fstream input speedup (4.5x, roughly) More... about 19 years ago
Assorted Fixes. More... about 19 years ago
Assorted fixes More... about 19 years ago
Assorted cleanups. Fixe of getline code. More... about 19 years ago