]> git.mxchange.org Git - simgear.git/history - simgear/timing/sg_time.cxx
Alas. Fix #pragma magic for GCC <= 4.5.
[simgear.git] / simgear / timing / sg_time.cxx
2011-08-06 Frederic BouvierFix a typo
2010-08-09 James TurnerMake SGPath cache stat() information, cheers Fred
2010-08-07 James TurnerRemoval of PLIB/SG from SimGear
2010-07-29 James TurnerCollapse SGGeoCoord into SGTimeZone, and switch timezon...
2009-05-17 Tim MooreMerge branch 'maint' into next
2009-05-16 mfranzfix leaks
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 durk For the first time (no pun intended) in almost ten...
2008-07-25 ehofmanReduce compiler.h to almost nothing (but it's worth...
2006-03-08 mfranz- new FSF addresses
2005-10-25 ehofmanAlex Romosan:
2005-10-06 ehofmanMartin Spott: Use standardized Sun directive.
2004-11-19 curtUpdate a few more instances of my email address.
2003-06-09 curtMake sky dome scaling values sensible (i.e. the sky...
2003-06-03 curtVarious documentation tweaks and additions.
2003-05-19 ehofmanConvert char* to string to prevent stdup/malloc/free
2003-03-02 davidPatches from Erik Hofman (for Irix? I've lost the origi...
2002-04-03 curtstring == "" -> string.empty() conversion.
2002-03-27 davidPatch from Melchior Franz:
2002-02-11 curtDecouple sg_time code from the current time(NULL),...
2002-02-10 curtThis code had been written to assume current clock...
2002-02-06 curtFix for FreeBSD.
2002-02-04 curtVarious mingwin patches contributed by Norman Vine.
2001-12-10 curtDoh! fixed a typo ...
2001-12-09 curt[Hopefully] fix a line ending problem that surfaces...
2001-12-05 curtIn certain degenerate situations on the FlightGear...
2001-08-02 curtVarious changes for MingWin32 support.
2001-07-03 curtAdd a separate function to just return modified julian...
2001-05-15 curtMSVC++ tweaks.
2001-05-15 curtAttempt to resolve ambiguity between #include <config...
2001-04-26 curtTimezone fixes for cygwin.
2001-03-25 curtFG_ to SG_ namespace changes.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtUse plib rad/degrees conversion constants.
2001-03-23 curtName space tweaks.
2001-03-07 curtMore Irix Mips tweaks.
2001-03-06 curtPatches from Norman Vine <nhv@cape.com> to catch and...
2001-03-02 curtChanges for the native Irix CC compiler contributed...
2000-09-27 curtCleaned up a few poluting #defines.
2000-09-18 curtUse time_t rather than long int as return type for...
2000-08-08 curtTiny bug fix/tweak.
2000-08-08 curtClean up constructor a bit.
2000-07-08 curtConverted to the LGPL licencing terms.
2000-07-08 curtCollapsed the init() method into the constructor.
2000-07-07 curtWhat do you know, more tidying.
2000-07-07 curtclean ups ...
2000-07-07 curtMore SGTime tidying.
2000-07-07 curtStill tweaking output messages.
2000-07-07 curtMore SGTime clean ups.
2000-07-06 curtfg_time.* becomes sg_time.*, FGTime becomes SGTime ...