0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added dump and load methods for common types in hfile More... over 13 years ago
string with precision parameter when converting from float More... over 13 years ago
- fixed bug in Array::operator() More... over 13 years ago
- added string::reverse More... over 13 years ago
hrand fix and optimization More... over 13 years ago
- reverted last change to hrand - renamed hrand using float to hrandf More... over 13 years ago
int hrand update More... over 13 years ago
cosmetic change to exception macro More... over 13 years ago
- added more proper handlers for unsigned int More... over 13 years ago
* implemented count() method More... over 13 years ago
- fixed unsigned int with int comparison warning by using this->size() instead of stdvector::size() internally More... over 13 years ago
[no comment] More... over 13 years ago
[no comment]
Ivan Vučica
as ivucica
More... almost 14 years ago
- added hstring(const char c, const int len) constructor More... almost 14 years ago
* due to a bug in osx10.4 sdk (on mac), include of stdarg.h moved inside hstring.cpp. it isn't needed in ehader anyway
Ivan Vučica
as ivucica
More... almost 14 years ago
* added SDKSettings.plist for iOS project in order to create a valid SDK for iOS * other fixes for iOS in the xcode project
Ivan Vučica
as ivucica
More... almost 14 years ago
* added iOS xcode project * updated mac xcode project
Ivan Vučica
as ivucica
More... almost 14 years ago
- fixed problem with exception More... almost 14 years ago
- added harray::find_all - added harray::find_first - added harray::matches_any - added harray::matches_all - added harray::cast - added harray::size override - added hstring::size override - fixed several warnings during compilation - updated VC++ 2008 unittest project More... almost 14 years ago
- changed all appearances of string to hstr - changed all function arguments from hstr to chstr - added hfile::open and an empty constructor - added hmap - applied coding convention to all files - fixed infinite loop bug in hfile::read_line when there is no \n found in the file More... almost 14 years ago
- update VS 2008 project More... almost 14 years ago
- removed exception::what() More... almost 14 years ago
- added exception::getErrorText() and exception::message() as aliases for exception::what() More... almost 14 years ago
* updated xcode project
Ivan Vučica
as ivucica
More... almost 14 years ago
* config file with categories, basic implementation finished * hl_exception macro More... almost 14 years ago
* basic file implementation * bsaic config file implementation * basic exception classes More... almost 14 years ago
- changed return type of sgn to int - fixed warning for hrand(int, int) due to addition of int and float More... almost 14 years ago
- small fix to prevent problems with dsin and dcos More... almost 14 years ago
- set hrand functions to be exported More... almost 14 years ago
- revised util - added a few more utils More... almost 14 years ago