Skip to content
Snippets Groups Projects
This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
  1. May 03, 2023
    • Nat Goodspeed's avatar
      SL-19647: Eliminate LLSDArray entirely. · e7c5b9fb
      Nat Goodspeed authored
      Newer C++ compilers have different semantics around LLSDArray's special copy
      constructor, which was essential to proper LLSD nesting. In short, we can no
      longer trust LLSDArray to behave correctly. Now that we have variadic
      functions, get rid of LLSDArray and replace every reference with llsd::array().
      e7c5b9fb
  2. Nov 10, 2015
  3. Mar 29, 2013
  4. May 20, 2011
  5. Apr 19, 2011
  6. Apr 14, 2011
  7. Apr 12, 2011
Loading