]> git.tdb.fi Git - libs/core.git/history - source/fs/path.cpp
Use #ifdef _WIN32 rather than WIN32
[libs/core.git] / source / fs / path.cpp
2016-06-14 Mikko RasaUse #ifdef _WIN32 rather than WIN32
2014-10-05 Mikko RasaMake FS::Path::Iterator meet forward iterator requirements
2012-07-26 Mikko RasaFix a 64-bit compile error
2012-07-09 Mikko RasaRecognize either separator as the root component
2012-07-07 Mikko RasaUse a self-assignment to copy all members
2012-07-06 Mikko RasaRefactor Path::init
2012-07-06 Mikko RasaStore an array of separators alongside with the path...
2012-07-06 Mikko RasaMake FS::Path::Iterator assignable
2012-07-06 Mikko RasaVery minor refactoring
2012-07-06 Mikko RasaAdd other comparison operators to FS::Path
2012-07-06 Mikko RasaStyle fix: add whitespace
2012-07-06 Mikko RasaReorder Path member functions
2011-07-28 Mikko RasaException rework for fs components
2011-07-28 Mikko RasaMerge branch 'fs-master'
2011-07-28 Mikko RasaComment changes fs-master
2011-07-27 Mikko RasaRemove Id tags and copyright notices from source files
2011-07-27 Mikko RasaPrepare for assimilation into core