Skip to content
Snippets Groups Projects
  1. Nov 30, 2017
  2. Nov 10, 2015
  3. Oct 17, 2014
  4. Jun 05, 2013
  5. Mar 29, 2013
  6. Feb 25, 2013
  7. 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
  8. Oct 13, 2010
  9. Sep 21, 2010
  10. Aug 13, 2010
  11. Jun 21, 2009
  12. May 26, 2009
  13. May 11, 2009
  14. May 08, 2009
  15. Jan 07, 2009
  16. Jul 14, 2008
  17. Jun 25, 2008
  18. Jun 02, 2008
  19. Dec 18, 2007
  20. Oct 04, 2007
  21. Jul 20, 2007
  22. Jun 21, 2007
  23. Jun 13, 2007
  24. May 01, 2007
  25. Jan 31, 2007
  26. Jan 15, 2007
  27. Jan 03, 2007
  28. Jan 02, 2007
Loading