2
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add implementation-specific function __skipws to library because it's large and will more than likely we called by user-instantiated code anyways. More... over 17 years ago
Put string::append into the shared library explicitly, because it's going to be there anyways. More... over 17 years ago
Shave a few hundred bytes off of rel_ops by actually thinking about the problem. In this case, use operator== because we are allowed to. More... over 17 years ago
Ifdef out gcc-specific foo. This should allow code to be used by better compilers. More... over 17 years ago
Exception now imports basic_definitions. Changes made in code to address issues that this brings up. More... over 17 years ago
Added algotest results so that the algorithm test can be run. More... over 17 years ago
Conversion of libsupc finding code from being in the make file to being in a script which can be modified by maintainers, etc. More... over 17 years ago
Start conversion from hard-coding gcc calls for library locations to using scripts to make it easier for packagers and developers to hack around the ugly bits of gcc. More... over 17 years ago
Convert algotest to use the new test framework. More... over 17 years ago
Catch thrown exceptions as errors and carry on. Build test code separate from rest of tests - this speeds up compilation noticably. More... over 17 years ago
Begin conversion to a unittest - like framework. More... over 17 years ago
Add operator== to stack instead of global operator. This violates spec, but gets around compiler complaints about accessibility of internal objects the compiler is giving me. More... over 17 years ago
Make sure that comparison operators on deque class are marked const as appropriate. More... over 17 years ago
Rename files in preparation for new test framework. More... over 17 years ago
Fix embarassing equality instead of comparison oversight. More... over 17 years ago
declare common phony targets More... almost 18 years ago
use makefile foo to get the headers list instead of `ls` More... almost 18 years ago
Implementation of locale::name More... almost 18 years ago
Change default formating flags for ios_base to comply with the standard. More... almost 18 years ago
Bump revision number More... almost 18 years ago
Apply a fix which elliminates possible memory leak in vector. More... almost 18 years ago
Make sure to set failbit in the event that we don't open the file requested. More... almost 18 years ago
Print out mildly useful diagnostic information in the event that fstreamtest can't open up the test file. More... almost 18 years ago
Fix bug in list. Add debugging code to be able to discover problems like this in the future more easily. More... almost 18 years ago
Elliminate unused architecture configuration code. More... almost 18 years ago
delete empty files More... almost 18 years ago
Added preliminary version of <limits> code which is horribly incomplete, especially where it is needed most - floating point specs. More... almost 18 years ago
Elliminate unused architecture configuration code. More... almost 18 years ago
remove unused variable More... almost 18 years ago
remove extraneous commas which break the build More... almost 18 years ago