Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-26MLocalization update: now save TODO and all utility files for easier ↵supermerill
updating of localization Changed the building script to not include .po files into the release Updating the french localization
2022-01-28Add msbuild low CPU priority option for polite compiling. (#7828)Jebtrix
2021-12-08build_win.bat: MSVC version selection and minor fixes (#7450)Justin Schuh
* Adds MSVC version and product selection parameters * Better error handling and reduced error noise
2021-11-09build_win.bat: Updates to better handle deps changes (#7268)Justin Schuh
* build_win.bat: Fix run bug for deps only build * build_win.bat: Purge destir before a clean deps build
2021-10-20build_win: Don't report an error on help switchJustin Schuh
2021-10-20build_win: Retry on cmake cache failureJustin Schuh
2021-10-20build_win: Reduce msbuild verbosityJustin Schuh
2021-10-20build_win: Don't delete preferences on clean buildJustin Schuh
2021-07-27build_win.bat: add RUN switch and other changes (#6706)Justin Schuh
* build_win.bat: add RUN switch and other changes * Adds optional RUN action after a successful build * Adds some more error checking and status messages * Fixes a bug where cmake wasn't run on dirty builds * Fixes a bug in canonicalizing paths with spaces * build_win.bat: Make cached destdir per-config
2021-07-09Update build_win.bat (#6688)Justin Schuh
* Support relative as well as absolute paths in -d/-destdir * Improved debuggability (control variables and echo suppression) * Improved error handling and messages
2021-07-08Add a simple Windows command-line build script (#6674)Justin Schuh
Batch file that offers a single command line and sensible defaults to: initialize the primary Visual Studio build environment, handle directory creation/cleaning, run cmake, launch msbuild, etc.