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 (Expand)Author
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-09-14WIP: admesh eradicationVojtech Bubnik
2021-08-20Fix warnings when newer CMake is used.tamasmeszaros
2021-06-08SLA backend refactored, except Hollowingtamasmeszaros
2021-05-24Fixed several locales issues on file import/exportLukas Matena
2021-05-17WIP: Reworked slicingVojtech Bubnik
2021-02-10Reduction on compiler warnings, mainly on MSVC.Vojtech Bubnik
2021-02-05Improved robustness of stl_fix_normal_directions(stl_file *stl)Vojtech Bubnik
2020-10-12Replace deprecated Boost header in "admesh"Megidd
2020-09-17Refactoring of adaptive cubic / support cubic:Vojtech Bubnik
2019-12-09Fixed crash while repairing imported modelEnrico Turri
2019-11-19Fixed normals transformation in functions stl_transform()Enrico Turri
2019-09-27Fixing Linux buildLukas Matena
2019-09-24Fixed memsetting non-trivially-copyable typesLukas Matena
2019-09-24Relocate declaration of stl_internal_reverse_quadsJason Tibbitts
2019-09-19Another fix of admesh on big endian architectures, fixes #2879bubnikv
2019-09-12Merge remote-tracking branch 'remotes/origin/master' into devbubnikv
2019-09-12Fix of 2.1.0-rc2 Fails to open "certain' STL files #2906bubnikv
2019-09-09Merge remote-tracking branch 'remotes/origin/master' into devbubnikv
2019-09-09Fix of a regression big endian issue in admeshbubnikv
2019-09-06Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into devEnrico Turri
2019-09-05Fighting the ASCII STL import.bubnikv
2019-09-02Fixed couple of warningsLukas Matena
2019-08-26The ASCII STL import was made more tolerant to non-standard input format,bubnikv
2019-07-18Undo / Redo memory conservation strategy: Release recoverable databubnikv
2019-07-17WIP: Undo / Redo memory limiting by releasing the least recentlybubnikv
2019-07-05Fix of the Undo / Redo for Cut.bubnikv
2019-06-18Merge branch 'vb_admesh_fix'bubnikv
2019-06-14Removed unnecessary copy / move constructors / assignment operators.bubnikv
2019-06-14Fix of admesh import due to boost::pool::destroy taking O(n).bubnikv
2019-06-13Further C++isation of the admesh library & TriangleMeshbubnikv
2019-06-13Build fix when boost is not in prefix/boosttamasmeszaros
2019-06-11Fix of previous commitbubnikv
2019-06-11Sharing TriangleMesh objects between the front end (UI) and back endbubnikv
2019-06-11admesh refactoring: Using boost::object_pool for linked list memorybubnikv
2019-06-10Fix of a typo.bubnikv
2019-06-10admesh refactoring: Use Eigen vec3i for indexed triangles.bubnikv
2019-06-10admesh refactoring: replaced various diagnostics outputs with boost::logbubnikv
2019-06-10admesh refactoring: separation of the shared vertices / indicesbubnikv
2019-06-10admesh refactoring: Removed the shared_vertices counter as it is nowbubnikv
2019-06-10Refactored admesh to get rid of the error and fp members of stl_file.bubnikv
2019-06-10admesh refactoring: Move the hashing structure out of stl_filebubnikv
2019-06-10Fix of the previous refactoring.bubnikv
2019-06-04WIP: Admesh - replacement of C memory allocation with std vectorsbubnikv
2019-06-04Fix of mesh decimation (the admesh library).bubnikv
2019-05-30Build system tweaks to get rid of cmake and boost warnings.tamasmeszaros
2019-05-14Changed references to renamed github projectbubnikv
2019-05-07Merge branch 'master' of https://github.com/prusa3d/Slic3rbubnikv
2019-05-07Workaround to fix crash reported in #2209Enrico Turri
2019-04-29Yet another template gymnasticsbubnikv