Skip to content
Snippets Groups Projects
  1. Jan 06, 2021
  2. Dec 17, 2020
  3. Nov 01, 2020
  4. Oct 31, 2020
  5. Oct 29, 2020
  6. Oct 23, 2020
  7. Oct 08, 2020
  8. Aug 24, 2020
  9. Aug 23, 2020
  10. Aug 09, 2020
  11. Jul 29, 2020
  12. Jul 27, 2020
  13. Jul 21, 2020
  14. Jul 20, 2020
  15. Jul 19, 2020
  16. Jul 05, 2020
  17. Jul 03, 2020
  18. Jun 30, 2020
  19. Mar 26, 2020
  20. Mar 25, 2020
    • Nat Goodspeed's avatar
      DRTVWR-476: Eliminate LLWearableType LLSingleton circularity. · 26c59509
      Nat Goodspeed authored
      LLWearableType::initSingleton() calls LLWearableDictionary::initParamSingleton().
      LLWearableDictionary's constructor constructs specific WearableEntry
      instances, each of which wants to translate its name string to a user-facing
      label using LLWearableType::mTrans.
      
      WearableEntry's constructor was calling LLWearableType::getInstance(). Under
      circumstances we don't fully understand (recursive mutex misbehavior?), that
      could hang.
      
      Instead, pass the canonical LLWearableType instance to LLWearableDictionary's
      constructor, and from there into WearableEntry's constructor.
      26c59509
  21. Mar 23, 2020
  22. Mar 21, 2020
  23. Mar 19, 2020
  24. Mar 17, 2020
  25. Nov 13, 2019
  26. Aug 26, 2019
  27. Aug 12, 2019
  28. Aug 05, 2019
  29. Jul 24, 2019
  30. Jul 15, 2019
Loading