Skip to content
Snippets Groups Projects
  1. Nov 10, 2009
    • Nat Goodspeed's avatar
      Enhance LLInstanceTracker variants to be more uniform. · a97aebb8
      Nat Goodspeed authored
      For both the (so far unused) generic KEY form and the KEY = T* form, provide
      key_iter, beginKeys(), endKeys().
      Change instance_iter so that when dereferenced, it gives you a T& rather than
      a T*, to be more harmonious with a typical STL container. (You parameterize
      LLInstanceTracker with T, not with T*.)
      Fix existing usage in llfasttimer.cpp and lltimer.cpp to agree.
      For the KEY = T* specialization, add T* getInstance(T*) so client isn't forced
      to know which variant was used.
      Add unit tests for uniformity of public operations on both variants.
      a97aebb8
  2. Jun 21, 2009
  3. May 08, 2009
  4. Jan 07, 2009
  5. Jan 05, 2009
  6. Oct 09, 2008
  7. Aug 12, 2008
  8. Jun 25, 2008
  9. Jun 02, 2008
  10. May 14, 2008
  11. Apr 16, 2008
  12. Oct 04, 2007
  13. Aug 21, 2007
  14. Aug 01, 2007
  15. Jul 20, 2007
  16. Jan 03, 2007
  17. Jan 02, 2007
Loading