Skip to content
Snippets Groups Projects
  1. Nov 10, 2015
  2. Oct 17, 2014
  3. Jun 05, 2013
  4. Mar 29, 2013
  5. Feb 25, 2013
  6. Jan 31, 2011
    • Nat Goodspeed's avatar
      Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals(). · 8b7c903e
      Nat Goodspeed authored
      Nested LLSDArray expressions, e.g.:
      LLSD array_of_arrays(LLSDArray(LLSDArray(17)(34))
                                    (LLSDArray("x")("y")));
      would quietly produce bad results because the outermost LLSDArray was being
      constructed with the compiler's implicit LLSDArray(const LLSDArray&) rather
      than LLSDArray(const LLSD&) as the reader assumes. Fixed with an explicit copy
      constructor to Do The Right Thing.
      Generalized LLSDParam<float> specialization into a macro to resolve similar
      conversion ambiguities for float, LLUUID, LLDate, LLURI and LLSD::Binary.
      Added optional bits= argument to llsd_equals() to permit comparing embedded
      Real values using is_approx_equal_fraction() rather than strictly bitwise.
      Omitting bits= retains current bitwise-comparison behavior.
      8b7c903e
  7. Oct 13, 2010
  8. Sep 21, 2010
  9. Aug 13, 2010
  10. Jun 21, 2009
  11. May 26, 2009
  12. May 11, 2009
  13. May 08, 2009
  14. Jan 07, 2009
  15. Jul 14, 2008
  16. Jun 25, 2008
  17. Jun 02, 2008
  18. Dec 18, 2007
  19. Oct 04, 2007
  20. Jul 20, 2007
  21. Jun 21, 2007
  22. Jun 13, 2007
  23. May 01, 2007
  24. Jan 31, 2007
  25. Jan 15, 2007
  26. Jan 03, 2007
  27. Jan 02, 2007
Loading