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 18, 2022
  2. Feb 02, 2022
  3. Dec 10, 2021
    • Bennett Goble's avatar
      SL-15742: Convert build scripts to Python 3 · f729cfc3
      Bennett Goble authored
      This changeset makes it possible to build the Second Life viewer using
      Python 3. It is designed to be used with an equivalent Autobuild branch
      so that a developer can compile without needing Python 2 on their
      machine.
      
      Breaking change: Python 2 support ending
      
      Rather than supporting two versions of Python, including one that was
      discontinued at the beginning of the year, this branch focuses on
      pouring future effort into Python 3 only. As a result, scripts do not
      need to be backwards compatible. This means that build environments,
      be they on personal computers and on build agents, need to have a
      compatible interpreter.
      
      Notes
      
      - SLVersionChecker will still use Python 2 on macOS
      - Fixed the message template url used by template_verifier.py
      f729cfc3
  4. Nov 15, 2021
  5. Oct 22, 2021
  6. Oct 21, 2021
  7. Oct 01, 2021
  8. Aug 31, 2021
  9. May 12, 2021
  10. Apr 07, 2021
  11. Apr 06, 2021
  12. Apr 01, 2021
  13. Mar 30, 2021
  14. Mar 26, 2021
  15. Jan 15, 2021
  16. Jan 12, 2021
  17. Sep 18, 2020
  18. Sep 16, 2020
  19. Sep 15, 2020
  20. Sep 14, 2020
  21. Sep 11, 2020
  22. Sep 10, 2020
  23. Aug 14, 2020
  24. Aug 13, 2020
  25. Aug 12, 2020
  26. Aug 11, 2020
  27. May 13, 2020
  28. Dec 12, 2018
  29. Nov 20, 2018
  30. Nov 15, 2018
  31. Sep 10, 2018
  32. Aug 09, 2018
  33. Aug 03, 2018
  34. Sep 27, 2017
    • Nat Goodspeed's avatar
      MAINT-7081: Make packages-formatter.py handle multi-line copyrights. · 4c6ecac2
      Nat Goodspeed authored
      The nghttp2 autobuild package has copyright information that embeds a newline.
      autobuild install --copyrights correctly produces that information onto two
      lines. But that means packages-formatter.py must process any lines that do not
      match its expected 'packagename: copyright' pattern as the continuation of the
      preceding package's copyright information.
      
      Since the processing for autobuild install --versions is so very similar, fold
      both into the same outer loop.
      
      Also report all duplicates for any package, instead of stopping at the first.
      4c6ecac2
Loading