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
2021-12-13Fix error in previous committamasmeszaros
2021-12-13Use TBB config scripts to find the library if using dynamic libraries.tamasmeszaros
fixes #7470 fixes #6355 ?
2021-02-10Reduction on compiler warnings, mainly on MSVC.Vojtech Bubnik
Fix of the new gap_fill_enable flag: Take it into account when comparing regions.
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-17Fix FindTBB on linux in debug mode.tamasmeszaros
2019-10-14Fix the missing link dependencies for tbb on Linuxtamasmeszaros
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
2018-12-21Remove stray cmake messageVojtech Kral
2018-12-21KBShortcutsDialog: Add symbols for Command and Option on MacVojtech Kral
2018-10-22Fixes of the CMake build system to compile Release and Debug buildsbubnikv
on MS Windows.
2017-08-30Fixed ReleaseWithDebugInfo build.bubnikv
2017-08-17CMake conversion, further steps: Now it compiles on Visual Studio 2013.bubnikv
2017-08-16Initial implementation of a CMake build system for the Slic3r XS module.bubnikv
Based on https://github.com/CReimer/Slic3r/tree/makefile_pr Big thanks to @CReimer for his huge effort.