OrcaSlicer/xs/src
Alessandro Ranellucci ab25cc4940 Merge branch 'xs-config'
Conflicts:
	lib/Slic3r/Config.pm
	xs/MANIFEST
2013-12-22 01:41:55 +01:00
..
admesh Split objects could not be repositioned in plater. 3D preview and stats were not available too. #1543 2013-11-24 14:28:17 +01:00
clipper.cpp Update Clipper to 6.0.0 2013-11-20 11:35:58 +01:00
clipper.hpp Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
ClipperUtils.cpp Ported traverse_pt() to XS 2013-11-23 23:21:59 +01:00
ClipperUtils.hpp Ported traverse_pt() to XS 2013-11-23 23:21:59 +01:00
Config.cpp Satisfy test suite with new XS based config 2013-12-22 01:38:10 +01:00
Config.hpp Satisfy test suite with new XS based config 2013-12-22 01:38:10 +01:00
ExPolygon.cpp More unfinished work 2013-11-22 02:16:10 +01:00
ExPolygon.hpp More unfinished work 2013-11-22 02:16:10 +01:00
ExPolygonCollection.cpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
ExPolygonCollection.hpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
ExtrusionEntity.cpp Incomplete work for porting simplify() to XS 2013-11-21 20:25:24 +01:00
ExtrusionEntity.hpp Incomplete work for porting simplify() to XS 2013-11-21 20:25:24 +01:00
ExtrusionEntityCollection.cpp Fix segfault when calling chained_path() on an ExtrusionPathCollection using no_sort. Includes regression test 2013-09-28 15:30:10 +02:00
ExtrusionEntityCollection.hpp Don't return first_point() and last_point() by reference 2013-09-02 22:33:03 +02:00
Geometry.cpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
Geometry.hpp Refactoring. Use Model class for representing the plate in GUI 2013-12-12 20:19:33 +01:00
Line.cpp Ported contains_line() to XS 2013-11-21 15:12:06 +01:00
Line.hpp Ported contains_line() to XS 2013-11-21 15:12:06 +01:00
MultiPoint.cpp Ported simplify() to XS and removed dependency on Boost::Geometry::Utils 2013-11-22 16:01:50 +01:00
MultiPoint.hpp Ported simplify() to XS and removed dependency on Boost::Geometry::Utils 2013-11-22 16:01:50 +01:00
myinit.h More work for refactoring add_model() to add_model_object(). Tests pass 2013-12-09 01:12:37 +01:00
Point.cpp Merge branch 'xs-config' 2013-12-22 01:41:55 +01:00
Point.hpp Satisfy test suite with new XS based config 2013-12-22 01:38:10 +01:00
Polygon.cpp More unfinished work 2013-11-22 02:16:10 +01:00
Polygon.hpp More unfinished work 2013-11-22 02:16:10 +01:00
Polyline.cpp More unfinished work 2013-11-22 02:16:10 +01:00
Polyline.hpp More unfinished work 2013-11-22 02:16:10 +01:00
PolylineCollection.cpp Ported encloses_point() to XS and renamed to contains_point() 2013-11-21 16:21:42 +01:00
PolylineCollection.hpp Use Clipper for line clipping 2013-11-21 14:15:38 +01:00
ppport.h New XS framework for C and C++ code 2013-06-22 17:16:45 +02:00
Print.cpp Ported Slic3r::Print::State to XS 2013-12-20 01:36:42 +01:00
Print.hpp Ported Slic3r::Print::State to XS 2013-12-20 01:36:42 +01:00
PrintConfig.cpp Decoupled a generic Config implementation from the PrintConfig definitions 2013-12-21 16:15:41 +01:00
PrintConfig.hpp Merge branch 'xs-config' 2013-12-22 01:41:55 +01:00
Surface.cpp Finished porting group() to XS 2013-11-23 18:15:59 +01:00
Surface.hpp Finished porting group() to XS 2013-11-23 18:15:59 +01:00
SurfaceCollection.cpp Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566 2013-12-04 00:11:08 +01:00
SurfaceCollection.hpp Bugfix: segfault in SurfaceCollection->group(), fixed with a better implementation. #1566 2013-12-04 00:11:08 +01:00
SVG.cpp Flag for arrows in SVG.cpp 2013-10-26 14:41:37 +02:00
SVG.hpp Flag for arrows in SVG.cpp 2013-10-26 14:41:37 +02:00
TriangleMesh.cpp Move centering outside the Print object 2013-12-15 16:17:12 +01:00
TriangleMesh.hpp Fix compilation and test suite 2013-12-18 16:34:31 +01:00
utils.cpp Conditional compilation to exclude all Perl/XS stuff from C++ code 2013-09-13 14:48:40 +02:00