]> git.mxchange.org Git - simgear.git/history - simgear/misc/sg_dir.cxx
Use wide-string APIs on Windows.
[simgear.git] / simgear / misc / sg_dir.cxx
2016-08-13 James TurnerUse wide-string APIs on Windows.
2016-08-13 Bertrand CoconnierFixed compilation errors with MSVC++
2016-08-13 Erik HofmanNo need to count all 150 or so entries, 3 is enough
2016-08-13 Erik HofmanMuch shorter version of Dir::isEmpty()
2016-08-13 James TurnerBuilding with clean SGPath API
2016-08-13 Thomas GeymayerFix missing throw.
2016-08-13 Erik HofmanOnly throw an expection if buf == NULL..
2016-08-13 Erik HofmanThrow an exception when the current working directory...
2015-03-15 James TurnerMore logging for directory deletion failures.
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...