]> git.mxchange.org Git - simgear.git/history - simgear/misc
realpath returns a path, not a string.
[simgear.git] / simgear / misc /
2016-08-13 James Turnerrealpath returns a path, not a string.
2016-08-13 James TurnerFix sg_gzofstream path type (now SGPath)
2016-08-13 James TurnerWindows string conversion for SGPath
2016-08-13 Bertrand CoconnierOne (last?) fix for compilation errors with MSVC++
2016-08-13 Bertrand CoconnierFixed compilation errors with MSVC++
2016-08-13 Erik HofmanFix a compiler wrning
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 Erik HofmanDetect the actual number of wchars required for the...
2016-08-13 Erik HofmanFix directory creation: 'ds' remains the same while...
2016-08-13 James TurnerSGPath can convert to std::wstring
2016-08-13 James TurnerMore SGPath APIs
2016-08-13 James TurnerBuilding with clean SGPath API
2016-08-13 James TurnerFurther SG stream APIs
2016-08-13 James Turneriostream overloads taking an SGPath
2016-08-13 James TurnerChanging SGPath APIs, using SGPath in more places.
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...
2016-08-13 James TurnerWhitespace fixes.
2016-08-13 James TurnerFreeBSD fixes from Ganael LAPLANCHE
2016-08-13 Florent RougonUse _WIN32 instead of SG_WINDOWS for tests in simgear...
2016-08-13 James TurnerFix platform check for strerror_r on Mac
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils_test.cxx
2016-08-13 Florent RougonFix missing include in simgear/misc/strutils.cxx
2016-08-13 Florent RougonThread-safe alternative to strerror()
2016-02-23 Torsten DreyerMerge /u/edauvergne/simgear/ branch particles into...
2016-02-22 James TurnerWork around lack of endian.h on Windows
2016-02-22 James TurnerHopefully fix Linux compilation.
2016-02-21 James TurnerHTTP repository implementation
2015-11-21 Rebecca N. PalmerSGPath(): make realpath() suitable for fgValidatePath
2015-08-05 Torsten DreyerFix #1783: repeated error message on console
2015-04-20 Tim MooreMerge branch 'moore/osg-current' into next
2015-04-20 James TurnerWindows versionhelpers.h support.
2015-04-09 James TurnerWindowsXP workaround for SHGetKnowwFolder
2015-03-24 James TurnerPortability: Implemented Known Folders for Windows
2015-03-24 James TurnerPortability: Fix compile errors on MSVC
2015-03-15 James TurnerMore logging for directory deletion failures.
2015-02-11 James TurnerExplicitly force libc++ on clang
2014-07-31 Thomas GeymayerLots of (mostly) doxygen fixes/cleanup.
2014-07-29 Thomas GeymayerImprove (mostly Canvas event related) documentation.
2014-06-26 Thomas GeymayerSGPath: fix creating paths with permission checker.
2014-06-18 Thomas GeymayerUse Boost.Test for strutils_test and add some md5/hex...
2014-06-18 Thomas GeymayerKeep md5 inside simgear and use single encodeHex implem...
2014-06-13 Thomas GeymayerSimple Markdown parser.
2014-06-10 Thomas GeymayerUse Boost.Test to test utf8tolatin1 - others to be...
2014-06-10 Rebecca Palmerutf8ToLatin1: add test
2014-06-10 Rebecca Palmerutf8ToLatin1: return original instead of crashing on...
2014-06-08 Thomas Geymayercanvas::Image: allow aspect ratio preserving display.
2014-06-07 Rebecca PalmerFix over-read error in the test suite
2014-02-12 James TurnerSGBucket unit-testing
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-12-08 Thomas GeymayerAdd ListDiff helper (for fast array differences).
2013-12-01 Clément de l'HamaideImplement UTF-8 to Latin1 converter
2013-11-12 James TurnerString case conversion, UTF-8 conversion.
2013-10-26 James TurnerFix handling of SGPath::rename
2013-10-21 James TurnerFix Dir warnings on Windows.
2013-10-09 James TurnerAvoid a data copy decoding base64 data.
2013-10-09 James TurnerMake base64 decode significantly faster.
2013-09-15 James TurnerPrintf format sanitising.
2013-08-16 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-06 Thomas GeymayerCSSBorder fix: width/height swapped
2013-06-22 James TurnerXCode warning fixes.
2013-06-19 James TurnerWindows SGPath::desktop() impl
2013-06-10 Thomas GeymayerSGPath: new helpers and static members for home and...
2013-06-10 Thomas Geymayerstrutils: move unescape and simplify starts_with/ends_with
2013-06-09 James TurnerBase64 and hex helpers for strings
2013-06-09 James Turnersimgear::Dir helpers
2013-06-07 Thomas GeymayerCSSBorder: Do not return unitialized data.
2013-05-31 Thomas GeymayerCanvas: separate CSSBorder parsing from image.
2013-05-01 Thomas GeymayerAllow adding a contition to locked-track animation
2013-04-25 Thomas GeymayerRemove debug output (and shorten test names)
2013-03-16 Thomas GeymayerRemove unecessary dependency from libSimGearCore on...
2013-03-15 Thomas GeymayerCMake: Create list of libs for testing only once
2013-03-11 James TurnerCollect properties from expression/condition trees.
2013-03-10 James TurnerPart of fixing bug 1055.
2013-02-26 Thomas Geymayersgstream_test needs linking with zlib
2013-02-26 Christian Schmittsgstream: detect two directly following CR/LF EOL corre...
2013-02-18 Hoorayfix mingw
2013-02-07 James TurnerA couple more tests fixes.
2013-02-07 Christian SchmittMissing headers
2012-11-11 ThorstenBGeoff McLane: realpath for Windows using _fullpath.
2012-11-10 ThorstenBgz wrapper to write and read "container files".
2012-11-10 ThorstenBProper fix for gzfilebuf choking on some files.
2012-11-09 ThorstenBgzfilebuf choked when reading large, heavily compressed...
2012-11-07 ThorstenBzfstream: use the correct buffer size
2012-11-07 ThorstenBsgstream: implement gzipped output file stream (gzofstream)
2012-11-07 ThorstenBzfstream: fixed mixed white spaces
2012-11-05 Thomas GeymayerMove parseColor to scene/util
2012-11-05 Thomas GeymayerProper headless build fix
2012-11-05 Thomas GeymayerFix windows and headless build
2012-11-04 Thomas GeymayerRefactor Canvas and add some helpers.
2012-10-13 ThorstenBAvoid randomness when processing directories.
next