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
path: root/xs
AgeCommit message (Expand)Author
2017-03-08Parallelized TriangleMeshSlicer::make_expolygonsbubnikv
2017-03-08Fixed a newly introduced memory leak into the Clipper library,bubnikv
2017-03-08Fixed a race condition in the parallelizationbubnikv
2017-03-08Improved debugging of slicing.bubnikv
2017-03-08Parallelized the slow discover_vertical_shells()bubnikv
2017-03-08C++ compiler suppressed default constructor and assignment operatorbubnikv
2017-03-08Simplify_slices rewritten to C++, parallelized.bubnikv
2017-03-08Fixing of slicing errors ported to C++, parallelized.bubnikv
2017-03-08Parallelized PrintObject::_slice(), make_slices() code.bubnikv
2017-03-08TriangleMeshSlicerbubnikv
2017-03-08Trace TriangleMeshSlicer at loglevel debug (nr. 4)bubnikv
2017-03-07Parallelized PrintObject::detect_surfaces_type()bubnikv
2017-03-07Parallelize PrintObject::process_external_surfaces()bubnikv
2017-03-07Yet another fix of the static linking on Windows.bubnikv
2017-03-07Yet another fix of a static TBB linkage.bubnikv
2017-03-07Fix of intel TBB linking.bubnikv
2017-03-07Fix of a static library extension of the INtel Thread Building Blocks on OSX/...bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-03-06Implementation of scaling factor of objects into an AMF file.bubnikv
2017-03-06Fix of https://github.com/prusa3d/Slic3r/issues/172 ?bubnikv
2017-03-05Fix for OSX: clang requires the member operator< and == to be const.bubnikv
2017-03-04Clipper memory optimization: Own memory manager for OutPt objects.bubnikv
2017-03-03Another Clipper optimization. When adding a set of pathsbubnikv
2017-03-03Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-03Clipper library:bubnikv
2017-03-03Some optimization of memory allocation, some reduction / inlining of short fu...bubnikv
2017-03-03TriangleMeshSlic3r used unordered_map, which was terribly horribly shamelesslybubnikv
2017-03-03Set boost tracing level on DLL initialization to errors only.bubnikv
2017-03-03Tracing of TriangleMesh repair.bubnikv
2017-03-03Reverted unification of positive and negative zeros when loadedbubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-03-02Revert "Some optimization of memory allocation, some reduction / inlining of ...bubnikv
2017-03-02Revert "Clipper library:"bubnikv
2017-03-02Revert "Fix: Orientation() has been declared inline, therefore not exported."bubnikv
2017-03-02Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-02Clipper library:bubnikv
2017-03-02Extended tracing of the slicing process.bubnikv
2017-03-02Define a surface type count constant to be able to address a vectorbubnikv
2017-03-02Optimization of LayerRegion::slices_to_fill_surfaces_clipped()bubnikv
2017-03-02Fix of #117: A large fractal pyramid takes ages to slicebubnikv
2017-03-02Shiny Profiler: Disable exponential dumping of the timing data.bubnikv
2017-03-02Need to include '-lboost_filesystem' in build #166bubnikv
2017-03-02Utility function SVG::export_expolygons() to paint a set of possiblybubnikv
2017-03-02The Shiny profiler is not thread safe. Disable parallelization ifbubnikv
2017-03-01Some optimization of memory allocation, some reduction / inlining of short fu...bubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Restore [input_filename] in custom G-code as wellAlessandro Ranellucci
2017-02-28Update Config.xsp (#50)AndylgTom
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
2017-02-27Fixed typos in AMF export.bubnikv