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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-18Fixed the reports given by the build process if BOOST or TBB librariesbubnikv
2017-03-16Link XS with -framework OpenGL on OSX.bubnikv
2017-03-16Enabled SLIC3R_GUI by default. This is required to enable the OpenGL 2.0bubnikv
2017-03-07Yet another fix of the static linking on Windows.bubnikv
2017-03-07Yet another fix of a static TBB linkage.bubnikv
2017-03-07Fix of intel TBB linking.bubnikv
2017-03-07Fix of a static library extension of the INtel Thread Building Blocks on OSX/...bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-03-02Need to include '-lboost_filesystem' in build #166bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2016-12-15Merge branch 'master' into devbubnikv
2016-12-15define -DBOOST_LOG_DYN_LINK for boost::logbubnikv
2016-12-14Set BOOST_LOG_DYN_LINK symbol when linking with dynamic boost libraries.bubnikv
2016-12-14Fixed static linking against boost.bubnikv
2016-12-14Added diagnostics of @LIBS, @INCS to the Build.PLbubnikv
2016-11-28Squashed commit of the following:Bill Waggoner
2016-11-24Log support through boost::logbubnikv
2016-11-17Extended the Build.PL to understand an environment variablebubnikv
2016-11-16Set the C++ version to C++11 for all compilers but Visual Studio C++.bubnikv
2016-11-08Compilation with an environment variable SLIC3R_HAS_BROKEN_CROAK setbubnikv
2016-11-04Fixed compilation of the XS module with SLIC3R_GUI compilation flagbubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-09-14OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.bubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-09-12Reverted some now unnecessary changes. Reverted the infill to the original pe...bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-08-21Updated xs/Build.PL to support Visual Studio compiler suite.bubnikv
2016-05-03Merge remote-tracking branch 'upstream/master'version_1.2.31aVojtech Bubnik
2016-04-11Support static linking of the Boost libsAlessandro Ranellucci
2016-04-11Revert incorrect checkins.bubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-12-18TypoAlessandro Ranellucci
2015-12-18Fix compilation with GCCAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-04Disable screensaver while projecting (untested on Windows)Alessandro Ranellucci
2015-11-19More small fixes for compilation on LinuxAlessandro Ranellucci
2015-11-19Further improvements for compilation (Ubuntu)Alessandro Ranellucci
2015-11-19Several fixes to GCodeSender, including compilation on older OS X and DTR resetAlessandro Ranellucci
2015-11-06Remove Boost from distribution and fix some more things for Windows compilationAlessandro Ranellucci
2015-11-06Improve Boost path detectionAlessandro Ranellucci
2015-11-06Fix compilation on WindowsAlessandro Ranellucci
2015-11-05Added more search paths for Boost on Win32Alessandro Ranellucci
2015-03-07Merge branch 'master' into senderAlessandro Ranellucci
2015-02-13Remove redundant dep on ExtUtils::TypemapKent Fredric
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro Ranellucci
2014-11-23All std::string variables are now supposed to be UTF-8 encoded. We now embed ...Alessandro Ranellucci
2014-06-25Fix compilation under 5.20 (untested). #2109Alessandro Ranellucci
2014-05-10Apply workaround for buggy GCC 4.7.2 #1965Alessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci