]> git.mxchange.org Git - simgear.git/history - simgear/misc/props.cxx
Moved up #include <algorithm>
[simgear.git] / simgear / misc / props.cxx
2002-03-22 davidMoved up #include <algorithm>
2002-03-21 davidFix segfault when deleting a node with a string value.
2002-03-20 davidPatch from Frederic Bouvier:
2002-03-20 davidPatch from Tony Peden to remove unused variable and...
2002-03-20 davidMoved includes higher to make sure that std::sort is...
2002-03-19 davidInclude <algorithm> and <stdio.hxx> to fix compilation...
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-18 davidSome code fixes to keep untying clean with new optimiza...
2002-03-18 davidCode cleanup and minor speed improvements. For the...
2002-02-28 davidMinor changes to path caching.
2002-02-19 davidIMPORTANT: backwards-incompatible change to properties.
2002-02-04 curtPass strings by const reference instead of by value,
2002-01-30 davidMinor fixes from Cameron Moore.
2002-01-19 davidAdded some new functionality to the property manager:
2001-12-12 davidAdded trace attributes to properties:
2001-11-20 curt- changed getAttribute to avoid MSVC compiler warning
2001-07-12 curt- changed the default value of the archive flag to...
2001-06-28 curt- attempting to tie an aliased node now fails; the...
2001-06-12 curt- added missing return statement for getAliasTarget
2001-05-15 curtAttempt to resolve ambiguity between #include <config...
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-23 curtName space tweaks.
2001-03-21 curtFrom David Megginson:
2001-03-02 curtChanges for the native Irix CC compiler contributed...
2001-01-05 curt1. Patched simgear/magvar/magvar.[ch]xx to allow retrie...
2000-12-19 curtRewrite of the property manager my David Megginson.
2000-10-23 curtReduced debugging output.
2000-09-30 curtUpdates from David Megginson:
2000-09-13 curtMacOS portability tweaks from Darrell Walisser.
2000-09-08 curtSep. 8, 2000 updates from David Megginson.
2000-09-05 curt9/05/2000 updates from David Megginson relating to...
2000-07-14 curtRenamed FG* to SG* to conform with SimGear naming prefi...
2000-07-05 curtDavid Megginson: Added an interface for tree-based...
2000-07-05 curtUpdates from David Megginson.
2000-07-03 curtTweaks for 0.0.11 release.
2000-07-03 curtInitial revision.