Skip to content
Snippets Groups Projects
  1. Aug 17, 2016
  2. Jul 19, 2016
    • Nat Goodspeed's avatar
      MAINT-5011: Introduce LLException base class for viewer exceptions. · 9c49a6c9
      Nat Goodspeed authored
      This also introduces LLContinueError for exceptions which should interrupt
      some part of viewer processing (e.g. the current coroutine) but should attempt
      to let the viewer session proceed.
      
      Derive all existing viewer exception classes from LLException rather than from
      std::runtime_error or std::logic_error.
      
      Use BOOST_THROW_EXCEPTION() rather than plain 'throw' to enrich the thrown
      exception with source file, line number and containing function.
      9c49a6c9
  3. Jul 14, 2016
  4. Jul 13, 2016
  5. May 05, 2016
  6. Apr 14, 2016
  7. Apr 12, 2016
  8. Nov 10, 2015
  9. Jan 16, 2015
  10. Dec 16, 2014
  11. Dec 10, 2014
  12. Oct 22, 2014
  13. Oct 21, 2014
  14. Oct 20, 2014
  15. Oct 17, 2014
  16. Oct 01, 2013
  17. Sep 05, 2013
  18. Aug 09, 2013
  19. Jul 01, 2013
  20. Apr 30, 2013
  21. Mar 29, 2013
  22. Mar 21, 2013
  23. Jan 07, 2013
    • Richard Linden's avatar
      SH-3468 WIP add memory tracking base class · 68413515
      Richard Linden authored
      fix for unit test failures...cleanup apr without destroying
      pools, allowing LLProxy to clean itself up as a singleton (and
      avoiding spurious dependencies associated with manually destorying
      singletons that rely on apr pools)
      68413515
  24. Oct 15, 2012
  25. Oct 12, 2012
  26. Oct 03, 2012
  27. Sep 21, 2012
  28. Sep 13, 2012
  29. Jul 20, 2012
  30. May 09, 2012
  31. Apr 06, 2012
  32. Apr 04, 2012
Loading