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 (Collapse)Author
2019-06-06Support for Visual Studio 2019 Communitybubnikv
2019-05-13Yet some renaming to PrusaSlicerbubnikv
2018-12-06Removed slic3r.pl, updated Build.PL with a notice, that the Perlbubnikv
bindings are optional, not required to run Slic3r.
2018-09-25Removed utilities depending on Perl (post processing scripts),bubnikv
removed non-maintained utilities.
2018-09-12Merged with devbubnikv
2018-08-17Build: Plumb perl include pathVojtech Kral
Thanks to @kortschak for contributing to this fix Co-authored-by: Dan Kortschak <dan@kortschak.io>
2018-05-14Fix build failure (#884)Dan Kortschak
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2018-03-16Removed the LWP and Growl Perl dependencies.bubnikv
2017-11-29Missing prerequisites in Build.PL (#593)Eyal
I was unable to compile without ExtUtils::XSpp and ExtUtils::Typemaps . My platform is a fresh install of OctoPi on Raspberry Pi. I'm not sure what the `0` in those lines does.
2017-08-30Removed the Perl Build.PL for the XS module. This has been replacedbubnikv
by the CMake based build system.
2017-08-28reverted a regression bug in the Perl Wx module minium versionbubnikv
https://github.com/prusa3d/Slic3r/issues/468
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
Taken from upstream Slic3r, thanks @alexrj.
2017-08-03Simplified the code base by requiring wxWidgets >= 3.0bubnikv
2017-08-03Unicode handling:bubnikv
Removed the Perl dependencies on Encode, Encode::Locale and Unicode::Normalize. Added dependency on boost::locale. Added encode_path, decode_path, normalize_utf8 functions to Slic3r.xs Slic3r.xs has been made mostly utf8 safe by using the boost::nowide library, thanks to @alexrj for the idea. Simplified the encode_path / decode_path stuff: wxWidgets are unicode already, so there is no need to decode_path() from it. Perl / win32 interfacing is non-unicode, so decode_path() is executed on ARGV just at the beginning of the perl scripts.
2017-03-06No need for Math::Libmbubnikv
2017-02-27Good bye, Perl Expat binding!bubnikv
2017-02-15Build script clean-up:bubnikv
Removed a requirement on an old Perl::OpenGL library. Removed a mention of the Perl::PlanePath library, which is no more used by Slic3r.
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