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
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
* Add Linux openvdb integration * Add Mac openvdb integration and enable in ALL * Create openvdb sandbox to test integration. * Additional fixes in the patches * Remove slabasebed sandbox as it has no relevance now * Provide FindOpenVDB module and fix build issues
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 ↵Lukas Matena
with newer GCC, originating from Eigen (https://eigen.tuxfamily.org/bz/show_bug.cgi?id=1221)
2019-10-16Revert "CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang ↵Lukas Matena
again" That change breaks compilation on the old buildserver (gcc 5.4). We'll deal with the warning later somehow. This reverts commit 50448bf4dd178ce60b0e18aa2388ce29614715dc.
2019-10-15CMakeLists.txt: turning off Wno-ignored-attributes on GCC and Clang againLukas Matena
Eigen still produces tons of those warnings on newer gcc
2019-10-14Fix cmake with msvc generator.tamasmeszaros
* Remove unused libnest2d files. Make it use the global build script targets. * Modify FindTBB to address multi-config builds and take care of __TBB_NO_IMPLICIT_LINKAGE * Move FindNLopt to project common cmake module dir * Rename libnest.hpp to nester.hpp and libnest.h to libnest.hpp * Clean up common test suite build scripts
2019-10-02Time conversion functions with tests.tamasmeszaros
Fixes issue with incorrect characters in time strings on UI. Fix platform dependency Fix return value with incorrect strings. Just use strptime and strftime on all platforms. Emulate strptime on msvc... because they don't have it and their get_time is buggy.
2019-09-02Merge pull request #2646 from labsin/no_FHS_buildVojtech Kral
Only set SLIC3R_FHS_RESOURCES when SLIC3R_FHS is set
2019-08-28Plurals for number of Undo / Redo actions.bubnikv
2019-08-27Refreshed the dictionaries.bubnikv
Introduced a new localization macro L_CONTEXT(string, context) to define context dependent translations. The only strings - "Top" and "Bottom" were already using context, but until now the context had to be added to the PrusaSlicer.pot file manually, while the context is being generated automatically now.
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
Succesfull build on mingw-w64 fix sandboxes Mingw fixes and full parallel support tree gen.
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
Clang apparently cares about order of command line arguments, so -Wall should come before -Wno-whatever
2019-07-23Fixed a few warnings in headers (meaning they were reported once for each ↵Lukas Matena
include) Fixed an identification of CXX compiler in cmake so that 'AppleClang' is recognized
2019-07-22Use system Eigen3 on linux when foundYuri D'Elia
2019-07-17Only set SLIC3R_FHS_RESOURCES when SLIC3R_FHS is setSam Segers
This makes it possible to run slic3r in a temporary direction with make DESTDIR="run" install
2019-07-15Merge branch 'master' into lm_warningsLukas Matena
2019-06-26WIP: Undo / Redo stack.bubnikv
Integration of the "cereal" serialization library. Serialization / deserialization of the DynamicConfig / DynamicPrintConfig. DynamicPrintConfig serializes ordinal identifiers instead of the option key strings to conserve space.
2019-06-25CMake: -Wignored-attributes is not supported in GCC<6.1Lukas Matena
-turned off -Wunknown-pragmas for GCC
2019-06-19Building igl statically and moving to the dep scriptstamasmeszaros
Fixing dep build script on Windows and removing some warnings. Use bundled igl by default. Not building with the dependency scripts if not explicitly stated. This way, it will stay in Fix the libigl patch to include C source files in header only mode.
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
Removed the obsolte icons.
2019-05-06Require Boost 1.64.0 and newer on Linux & OSX due to the Boost::processbubnikv
library
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
The prefix to be searched for in the source code comments is TRN
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
Made condional compilation of assert code based on #ifndef NDEBUG instead of #ifdef _DEBUG to compile on Unix systems.
2019-01-29Add DEBUG and _DEBUG symbols on OSX & Linux in a way the Visual Studiobubnikv
does that.
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
Fix #1599
2019-01-09Merge pull request #1613 from hexane360/cmake-fixesVojtech Kral
CMake pre-compiled header and warning fixes
2019-01-09Added version check for Eigen (>=3.0)hexane360