]> git.mxchange.org Git - simgear.git/history - simgear/structure
Fix a warning from GCC - 'ALIAS' was unhandled in the switch stmt.
[simgear.git] / simgear / structure /
2009-06-17 Tim Moorechange MAX_PATH to max_path to avoid Windows compilatio...
2009-06-16 Tim Mooreoverhaul sg_throwable to behave like a proper exception
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-16 frohlichMake SimGear compile with osg trunk
2009-03-30 Tim MooreMerge branch 'maint' into next
2009-03-18 frohlichMake use of posix clocks if available.
2009-02-15 Tim MooreMerge branch 'topic/nasal' into next
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMake SGSubsystemGroup::Member copy constructor private.
2009-02-06 Tim MooreMerge branch 'topic/cloudz' into next
2009-02-04 Tim MooreMerge branch 'maint' into next
2009-02-04 Tim MooreMerge branch 'releng/1.9.1' into maint
2009-01-28 Tim MooreMerge branch 'topic/yontree' into next
2009-01-28 Tim MooreMerge branch 'maint' into next
2009-01-28 mfranzCsaba HALASZ: set _arg even if there's no <command...
2009-01-23 Tim MooreMerge branch 'topic/modelopt' into next
2009-01-23 Tim MooreMerge branch 'topic/yontree' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-15 Tim MooreMerge branch 'foo' into next
2009-01-15 jmtSince we're now sure 1.9.1 will not be released from...
2008-12-10 timooreUse Boost singleton template for our singletons
2008-11-21 timooreTemplates for interacting with OSG objects
2008-07-29 ehofmanfinal fixes for SG_USING_STD removal
2008-07-28 ehofmanReplace SG_USE_STD() by using std::
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2008-06-02 timooreOSG DatabasePager interface change in 2.5.1
2008-06-02 timooreReplace header files istream and ostream with iosfwd
2008-06-02 timooreDon't include <iostream> and "using" declarations in...
2008-04-13 timooreFixes for compiling with gcc 4.3
2008-03-22 timooremodel paging patch from Till Busch
2008-01-04 fredbRemove warnings
2007-12-26 frohlichModified Files:
2007-11-17 durkRefined debug timing control:
2007-10-15 durk- A few fixes to ensure SimGear compiles again on cygwin.
2007-10-14 durk* Fixed memory leak in RenderTexture.cpp (tiny, but...
2007-05-28 frohlichModified Files:
2007-02-14 andyDon't crash when destroying a SGBinding object if the...
2007-01-28 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-12-27 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-03-24 mfranzmore guarded pointers (we are still getting spurious...
2006-03-08 mfranz- new FSF addresses
2006-02-21 fredbMelchior FRANZ:
2006-02-21 ehofmanBack out the previous patch.
2006-02-21 ehofmanMelchior FRANZ:
2005-12-29 ehofmanMathias Fröhlich:
2005-11-10 ehofmangcc 4.0 fix.
2005-11-09 andyArchitectural fix allowing the "tip" popups (FOV, view...
2005-06-11 ehofmanMelchior FRANZ:
2004-11-17 andyMake sure that timer delay values are positive-definite...
2004-05-03 andyRobustify the SGTimerQueue destructor. There have...
2004-05-03 andyAdd a destructor for SGEventMgr. We don't own the...
2003-12-19 ehofmanMelchior FRANZ:
2003-12-07 andyBug fixes. The priority queue wasn't handling boundary...
2003-11-27 ehofmanPortability fix
2003-11-25 curtNasal and event manager updates from Andy Ross.
2003-10-16 ehofmanFix a problem where older IRIX compilers needed a typec...
2003-09-24 ehofmanFix a problem where the compiler would mix up two funct...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...