aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Get rid of legacy build systems and rename cutl/ to libcutl/Karen Arutyunov1-120/+0
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-11-13Add missing symbol exportsBoris Kolpackov1-4/+4
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-11-14C++11-compatibility fixes and improvementsBoris Kolpackov1-1/+1
2016-02-12Add fallback PATH_MAX value of 4096Boris Kolpackov1-0/+6
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2011-12-27Remove author headerBoris Kolpackov1-1/+0
2011-12-27Update copyrightBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-09Windows-specific fixes to the path implementationBoris Kolpackov1-2/+3
2010-10-29Implement support for changing current pathBoris Kolpackov1-3/+54
2010-10-22Add additional path functionsBoris Kolpackov1-0/+46
These include: absolute(), relative(), current(), complete(), and normalize().
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-09-19Add path string to the invalid_path exceptionBoris Kolpackov1-1/+1
2009-09-13Add the fs::basic_path classBoris Kolpackov1-0/+18