0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours 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
Updates for autotools on Ubuntu 8.04
Ivan Vučica
as ivucica
More... about 13 years ago
- implemented harray::random - implemented hmap::random More... about 13 years ago
- optimized String::is_digit - added test for String::is_digit More... about 13 years ago
* is_digit added to string class More... about 13 years ago
- changed hfile::eof() (feof() doesn't seem to work properly) More... about 13 years ago
- added hstring::w_str() More... about 13 years ago
Fixes to ignore libtoolize's instruction to add some macros, but fixing autoreconf.
Ivan Vučica
as ivucica
More... about 13 years ago
[no comment] More... about 13 years ago
* operator callback fix, don't want to depend on std::map's functions directly in higher level functions More... about 13 years ago
Fixed try_get_by_key
Ivan Vučica
as ivucica
More... about 13 years ago
- updated documentation on new hround functions More... about 13 years ago
* renamed hround functions More... about 13 years ago
* upgraded XCode project to XCode4 * small semantic changes More... about 13 years ago
[no comment] More... about 13 years ago
hmap::try_get_by_key()
Ivan Vučica
as ivucica
More... about 13 years ago
added rounding functions to util More... about 13 years ago
- fixed a Unix related problem with normalize_path (now turns "" path into ".") More... about 13 years ago
[no comment] More... about 13 years ago
[no comment] More... about 13 years ago
- added foreach_map macro More... about 13 years ago
[no comment] More... about 13 years ago
- disabled warning 4251 for VS projects More... about 13 years ago
[no comment] More... about 13 years ago
- fixed a newly appeared problem during hfile::reading(chstr delimiter) - added test for testing read_line and read_lines More... about 13 years ago
[no comment] More... about 13 years ago
- added some documentation for hexception.h - changed documentation style for easier reading and better overview More... about 13 years ago
[no comment] More... about 13 years ago
[no comment] More... about 13 years ago
- added documentation for hfile.h - changed void hfile::read_raw to int hfile::read_raw (returns the number of read bytes) - changed void hfile::write_raw to int hfile::write_raw (returns the number of written bytes) More... about 13 years ago
- fixed bug with hmap::operator== - fixed bug with hfile::read(delimiter) where delimiter wouldn't be properly checked if it was a string that stretched from one buffered byte sequence into the next one - updated all tests to use hfile::AccessMode and hfile::SeekMode - changed encryption_offset to unsigned char More... about 13 years ago