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