Skip to content
Snippets Groups Projects
  1. Jul 16, 2011
  2. Jul 15, 2011
  3. Jul 14, 2011
  4. Jul 13, 2011
  5. Jul 12, 2011
    • Nat Goodspeed's avatar
      CHOP-753: Eliminate redundant array-of-pair-arrays in LLMemoryInfo. · ed648b1f
      Nat Goodspeed authored
      (per Monty code review)
      The notion of storing LLMemoryInfo data both as an LLSD::Map and an
      LLSD::Array of pair arrays arose from a (possibly misguided) desire to
      continue producing stats output into the viewer log in the same order it
      always used to be produced. There is no evidence that anyone cares about the
      order of those stats in the log; there is no other use case for preserving
      order. At Monty's recommendation, eliminate generating and storing the
      array-of-pair-arrays form: directly store LLSD::Map.
      ed648b1f
    • Nat Goodspeed's avatar
      CHOP-753: Defend against boost::regex exceptions. · e58a0e9b
      Nat Goodspeed authored
      (per Monty code review)
      Explain why we intentionally don't suppress exceptions from boost::regex
      objects constructed with string literals. Catch std::runtime_error from
      boost::regex_search() and boost::regex_match(); log and return false.
      e58a0e9b
    • Nat Goodspeed's avatar
      CHOP-753: make getAvailableMemoryKB() only load data on Windows. · 4e235503
      Nat Goodspeed authored
      (per Monty code review)
      Other platforms return -1 anyway, so don't need to call load methods.
      4e235503
  6. Jul 11, 2011
  7. Jul 07, 2011
  8. Jul 06, 2011
  9. Jul 05, 2011
  10. Jul 01, 2011
Loading