]> git.mxchange.org Git - simgear.git/history - simgear/misc/sg_path.cxx
Portability: Implemented Known Folders for Windows
[simgear.git] / simgear / misc / sg_path.cxx
2015-03-24 James TurnerPortability: Implemented Known Folders for Windows
2014-06-26 Thomas GeymayerSGPath: fix creating paths with permission checker.
2014-01-28 James TurnerApple directory helpers
2014-01-27 Thomas GeymayerSGPath: typo...
2014-01-27 Thomas GeymayerSGPath: generalize retrieving standard locations (and...
2014-01-26 James TurnerAdd desktop() accessor to SGPath
2014-01-17 James TurnerBug-fix - short-circuit path validation.
2013-12-15 James TurnerFix a typo breaking Mac build.
2013-12-12 Thomas GeymayerSGPath: some tweaks/fixes/typo on permission checker.
2013-12-12 Thomas GeymayerSGPath: add support for custom PermissionChecker
2013-10-26 James TurnerFix handling of SGPath::rename
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-06-19 James TurnerWindows SGPath::desktop() impl
2013-06-10 Thomas GeymayerSGPath: new helpers and static members for home and...
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-02-18 Hoorayfix mingw
2012-11-11 ThorstenBGeoff McLane: realpath for Windows using _fullpath.
2012-05-30 James TurnerMerge a tweak from Tat to keep Mac 10.5 from crashing...
2012-01-13 ThorstenB#599: Don't crash when a path does not exist.
2012-01-12 ThorstenB#199: ADd method to return the absolute (real) path.
2011-12-18 ThorstenB#479: avoid issues due to trailing path separators
2011-10-30 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-28 James TurnerFix a bug affecting TerraGear, and extend unit-tests...
2011-10-28 James TurnerFix assorted compiler warnings found by Clang
2011-10-26 James TurnerChange (revert!) behaviour of SGPath::base, which broke...
2011-10-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-21 James TurnerSGPath rename wrapper. Let's see what Win32 makes of it.
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-14 James TurnerSGPath/Dir extensions to ease file handling in TerraGea...
2011-06-24 Torsten DreyerTerrasync: make whitespace in pathnames work under...
2010-10-29 Frederic BouvierFix line endings
2010-10-29 Frederic BouvierQuick hack to remote trailing / on Windows. Feel free...
2010-09-09 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-09-06 James TurnerAdd ResourceManager, and use to find sound and model...
2010-08-22 Frederic BouvierAdd a convenience constructeur to SGPath
2010-08-14 James TurnerAdd isAbsolute/isRelative predicates to SGPath.
2010-08-10 James TurnerMerge branch 'topics/cmdcatch' into next
2010-08-09 James TurnerFix Win32 build of SGPath.
2010-08-09 James TurnerMake SGPath cache stat() information, cheers Fred
2010-07-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-23 James TurnerChange SGPath::exists to use stat(), fix '.' and '...
2010-02-04 Tim MooreMerge branch 'fredb/winfix'
2010-01-28 Tim MooreMerge branch 'timoore/mat-effect'
2010-01-28 Tim MooreMerge branch 'freb/mingw'
2010-01-25 fredbMINGW patch from BenoƮt Laniel
2008-07-24 ehofmanPatch to remove macintosh and MWERKS from Simgear.
2008-04-26 mfranzNicolas: let SGPath::create_dir() return success/failur...
2007-01-16 fredbDon't segfault when dir is empty
2006-03-08 mfranz- new FSF addresses
2006-02-17 curtClean up some compiler warnings.
2006-01-04 ehofmanMinGW fixes.
2005-12-19 ehofmanFrederic Bouvier:
2005-12-18 ehofmanFrederic: this patch to sg_path.cxx will filter out...
2005-12-17 ehofmanFrederic Bouvier:
2005-12-17 ehofmanAdd the subdir to the path before trying to create...
2005-12-17 ehofmanMSVC fixes.
2005-12-17 ehofmanAdd a function to create aa new directory
2004-11-19 curtMy old email address is no longer valid ... point to...
2004-07-05 ehofmanMake sure that a directory name containing a '.' doesn...
2004-06-07 ehofmanMingW fix.
2004-06-07 ehofmanAdd an 'add(str)' function that adds a search path...
2004-03-21 ehofmanFrederic Bouvier:
2003-11-21 ehofmanFIx a typo
2003-08-09 curtOnly use the ";" delimiter under WIN32
2003-08-08 curtAdd a routines that takes a search path (separated...
2003-02-28 curtBernie Bright:
2003-02-26 curtAdd some convenience functions to the SGPath function.
2003-02-15 curtOops, missed this the first time.
2002-02-04 curtPass strings by const reference instead of by value,
2001-12-28 curtSmall tweaks to class initialization.
2001-06-19 curtNeed to include <simgear_config.h> to pick up the WIN32...
2001-03-25 curtFG_ to SG_ namespace changes.