]> git.tdb.fi Git - libs/core.git/log
libs/core.git
16 years agoglobcasematch takes a std::string, not Path
Mikko Rasa [Mon, 11 Jun 2007 06:38:33 +0000 (06:38 +0000)]
globcasematch takes a std::string, not Path

16 years agoDon't require mspmisc
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

17 years agostrutils.h -> strings/utils.h
Mikko Rasa [Wed, 7 Mar 2007 20:18:43 +0000 (20:18 +0000)]
strutils.h -> strings/utils.h
Small bugfix

17 years agoAdd a missing ! to make .. components to behave correctly
Mikko Rasa [Fri, 22 Sep 2006 11:05:50 +0000 (11:05 +0000)]
Add a missing ! to make .. components to behave correctly

17 years agoAdd LDFLAGS to CXX when linking...
Niko Liikanen [Tue, 5 Sep 2006 20:32:03 +0000 (20:32 +0000)]
Add LDFLAGS to CXX when linking...

17 years agoUpdated Makefile
Niko Liikanen [Mon, 4 Sep 2006 11:04:46 +0000 (11:04 +0000)]
Updated Makefile

17 years agoAdd Build file
Mikko Rasa [Sun, 3 Sep 2006 18:58:30 +0000 (18:58 +0000)]
Add Build file
Remove a stray semicolon

17 years agoAdd basename function
Mikko Rasa [Tue, 29 Aug 2006 11:17:11 +0000 (11:17 +0000)]
Add basename function

17 years agoAdd relative() to utils
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 ..

17 years agoAdd Path::empty()
Mikko Rasa [Sun, 27 Aug 2006 10:51:38 +0000 (10:51 +0000)]
Add Path::empty()
begin()==end() for an empty path

17 years agoRemove extra include of utils.h
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

17 years agostatic/shared lib extension tweaks
Niko Liikanen [Thu, 24 Aug 2006 21:10:04 +0000 (21:10 +0000)]
static/shared lib extension tweaks
removed headers/static lib from install

17 years agoWin32 tweaks
Niko Liikanen [Thu, 24 Aug 2006 16:06:24 +0000 (16:06 +0000)]
Win32 tweaks

17 years agoInclude utils.h in path.cpp now that is_windows_drive lives there
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

17 years agoMove is_windows_drive into utils.h
Mikko Rasa [Thu, 24 Aug 2006 14:15:26 +0000 (14:15 +0000)]
Move is_windows_drive into utils.h

17 years agoFirst version
Niko Liikanen [Wed, 23 Aug 2006 22:33:10 +0000 (22:33 +0000)]
First version

17 years agoAdd copyright notices
Mikko Rasa [Wed, 23 Aug 2006 12:42:35 +0000 (12:42 +0000)]
Add copyright notices

17 years agoAdd files
Mikko Rasa [Mon, 21 Aug 2006 16:48:24 +0000 (16:48 +0000)]
Add files

17 years agoCreate trunk
Mikko Rasa [Mon, 21 Aug 2006 16:43:29 +0000 (16:43 +0000)]
Create trunk