Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-01-05 | make string constructor argument a constant reference | Alexander Sulfrian | 2 | -2/+2 |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 4 | -17/+24 |
2013-01-05 | added custom exception classes for better catching them (gotta catch 'em all) | Alexander Sulfrian | 2 | -0/+93 |
2013-01-05 | added string constructor and operator= to locale independent float class | Alexander Sulfrian | 2 | -11/+22 |
2013-01-05 | added class for locale independent parsing of float | Alexander Sulfrian | 2 | -0/+140 |
2013-01-05 | added wrapper for easily getting istreams from files with proper cleanup | Alexander Sulfrian | 2 | -0/+92 |