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
2016-11-05Perl OpenGL 0.7 package causes crashes on many platforms.bubnikv
Constrain compilation to Perl OpenGL version lower than 0.7. https://github.com/alexrj/Slic3r/pull/3552/commits/897ca52654dd380d07de9f87cb36043cdc59db87
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
Removed dependency on Perl Math::PlanePath module. Fixed compilation with Visual Studio and SLIC3R_DEBUG: Visual Studio older than 2015 does not support the prinf type specifier %zu. Use %Iu instead. C++11 move semantics enabled.
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
Conflicts: Build.PL lib/Slic3r.pm xs/MANIFEST xs/src/libslic3r/PrintConfig.hpp
2015-06-20Disable testing of modules that have known broken testsAlessandro Ranellucci
2015-06-13More fixes for Unicode path handling (thanks @josefprusa for Czech test VM)Alessandro Ranellucci
2015-06-02More fixes for Unicode filenames support on Windows and OS XAlessandro Ranellucci
2015-03-09Hopefully fix all problems with non-ASCII paths on WindowsAlessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
Conflicts: Build.PL
2015-01-18Require an up-to-date Win32::API version because older ones are not ↵Alessandro Ranellucci
thread-safe and cause random segfaults. #2517
2015-01-09Make Test::Harness optionalAlessandro Ranellucci
2015-01-09TypoAlessandro Ranellucci
2015-01-05Serial ports detection on Win32Alessandro Ranellucci
2014-12-31Merge branch 'master' into senderAlessandro Ranellucci
2014-12-29Workaround for upstream bug in OpenGL test that prevents installationAlessandro Ranellucci
2014-12-28Bonjour autodiscovery of the Octoprint instances in local network. #1826Alessandro Ranellucci
2014-12-28Integration with Octoprint. #1826Alessandro Ranellucci
2014-12-26Merge branch 'master' into senderAlessandro Ranellucci
2014-12-13Require a recent threads.pm version because of upstream bug 85140 ↵Alessandro Ranellucci
potentially causing deadlocks when stopping running threads. #2394 https://rt.cpan.org/Ticket/Display.html?id=85140
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro Ranellucci
2014-10-29Install Class::Accessor with Build.PL --gui. #2315Alessandro Ranellucci
2014-07-26New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646Alessandro Ranellucci
2014-06-14Suspend background processes while writing to shared data structuresAlessandro Ranellucci
2014-05-26Make XS compilation verbose since most users forget to include the build.log ↵Alessandro Ranellucci
file when reporting issues. This also makes Travis-CI logs more useful
2014-04-10add --sudo flagPetr Ledvina
This adds --sudo flag to Build.PL. This flag is passed to cpanm, so it is possible to build Slicer on linux without beeing root (build files are owned by user)
2014-03-03Merge branch 'master' into boost-medialaxisAlessandro Ranellucci
Conflicts: lib/Slic3r/Layer/Region.pm xs/src/ExPolygon.cpp xs/src/Point.cpp xs/src/Point.hpp xs/src/TriangleMesh.cpp xs/t/01_trianglemesh.t
2014-01-12Removed dependency on Storable; some fixes in Build.PL. #1693Alessandro Ranellucci
2014-01-10Finished implementing Boost.Polygon medial axis. Some cleanup neededAlessandro Ranellucci
2013-12-28Add Module::Build::WithXSpp to prerequisites. #1640Alessandro Ranellucci
2013-11-23Incomplete work for XS-based convex_hullAlessandro Ranellucci
2013-11-22Ported simplify() to XS and removed dependency on Boost::Geometry::UtilsAlessandro Ranellucci
2013-11-20Move Growl::GNTP to --gui modulesAlessandro Ranellucci
2013-11-19Require ExtUtils::ParseXS 3.22 instead of forcing 3.18_04Alessandro Ranellucci
2013-11-19Find Expat on Windows 32-bit tooAlessandro Ranellucci
2013-11-12Add path to expat on Windows to benefit from faster AMF parsingAlessandro Ranellucci
2013-11-11Complain loudly if XS cannot be compiledAlessandro Ranellucci
2013-11-11Missing line in Build.PLAlessandro Ranellucci
2013-11-10TypoAlessandro Ranellucci
2013-11-10Some improvements to Build.PLAlessandro Ranellucci
2013-10-28Require ExtUtils::MakeMaker 6.80 to prevent some tests from failing. #1501Alessandro Ranellucci
2013-09-19Added .travis.yml and have Build.PL exit with non-zero in case of failureAlessandro Ranellucci
2013-09-17Only install ParseXS and Slic3r-XS when --gui is not suppliedAlessandro Ranellucci
2013-09-16Fix broken logic in $ARGV[0] check.Mark Hindess
2013-09-16Meaningful error when user wants to use 3D preview but didn't install the ↵Alessandro Ranellucci
required modules.
2013-09-12Fix threads, tests and require the most recent Moo versionAlessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-25Merge branch 'master' into plater2Alessandro Ranellucci
Conflicts: lib/Slic3r/GUI/Plater.pm
2013-08-24Explain user that he doesn't need to worry if a failed module was optional. ↵Alessandro Ranellucci
One more fix for Windows, also
2013-08-24Avoid reinstalling Math::Libm on Windows every timeAlessandro Ranellucci
2013-08-24Better compatibility with Windows in Build.PLAlessandro Ranellucci
2013-07-26Perform a ./Build distclean in ./xs automaticallyAlessandro Ranellucci