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
2019-10-25Completely disable openvdb for nowtamasmeszaros
2019-10-25Disable OpenVDB until deps get updatedtamasmeszaros
2019-10-25Merge branch 'tm_openvdb_integration'tamasmeszaros
2019-10-25Add OpenVDB to dependenciestamasmeszaros
2019-10-24Fix RelWithDebInfo build on Linuxtamasmeszaros
2019-10-23Fix for unsupported cmake featuretamasmeszaros
2019-10-22another cleanuptamasmeszaros
2019-10-22Remove cmake debug messagestamasmeszaros
2019-10-22Solve build fail in RelWithDebInfo config with several imported targets.tamasmeszaros
2019-10-17CMakeLists.txt: turning off -W-ignored-attributes, there are loads of those w...Lukas Matena
2019-10-16Revert "CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang a...Lukas Matena
2019-10-15CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang againLukas Matena
2019-10-14Fix cmake with msvc generator.tamasmeszaros
2019-10-02Time conversion functions with tests.tamasmeszaros
2019-09-02Merge pull request #2646 from labsin/no_FHS_buildVojtech Kral
2019-08-28Plurals for number of Undo / Redo actions.bubnikv
2019-08-27Refreshed the dictionaries.bubnikv
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
2019-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-07-26Build: Remove SLIC3R_SYNTAXONLYVojtech Kral
2019-07-23An attempt to silence the Wreorder warning on OSX build serverLukas Matena
2019-07-23Fixed a few warnings in headers (meaning they were reported once for each inc...Lukas Matena
2019-07-22Use system Eigen3 on linux when foundYuri D'Elia
2019-07-17Only set SLIC3R_FHS_RESOURCES when SLIC3R_FHS is setSam Segers
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-06-26WIP: Undo / Redo stack.bubnikv
2019-06-25CMake: -Wignored-attributes is not supported in GCC<6.1Lukas Matena
2019-06-19Building igl statically and moving to the dep scriptstamasmeszaros
2019-06-18Merge branch 'vb_admesh_fix'bubnikv
2019-06-13Build fix when boost is not in prefix/boosttamasmeszaros
2019-06-06Merge remote-tracking branch 'remotes/origin/master' into vb_admesh_fixbubnikv
2019-06-06Support for Visual Studio 2019 Communitybubnikv
2019-06-04WIP: Admesh - replacement of C memory allocation with std vectorsbubnikv
2019-05-30Build system tweaks to get rid of cmake and boost warnings.tamasmeszaros
2019-05-13Generate debug symbols for Windows builds even in Release mode.bubnikv
2019-05-13Further renaming to PrusaSlicerbubnikv
2019-05-13WIP: Renaming to PrusaSlicer.bubnikv
2019-05-06Require Boost 1.64.0 and newer on Linux & OSX due to the Boost::processbubnikv
2019-04-23Added explicit linkage of pthreads library (needed on raspberry PI)Vojtech Bubnik
2019-04-18Added comments to the gettext dictionaries generated by the xgettext tool.bubnikv
2019-04-12WIP: Restoring of the command line only builds (no GUI support).bubnikv
2019-03-25Build: Add an option to choose GTK version on Linux, fix #1937Vojtech Kral
2019-01-30Removed Microsoft specific _DEBUG flag from the Unix systems.bubnikv
2019-01-29Add DEBUG and _DEBUG symbols on OSX & Linux in a way the Visual Studiobubnikv
2019-01-24Mac: Implement Retina for the 3D scene, fix #97Vojtech Kral
2019-01-11Build: Fix deployment target on Mac #1421Vojtech Kral
2019-01-11Build: Add a flag to disable PCHversion_1.42.0-alpha3Vojtech Kral
2019-01-09Fix: wxWidgets 3.0 back-compatVojtech Kral
2019-01-09Merge pull request #1613 from hexane360/cmake-fixesVojtech Kral
2019-01-09Added version check for Eigen (>=3.0)hexane360