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