aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new file classes for text and binary filesAlexander Sulfrian2013-01-051-59/+0
|
* changed to boost::filesystem::wifstream to support wpathAlexander Sulfrian2013-01-051-0/+7
| | | | | wifstream from boost could be created with a boost::filesystem::wpath to support Unicode paths
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-2/+9
| | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
* added wrapper for easily getting istreams from files with proper cleanupAlexander Sulfrian2013-01-051-0/+45