Skip to content
Snippets Groups Projects
  1. Sep 07, 2011
  2. Sep 06, 2011
    • Nat Goodspeed's avatar
      STORM-1541: Hoist LLInstanceTracker::getMap_() to base getStatic(). · 8c6f7529
      Nat Goodspeed authored
      Generalize the notion of getting some chunk of "static" storage: introduce
      LLInstanceTrackerBase::getStatic() template method. Define StaticData struct
      containing the InstanceMap (or InstanceSet, for that specialization) along
      with the S32 that caused the VS2010 linker so much grief. Completely eliminate
      that S32 as an actual class-static member, qualifying all references with the
      struct returned by getStatic().
      In LLInstanceTrackerBase::getInstances(), use one std::map lookup instead of
      three.
      8c6f7529
  3. Sep 02, 2011
  4. Aug 31, 2011
  5. Aug 29, 2011
  6. Aug 28, 2011
  7. Aug 27, 2011
  8. Aug 26, 2011
Loading