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
path: root/xs
AgeCommit message (Expand)Author
2016-12-20New supports now do rafts at least to the extent the test cases run through.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-12-14Another take to get rid of the templates from the ClipperUtil.hppbubnikv
2016-12-13Had troubles with the template instantiation on OSX, so I revertedbubnikv
2016-12-13Fixed compilation of ClipperUtils on GCC, which is more strictbubnikv
2016-12-13VS2013 could compile this, let's hope GCC will as well.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-13Added a move constructor / assignment operator to the old Clipper librarybubnikv
2016-12-13Fixed typo, missing class name.bubnikv
2016-12-12Try to fix compilation problems due to Perl crazy macros.bubnikv
2016-12-12Fix compilation on Linux.bubnikv
2016-12-12Perl crazy macros strike again, they collide with boost threads.bubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv
2016-12-12ConfigOptionVector::get_at(idx)bubnikv
2016-12-12Added methods set/add to SurfaceCollection.bubnikv
2016-12-12Shortcuts for zero mesh transformations.bubnikv
2016-12-12Minor fix of bridging flow, see @alexrj 3a3b24ec7c803c58919a5401e5804261999875b4bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Don't be lazy, use fully qualified Slic3r::Polygon/ExPolygon/Point/Line namesbubnikv
2016-12-08Fix compilation, cherry picked from @alexrj fde6e2e61deabd097a3bf565d49480771...Alessandro Ranellucci
2016-12-08Try to fix compilation problem with Boost 1.54. #3595Alessandro Ranellucci
2016-12-08Fix perl redefining multiple functions also defined/used by boostlib through ...Joseph Lenox
2016-12-08Maybe the Travis CI server has more than 16 cores?Alessandro Ranellucci
2016-12-08Try to fix compilation error about the new threads defaultAlessandro Ranellucci
2016-12-08Fixes and improvements to the view selection menu, cherry picked from @alexrj...Alessandro Ranellucci
2016-12-08Minor fixes to parallelize code, cherry picked from @alexrj 5242b3e03ab2b195b...Alessandro Ranellucci
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci
2016-12-08Automatically detect the number of cores and use that as a default for thread...Alessandro Ranellucci
2016-12-08Parallelize TriangleMeshSlicer::slice(), cherry picked from @alexrj 83ad123d9...Alessandro Ranellucci
2016-12-08Fixed regression in the _make_perimeters portAlessandro Ranellucci
2016-12-08Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry...Alessandro Ranellucci
2016-12-05Fix of ASCII STL parser. Accept a model even with invalid normals.bubnikv
2016-11-29Supports using the EdgeGrid simplify_contourbubnikv
2016-11-29Point dot operator and PointHash object for std unique_xxx functions.bubnikv
2016-11-29EdgeGrid::contours_simplified for supportsbubnikv
2016-11-29logging of slicing processbubnikv
2016-11-29Fix of the last clipperutil safety_offset modification. Handle safetybubnikv
2016-11-29Bounding Box - new method align_to_gridbubnikv
2016-11-28Squashed commit of the following:Bill Waggoner
2016-11-28Step forward in the C++ supports.bubnikv
2016-11-28Added a free "cross product" function to Pointf (thinking the Pointf isbubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-24Extended tracing of Support generatorbubnikv
2016-11-24Support calculation optimized.bubnikv
2016-11-24new Utils.hppbubnikv
2016-11-24Log support through boost::logbubnikv