]>
git.tdb.fi Git - libs/core.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mikko Rasa [Sun, 10 Aug 2008 12:07:57 +0000 (12:07 +0000)]
New functions in utils.h: readlink realpath
New functions in dir.h: get_sys_conf_dir get_sys_data_dir
New functions in stat.h: lstat is_link
Include path.h in other headers to make implicit conversions work
Mikko Rasa [Tue, 22 Jul 2008 23:51:45 +0000 (23:51 +0000)]
Fix win32 compilation
Mikko Rasa [Sun, 20 Jul 2008 12:24:19 +0000 (12:24 +0000)]
Fix a typo in get_user_data_dir
Mikko Rasa [Sun, 20 Jul 2008 12:12:55 +0000 (12:12 +0000)]
Refactor the API
Shuffle things around a bit in Path
Mikko Rasa [Sun, 20 Jul 2008 10:34:20 +0000 (10:34 +0000)]
Split directory and stat related functions into their own files
Put everything in namespace FS
Mikko Rasa [Sat, 19 Jul 2008 23:51:39 +0000 (23:51 +0000)]
Rename the library as mspfs
Remove obsolete files
Mikko Rasa [Sun, 8 Jun 2008 15:59:26 +0000 (15:59 +0000)]
Add missing includes
Fix a gcc 4.3 style warning
Mikko Rasa [Tue, 20 May 2008 12:01:42 +0000 (12:01 +0000)]
Add chdir function
Mikko Rasa [Wed, 27 Feb 2008 10:00:55 +0000 (10:00 +0000)]
Add is_dir and get_home_dir functions
Mikko Rasa [Thu, 4 Oct 2007 20:41:25 +0000 (20:41 +0000)]
core/error.h renamed to except.h
Mikko Rasa [Sat, 22 Sep 2007 10:53:35 +0000 (10:53 +0000)]
Get rid of the Path namespace
Redesign utility function so that they throw on error
Add a couple utility functions
Add Id tags
Mikko Rasa [Wed, 20 Jun 2007 20:32:01 +0000 (20:32 +0000)]
Update svn:ignore
Mikko Rasa [Mon, 11 Jun 2007 06:38:33 +0000 (06:38 +0000)]
globcasematch takes a std::string, not Path
Mikko Rasa [Fri, 25 May 2007 17:33:34 +0000 (17:33 +0000)]
Don't require mspmisc
Use globcasematch from mspstrings to implement fnmatch on win32
Fix some style errors
Mikko Rasa [Wed, 7 Mar 2007 20:18:43 +0000 (20:18 +0000)]
strutils.h -> strings/utils.h
Small bugfix
Mikko Rasa [Fri, 22 Sep 2006 11:05:50 +0000 (11:05 +0000)]
Add a missing ! to make .. components to behave correctly
Niko Liikanen [Tue, 5 Sep 2006 20:32:03 +0000 (20:32 +0000)]
Add LDFLAGS to CXX when linking...
Niko Liikanen [Mon, 4 Sep 2006 11:04:46 +0000 (11:04 +0000)]
Updated Makefile
Mikko Rasa [Sun, 3 Sep 2006 18:58:30 +0000 (18:58 +0000)]
Add Build file
Remove a stray semicolon
Mikko Rasa [Tue, 29 Aug 2006 11:17:11 +0000 (11:17 +0000)]
Add basename function
Mikko Rasa [Sun, 27 Aug 2006 17:23:03 +0000 (17:23 +0000)]
Add relative() to utils
Unify init and operator/= with add_component
Allow a Path to start with ..
Mikko Rasa [Sun, 27 Aug 2006 10:51:38 +0000 (10:51 +0000)]
Add Path::empty()
begin()==end() for an empty path
Mikko Rasa [Thu, 24 Aug 2006 23:27:23 +0000 (23:27 +0000)]
Remove extra include of utils.h
Make fnmatch return failure on win32 instead of not existing
Niko Liikanen [Thu, 24 Aug 2006 21:10:04 +0000 (21:10 +0000)]
static/shared lib extension tweaks
removed headers/static lib from install
Niko Liikanen [Thu, 24 Aug 2006 16:06:24 +0000 (16:06 +0000)]
Win32 tweaks
Mikko Rasa [Thu, 24 Aug 2006 14:21:33 +0000 (14:21 +0000)]
Include utils.h in path.cpp now that is_windows_drive lives there
Mikko Rasa [Thu, 24 Aug 2006 14:15:26 +0000 (14:15 +0000)]
Move is_windows_drive into utils.h
Niko Liikanen [Wed, 23 Aug 2006 22:33:10 +0000 (22:33 +0000)]
First version
Mikko Rasa [Wed, 23 Aug 2006 12:42:35 +0000 (12:42 +0000)]
Add copyright notices
Mikko Rasa [Mon, 21 Aug 2006 16:48:24 +0000 (16:48 +0000)]
Add files
Mikko Rasa [Mon, 21 Aug 2006 16:43:29 +0000 (16:43 +0000)]
Create trunk