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
AgeCommit message (Collapse)Author
2017-07-13Experimental feature, which may make the Clipper offsets run fasterbubnikv
due to avoiding the 128bit multiply operations: A filtered predicate is tried to calculate SlopesEqual() to minimize the invocation of 128bit multiply operations.
2017-04-04Fix of https://github.com/prusa3d/Slic3r/issues/214bubnikv
Dent in perimeters around a hole Clipper Offset has been extended to remove tiny edges before the offset. This is important as the tiny edges pose difficulty for normal calculation, leading to various adverse effects like kinks and dents in the offsetted contour.
2017-03-08Fixed a newly introduced memory leak into the Clipper library,bubnikv
made all Clipper interfaces non-virtual.
2017-03-04Clipper memory optimization: Own memory manager for OutPt objects.bubnikv
Allocate OutPt by chunks of 32, reuse the released OutPt objects.
2017-03-03Another Clipper optimization. When adding a set of pathsbubnikv
to Clipper, allocate the edges in a single continuous vector.
2017-03-03Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-03Clipper library:bubnikv
Added some comments, some methods were made inline, tiny methods moved to the header as inline, dynamic allocation replaced with std:: containers, changed some loops to the condensed C++11 syntax.
2017-03-03Some optimization of memory allocation, some reduction / inlining of short ↵bubnikv
functions.
2017-03-02Revert "Some optimization of memory allocation, some reduction / inlining of ↵bubnikv
short functions." This reverts commit bc19e97d4593fb98592d0f46021835c1ad627ea8.
2017-03-02Revert "Clipper library:"bubnikv
This reverts commit 90a415ae1044d762be5ba63f70ff7250c1e6e1d8.
2017-03-02Revert "Fix: Orientation() has been declared inline, therefore not exported."bubnikv
This reverts commit c2ee73d21115b2077a0e7ed2d6f9b31f995b1b9e.
2017-03-02Fix: Orientation() has been declared inline, therefore not exported.bubnikv
2017-03-02Clipper library:bubnikv
Added some comments, some methods were made inline, tiny methods moved to the header as inline, dynamic allocation replaced with std:: containers, changed some loops to the condensed C++11 syntax.
2017-03-01Some optimization of memory allocation, some reduction / inlining of short ↵bubnikv
functions.
2016-12-13Added a move constructor / assignment operator to the old Clipper librarybubnikv
PolyTree class.
2015-11-04Function arguments passed by referencentfshard
2015-11-04Style fix: const for some functionsntfshard
2015-02-22Update to Clipper 6.2.9. Fixes #2639Alessandro Ranellucci
2015-02-15Updated Clipper to 6.2.8. This fixes several minor issues, including infill ↵Alessandro Ranellucci
paths not being trimmed correctly. #2448
2015-01-18Revert "Updated Clipper to 6.2.7"Alessandro Ranellucci
This reverts commit e6c022a61c6754e3b3b0654139b7e1f18da31fab.
2015-01-18Updated Clipper to 6.2.7Alessandro Ranellucci
2014-11-08Upgrade Clipper to 6.2.1Alessandro Ranellucci
2014-05-26Revert "Update Clipper to r468. #2028"Alessandro Ranellucci
This reverts commit 6a6439576bed48ee1e5381a39fc913486cde95d4.
2014-05-26Update Clipper to r468. #2028Alessandro Ranellucci
2014-05-26Revert "Updated Clipper to r467 but it doesn't seem to fix #2028 yet"Alessandro Ranellucci
This reverts commit a62457d6b5e9b03ef01245b58f9d7c528c9b5107.
2014-05-26Updated Clipper to r467 but it doesn't seem to fix #2028 yetAlessandro Ranellucci
2014-05-24Update Clipper to last trunk to fix a couple Clipper bugs causing empty ↵Alessandro Ranellucci
intersection results and failure to process polylines with coinciding endpoints. This also caused crashed in some rare circumstances
2014-04-27Remove execute permissions for clipper source files.Y. Sapir
2014-03-24Update Clipper to 6.1.3aAlessandro Ranellucci
2013-12-24Update Clipper to 6.1.2Alessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-11-20Support the new Clipper APIAlessandro Ranellucci
2013-11-20Update Clipper to 6.0.0Alessandro Ranellucci
2013-08-26Downgrade Clipper to 5.1.5Alessandro Ranellucci
2013-07-16Port offset_ex() and offset2_ex() to XSAlessandro Ranellucci