0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
msvc++ compatibility in array.h More... about 14 years ago
msvc++ project files updated More... about 14 years ago
- fixed bug in string::split and string::rsplit that would omit last element if it was an empty string More... about 14 years ago
uint & bool string cast operators More... about 14 years ago
minor project change More... about 14 years ago
string contains function added More... about 14 years ago
+ and += string operators for char type More... about 14 years ago
- changed Array::join(hstr) to Array::join(chstr) More... about 14 years ago
- added string::operator+= - added Array::join More... about 14 years ago
- added Array::sorted(bool (*compare_function)(T, T)) - now using stable_sort instead of sort from <algorithm> More... about 14 years ago
- fixed previously commited bug with reverse iterations in harray More... about 14 years ago
- added Array::sort with compare function parameter More... about 14 years ago
- added reverse iterators More... about 14 years ago
- changed hltypes::string to use hltypes::Array instead of std::vector - fixed code consistency - renamed methods hltypes::string::startswith and hltypes::string::endswith to hltypes::string::starts_with and hltypes::string::ends_with for consistency More... about 14 years ago
- added tests for Array - split test files (file per class) - fixed problems and bugs with Array discovered during testing - improved Array class to use <algorithm> wherever possible - added new methods in Array More... about 14 years ago
- fixed several issues with Array More... about 14 years ago
- removed const from Array::iter and Array::next More... about 14 years ago
- added default parameter start = 0 in Array::iter More... about 14 years ago
small fixes More... about 14 years ago
- fixed a few small problems with Array More... about 14 years ago
- implemented hltypes::Array and majority of methods and operators More... about 14 years ago
- added hltypes::Array implementation with basic operators and several HL methods More... about 14 years ago
- small change in project file (for consistency) More... about 14 years ago
- added hltypesFnExport definitions - fixed recursive bug with hstring operator+char* More... about 14 years ago
* more string functions * ifdefing string header More... about 14 years ago
* adjusted project settings to compile on mingw and msvc++ * added unittest msvc++ project file More... about 14 years ago
* string splitting with vector results and unit tests for it * added todo comments for string More... about 14 years ago
string replace, startswith and endswith implemented along with acompanying unit tests More... about 14 years ago
* added more operators and funictions to string class More... about 14 years ago
* string beginnings* added copyright notes everywhere* added export statements More... about 14 years ago