aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/file.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* new file classes for text and binary filesAlexander Sulfrian2013-01-051-7/+1
|
* changed to boost::filesystem::wifstream to support wpathAlexander Sulfrian2013-01-051-3/+4
| | | | | 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/+2
| | | | | | | 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/+47