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
Fix additional wchar problems. More... over 19 years ago
Fix string iterator issue (again) (I think) (I hope for the last time) More... over 19 years ago
Wchar issue fix when wchar is not in use test Makefile cleanup Addition of wchartest.cpp More... over 19 years ago
Minor cleanup More... over 19 years ago
Change Makefiles to support installing either/both static and shared libraries. Pushed installation responsabilities from main makefile into src/Makefile where appropriate More... over 19 years ago
Moved a lot of code from inlining into the library binary. Library is ~20% larger but almost all applications will be smaller. Overall, lots of savings. More... over 19 years ago
Minor code cleanup More... over 19 years ago
Split new into multiple files More... over 19 years ago
Add -z defs to src/Makefile More... over 19 years ago
More work on wchar support More... over 19 years ago
Started bug hunting game More... over 19 years ago
Fix lack of const on a function causing havok. Fixed More... over 19 years ago
Core support for complex numbers. Still need to do trigonometric functions. More... over 19 years ago
Basic support for wchar functions/parameters has been done successfully. More... over 19 years ago
Working on next version 0.1.10 More... over 19 years ago
CHeader re-implementations (now my own code, not GNU) Fix stupid string::insert code which has caused me *days* or work to find and fix. Code all around much better for it. More... over 19 years ago
Sstream cleanups, fixes and improvements. More... over 19 years ago
Added more tests to sstreamtest in an attempt to debug certain problems. Might as well hang on to them. More... over 19 years ago
Avoid duplicate definition of size_t More... over 19 years ago
respect configurable subdir variables More... over 19 years ago
Extending fstream tests More... over 19 years ago
Allows for configurable subdirectories for installation. Also Fixed a few minor issues with stringstream More... over 19 years ago
Allows for configurable subdirectories for installation More... over 19 years ago
Now supports building only static library and does not use PIC in that case. More... over 19 years ago
Fix to string::append length checking. Make sstream use append instead of push back for MUCH higher performance. More... over 19 years ago
Make sure that operator= changes the number of elements in the vector. More... over 19 years ago
Make sure that operator= changes the number of elements in the vector. More... over 19 years ago
Compiler wrapper now uses proper compiler if cross-compiling. More... over 19 years ago
Tests now uses proper compiler if cross-compiling. More... over 19 years ago
Handle fopening a directory and attempting to read. More... over 19 years ago