0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 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
[no comment] More... over 13 years ago
- removed a few warnings during VS2008 build More... over 13 years ago
Updated App Store configuration
Ivan Vučica
as ivucica
More... over 13 years ago
[no comment] More... over 13 years ago
Added support for Mac App Store into Xcode project.
Ivan Vučica
as ivucica
More... over 13 years ago
- fixed a bug that prevented compilation with VS2008 More... over 13 years ago
- prepared a few things for proper multibyte character file handling More... over 13 years ago
- added unicode_to_utf8 More... over 13 years ago
- added unicode_to_utf8 util method More... over 13 years ago
Reworked some of the operators in harray; all are inside class now, and selfmodifying operators now return *this.
Ivan Vučica
as ivucica
More... over 13 years ago
Added hthread to xcodeproj for ios
Ivan Vučica
as ivucica
More... over 13 years ago
Fixed hthread to at least compile on Mac.
Ivan Vučica
as ivucica
More... over 13 years ago
[no comment] More... over 13 years ago
- added hswap More... over 13 years ago
- added basic hthread with basic Win32 implementation - added untested (and probably not functional) mutex class More... over 13 years ago
- fixed a problem with with the prepend_directory option More... over 13 years ago
Accidentally used cp -a on pre-Snow Leopard and did not use it on Snow Leopard
Ivan Vučica
as ivucica
More... over 13 years ago
Updated shell script for deploying iOS SDK
Ivan Vučica
as ivucica
More... over 13 years ago
- implemented tests for util More... over 13 years ago
- added unit test for util - changed normalize_path to handle .. and cut the full path shorter More... over 13 years ago
- marked string::count methods as const More... over 13 years ago
fixed hrand on non win32 builds More... over 13 years ago
fixed non win32 hrand sytnax error More... over 13 years ago
- fixed bug with hrand More... over 13 years ago
- improved reading/writing performance when dumping integers and shorts by using bitwise operators instead of arithmetic operators More... over 13 years ago
fixed endiannes problem in short type dumping More... over 13 years ago
Endianess fixes for hfile. read_raw and write_raw now take void*
Ivan Vučica
as ivucica
More... over 13 years ago
[no comment] More... over 13 years ago
added va_arg fix More... over 13 years ago
Added hvsprintf()
Ivan Vučica
as ivucica
More... over 13 years ago