2012-10-13 |
ThorstenB | Avoid randomness when processing directories. |
tree | commitdiff |
2012-10-10 |
ThorstenB | Move uppercase function to strutils. |
tree | commitdiff |
2012-09-16 |
James Turner | Standardise SimGear libraries, for static vs shared. |
tree | commitdiff |
2012-08-21 |
James Turner | Remove ALUT usage from SimGear . |
tree | commitdiff |
2012-05-30 |
James Turner | Merge a tweak from Tat to keep Mac 10.5 from crashing... |
tree | commitdiff |
2012-05-05 |
Frederic Bouvier | Remove redundant inclusion of math/SGMath.hxx |
tree | commitdiff |
2012-05-04 |
ThorstenB | Ganael Laplanche: fix include dependencies for FreeBSD... |
tree | commitdiff |
2012-03-16 |
James Goppert | Fixed mingw build. |
tree | commitdiff |
2012-03-03 |
ThorstenB | Dir::tempDir not working on some systems. |
tree | commitdiff |
2012-02-10 |
ThorstenB | Olaf Flebbe: Avoid infinite recursion in simgear::Dir... |
tree | commitdiff |
2012-01-13 |
ThorstenB | #599: Don't crash when a path does not exist. |
tree | commitdiff |
2012-01-12 |
ThorstenB | #199: ADd method to return the absolute (real) path. |
tree | commitdiff |
2011-12-19 |
Erik Hofman | Intialize to prevent a 'may be used uninitialized'... |
tree | commitdiff |
2011-12-18 |
ThorstenB | #479: avoid issues due to trailing path separators |
tree | commitdiff |
2011-11-29 |
James Turner | Move some OSG-dependant code into scene/util. |
tree | commitdiff |
2011-11-28 |
James Turner | Get all the tests linking with shared-simgear, and... |
tree | commitdiff |
2011-11-26 |
ThorstenB | cmake: add option to disable building tests |
tree | commitdiff |
2011-11-05 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2011-11-01 |
James Turner | Remove the remaining Makefiles from the code. |
tree | commitdiff |
2011-10-30 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2011-10-28 |
Mathias Froehlich | Remove sg_sleep.*. |
tree | commitdiff |
2011-10-28 |
James Turner | Fix a bug affecting TerraGear, and extend unit-tests... |
tree | commitdiff |
2011-10-28 |
James Turner | Fix assorted compiler warnings found by Clang |
tree | commitdiff |
2011-10-26 |
James Turner | Change (revert!) behaviour of SGPath::base, which broke... |
tree | commitdiff |
2011-10-25 |
James Turner | Support stream output by SGPath directly. |
tree | commitdiff |
2011-10-23 |
James Turner | Fixes for headless mode. |
tree | commitdiff |
2011-10-23 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2011-10-21 |
James Turner | SGPath rename wrapper. Let's see what Win32 makes of it. |
tree | commitdiff |
2011-10-21 |
James Turner | Remove-on-destroy option for simgear::Dir, to help... |
tree | commitdiff |
2011-10-20 |
James Turner | string list joining, and a test case for that and split... |
tree | commitdiff |
2011-10-18 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2011-10-17 |
James Turner | Add another helper to strutils, to compare version... |
tree | commitdiff |
2011-10-15 |
James Turner | Use mkdtemp where available, avoiding linker warnings... |
tree | commitdiff |
2011-10-14 |
James Turner | Add default constructor to simgear::Dir |
tree | commitdiff |
2011-08-31 |
James Turner | One more Linux compile fix. |
tree | commitdiff |
2011-10-14 |
James Turner | Missing include on Linux |
tree | commitdiff |
2011-10-14 |
James Turner | SGPath/Dir extensions to ease file handling in TerraGea... |
tree | commitdiff |
2011-08-21 |
ThorstenB | Fix sg_dir dot-file handling |
tree | commitdiff |
2011-08-04 |
James Turner | Further HTTP improvements, correct proxy support, spec... |
tree | commitdiff |
2011-07-21 |
Stuart Buchanan | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2011-07-19 |
James Turner | Tiny HTTP client layer on top of NetChat - and CTest... |
tree | commitdiff |
2011-06-24 |
Torsten Dreyer | Terrasync: make whitespace in pathnames work under... |
tree | commitdiff |
2011-03-04 |
ThorstenB | Merge remote branch 'origin/releases/2.2.0' into next |
tree | commitdiff |
2011-02-20 |
Torsten Dreyer | Add strutils::starts_with and strutils::ends_with |
tree | commitdiff |
2010-12-19 |
James Turner | Initial work on CMake support for SimGear. |
tree | commitdiff |
2010-11-15 |
James Turner | Tighten up name filters on Unix. Fixes bug 168. |
tree | commitdiff |
2010-11-14 |
ThorstenB | remove old .cvsignore files |
tree | commitdiff |
2010-10-30 |
James Turner | Add platform defines to SimGear, and a replacement... |
tree | commitdiff |
2010-10-29 |
Frederic Bouvier | Fix line endings |
tree | commitdiff |
2010-10-29 |
Frederic Bouvier | Quick hack to remote trailing / on Windows. Feel free... |
tree | commitdiff |
2010-10-07 |
Torsten Dreyer | Merge branch 'next' of gitorious.org:fg/simgear into... |
tree | commitdiff |
2010-10-05 |
Torsten Dreyer | Don't crash in strutils::trim() with empty strings |
tree | commitdiff |
2010-09-09 |
Frederic Bouvier | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-09-06 |
James Turner | Add ResourceManager, and use to find sound and model... |
tree | commitdiff |
2010-08-22 |
Frederic Bouvier | Add a convenience constructeur to SGPath |
tree | commitdiff |
2010-08-21 |
Frederic Bouvier | std::string::c_str() is const |
tree | commitdiff |
2010-08-14 |
James Turner | Add isAbsolute/isRelative predicates to SGPath. |
tree | commitdiff |
2010-08-12 |
Torsten Dreyer | add padding function lpad and rpad to strutils |
tree | commitdiff |
2010-08-10 |
James Turner | Merge branch 'topics/cmdcatch' into next |
tree | commitdiff |
2010-08-09 |
James Turner | Fix Win32 build of SGPath. |
tree | commitdiff |
2010-08-09 |
James Turner | Make SGPath cache stat() information, cheers Fred |
tree | commitdiff |
2010-07-30 |
James Turner | Merge branch 'topics/remove_point3d' of git@gitorious... |
tree | commitdiff |
2010-07-29 |
James Turner | Remove deprecated vector classes - finally! |
tree | commitdiff |
2010-07-29 |
James Turner | WIP - removing remaining users of Point3D. |
tree | commitdiff |
2010-07-25 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-07-24 |
James Turner | Fix simgear::Dir::children on Linux where dirent->d_typ... |
tree | commitdiff |
2010-07-23 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-07-23 |
James Turner | Change SGPath::exists to use stat(), fix '.' and '... |
tree | commitdiff |
2010-07-22 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-07-21 |
James Turner | On Unix, check for symlinks from readdir(), and look... |
tree | commitdiff |
2010-07-19 |
Frederic Bouvier | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-07-16 |
Erik Hofman | Merge branch 'next' of git://gitorious.org/fg/simgear... |
tree | commitdiff |
2010-07-16 |
Torsten Dreyer | Merge branch 'next' of gitorious.org:fg/simgear into... |
tree | commitdiff |
2010-07-16 |
James Turner | Fix simgear::Dir compilation on some Unix setups, thank... |
tree | commitdiff |
2010-07-15 |
James Turner | Initial work on simgear::Dir, replacement for PLIB... |
tree | commitdiff |
2010-02-04 |
Tim Moore | Merge branch 'fredb/winfix' |
tree | commitdiff |
2010-01-28 |
Tim Moore | Merge branch 'timoore/mat-effect' |
tree | commitdiff |
2010-01-28 |
Tim Moore | Merge branch 'freb/mingw' |
tree | commitdiff |
2010-01-25 |
fredb | MINGW patch from BenoƮt Laniel |
tree | commitdiff |
2010-01-25 |
Tim Moore | Merge branch 'ehofman/sound' |
tree | commitdiff |
2010-01-16 |
Tim Moore | Merge branch 'ehofman/sound' |
tree | commitdiff |
2010-01-13 |
Tim Moore | Merge branch 'ehofman/sound' |
tree | commitdiff |
2010-01-11 |
Tim Moore | Merge branch 'timoore/effects' |
tree | commitdiff |
2009-12-20 |
Tim Moore | Merge branch 'timoore/effects' |
tree | commitdiff |
2009-12-20 |
Tim Moore | Merge branch 'ehofman/sound' |
tree | commitdiff |
2009-10-18 |
Tim Moore | forward declare Point3D in sg_types.hxx |
tree | commitdiff |
2009-10-12 |
Tim Moore | Merge branches 'toresten/geofix', 'jmt/lcase', 'stuart... |
tree | commitdiff |
2009-09-30 |
Tim Moore | Back out convertToLowerCase function |
tree | commitdiff |
2009-09-28 |
Tim Moore | Merge branch 'jmt/lcase' into next |
tree | commitdiff |
2009-09-28 |
jmt | Extend simgear::strutils with convertToLowerCase helper... |
tree | commitdiff |
2009-09-17 |
Tim Moore | Merge branch 'frohlich/weak' into next |
tree | commitdiff |
2009-08-23 |
torsten | don't build tabbed_value_test, swap_test, openal_test1... |
tree | commitdiff |
2009-07-27 |
fredb | Fix case typo |
tree | commitdiff |
2009-07-27 |
fredb | Compile latest SimGear under MSVC9 |
tree | commitdiff |
2009-05-17 |
Tim Moore | Merge branch 'maint' into next |
tree | commitdiff |
2009-05-16 |
mfranz | - fix one broken #include path (in a not usually compil... |
tree | commitdiff |
2008-07-28 |
ehofman | Replace SG_USE_STD() by using std:: |
tree | commitdiff |
2008-07-25 |
fredb | Maybe a more portable way to do it |
tree | commitdiff |
2008-07-25 |
fredb | Compile again with MSVC |
tree | commitdiff |
2008-07-25 |
ehofman | Reduce compiler.h to almost nothing (but it's worth... |
tree | commitdiff |
next |