]> git.mxchange.org Git - simgear.git/history - simgear/misc/sg_dir.cxx
Update doxgen config and some comments.
[simgear.git] / simgear / misc / sg_dir.cxx
2013-10-21 James TurnerFix Dir warnings on Windows.
2013-06-09 James Turnersimgear::Dir helpers
2013-02-07 Christian SchmittMissing headers
2012-10-13 ThorstenBAvoid randomness when processing directories.
2012-05-04 ThorstenBGanael Laplanche: fix include dependencies for FreeBSD...
2012-03-16 James GoppertFixed mingw build.
2012-03-03 ThorstenBDir::tempDir not working on some systems.
2012-02-10 ThorstenBOlaf Flebbe: Avoid infinite recursion in simgear::Dir...
2011-10-23 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-21 James TurnerRemove-on-destroy option for simgear::Dir, to help...
2011-10-18 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2011-10-15 James TurnerUse mkdtemp where available, avoiding linker warnings...
2011-10-14 James TurnerAdd default constructor to simgear::Dir
2011-10-14 James TurnerSGPath/Dir extensions to ease file handling in TerraGea...
2011-08-21 ThorstenBFix sg_dir dot-file handling
2010-11-15 James TurnerTighten up name filters on Unix. Fixes bug 168.
2010-08-09 James TurnerMake SGPath cache stat() information, cheers Fred
2010-07-25 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-24 James TurnerFix simgear::Dir::children on Linux where dirent->d_typ...
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-07-22 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-21 James TurnerOn Unix, check for symlinks from readdir(), and look...
2010-07-19 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-16 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/simgear...
2010-07-16 Torsten DreyerMerge branch 'next' of gitorious.org:fg/simgear into...
2010-07-16 James TurnerFix simgear::Dir compilation on some Unix setups, thank...
2010-07-15 James TurnerInitial work on simgear::Dir, replacement for PLIB...