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 (Expand)Author
2021-02-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik
2019-01-24Removed ExPolygon::triangulate_pp() from Perl XS bindings and unit tests.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-13Implemented avoid_crossing_perimeters with VisiLibityAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-01Remove self-intersections before supplying polygon data to polyPartition and ...Alessandro Ranellucci
2014-04-28New get_trapezoids() implementation. Maybe heavier but it doesn't fail with s...Alessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-25Finished --cut implementationAlessandro Ranellucci
2014-04-24New ExPolygon::triangulate() methodAlessandro Ranellucci
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-04-24New coverage detection for bridges. Includes implementation of ExPolygon::get...Alessandro Ranellucci
2014-03-09Recursive pruning. Some more unit testsAlessandro Ranellucci
2014-03-05Promising approach to medial axis pruningAlessandro Ranellucci
2014-01-09Incomplete work for using Boost.Polygon to compute medial axisAlessandro Ranellucci
2013-11-22More unfinished workAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-21Ported contains_line() to XSAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-27Ported Polygon->is_valid() and ExPolygon->is_valid()Alessandro Ranellucci
2013-08-27Ported ExPolygon->contour and ExPolygon->holesAlessandro Ranellucci
2013-08-27Ported ExPolygon->area()Alessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-14Better polymorphism for ExPolygon::XS->rotateAlessandro Ranellucci
2013-07-14Cleaner clone() implementationAlessandro Ranellucci
2013-07-14Ported Slic3r::ExPolygon::Collection to XSAlessandro Ranellucci
2013-07-11Make threaded perls work with XS data in plater thumbnails. Includes cleaner ...Alessandro Ranellucci
2013-07-11ExPolygon::XS->rotate()Alessandro Ranellucci
2013-07-11New ->scale() method for ExPolygon::XSAlessandro Ranellucci
2013-07-07Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-07Fix destructorsAlessandro Ranellucci
2013-07-07Have Clipper.pm only return ExPolygon::XS objectsAlessandro Ranellucci
2013-07-07Bless arrayref representation into Slic3r classesAlessandro Ranellucci
2013-07-07Rename _toPerl() to arrayref()Alessandro Ranellucci
2013-07-06New Slic3r::ExPolygon::XS classAlessandro Ranellucci