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
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-06More compilation changes for Win32Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-02-01fix XS build on Windows #1433 #1681Kamil Kwolek
2014-01-13TriangleMesh::slice() now accepts a vector of floats instead of doubles for c...Alessandro Ranellucci
2014-01-06Incomplete work for porting BoundingBox to XSAlessandro Ranellucci
2014-01-05Ported Flow to XSAlessandro Ranellucci
2013-12-09More work for refactoring add_model() to add_model_object(). Tests passAlessandro Ranellucci
2013-10-13New class for generating SVG from XS. Includes some minor refactoring to Tria...Alessandro Ranellucci
2013-09-23Fix compilation on Windows. #1433Alessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-09Move confess_at() to utils.cppAlessandro Ranellucci
2013-09-09Fix a bad access after recent change about ->p returning objects by referenceAlessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-08-26Fix compilation on WindowsAlessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-08Move everything into the Slic3r namespace. #1301Alessandro Ranellucci
2013-07-06New Slic3r::Point::XS classAlessandro Ranellucci
2013-06-24New Slic3r::TriangleMesh::XS classAlessandro Ranellucci
2013-06-23Include admesh code for STL repairAlessandro Ranellucci
2013-06-23Cache a Z table for layer range searchAlessandro Ranellucci
2013-06-22New XS framework for C and C++ codeAlessandro Ranellucci