Skip to content
Snippets Groups Projects
  1. Dec 26, 2017
  2. Dec 25, 2017
  3. Dec 17, 2017
  4. Dec 12, 2017
  5. Dec 11, 2017
    • Gwen Weinholt's avatar
      Rediff patches · 3baf64e2
      Gwen Weinholt authored
      Add 0001-Dynamically-link-with-the-system-s-installed-zlib.patch: <REASON>
      Add 0003-Support-using-the-system-s-installed-stex-and-nanopa.patch: <REASON>
      Add 0004-Remove-the-need-for-files-removed-in-dfsg-cleaning.patch: <REASON>
      Add 0002-configure-Do-not-download-dependencies.patch: <REASON>
      3baf64e2
    • Gwen Weinholt's avatar
      Initial Debian packaging · 10b94e68
      Gwen Weinholt authored
      10b94e68
  6. Dec 10, 2017
  7. Oct 11, 2017
  8. Oct 10, 2017
  9. Oct 09, 2017
  10. Sep 15, 2017
  11. Sep 01, 2017
  12. Aug 31, 2017
    • Bob Burger's avatar
      Merge pull request #205 from kleinpa/installer · e00e8a11
      Bob Burger authored
      Refactor windows installers and fix vcredist
      e00e8a11
    • Peter Klein's avatar
      Refactor windows installers and fix vcredist · a8867749
      Peter Klein authored
      - Separate 64 and 32 bit MSIs
      - Add wix bundle to combine MSIs into single installer
      - Use basic wix UI
      - Use merge modules to install vcredist package
      - Add script to locate vcredist merge modules
      - Fix installer status text by adding WixUI_ErrorProgressText ref
      
      Merge modules seems to be the preferred method for installing the
      redistributable package, which should decrease the package size and
      speed up installation. This commit also addresses a bug where the
      installer does not work when VC redistributable is not already
      installed.
      
      The 32 and 64 bit components were split into separate MSIs because
      Windows Installer only officially supports packages containing a
      single architecture. A package bundle is then created containing both
      MSIs so only a single file needs to be distributed.
      
      There seemed to be no trivial way to get the path to the vcredist
      merge modules bundled with visual studio so I added a script
      (locate-vcredist.bat) that handles this. It will need to be updated in
      the future for compatibility with newer VS platform toolsets.
      
      Some paths and name were changed, here's a summary:
      
      32-bit install path: C:\Program Files (x86)\Chez Scheme 9.4.1\
      64-bit install path: C:\Program Files\Chez Scheme 9.4.1\
      installer file name: ChezScheme.exe
      installer product name: Chez Scheme 9.4.1 x64
      a8867749
  13. Aug 23, 2017
  14. Aug 18, 2017
  15. Aug 15, 2017
  16. Aug 14, 2017
  17. Aug 11, 2017
  18. Aug 09, 2017
  19. Aug 03, 2017
  20. Aug 01, 2017
  21. Jul 17, 2017
  22. Jul 16, 2017
  23. Jul 12, 2017
Loading