aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.ixx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Get rid of legacy build systems and rename cutl/ to libcutl/Karen Arutyunov1-70/+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-01-03Update copyright yearBoris Kolpackov1-1/+1
2014-09-06Do not low-case paths in normalize() for Win32Boris Kolpackov1-16/+16
Instead, do case-insensitive comparison. Also handle separators while at it.
2013-05-30Add posix_string() function to fs::basic_path class templateBoris Kolpackov1-0/+9
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-10-22Add additional path functionsBoris Kolpackov1-0/+63
These include: absolute(), relative(), current(), complete(), and normalize().