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-10Updated deps-windows.cmake and Boost.cmake to be able to build dependencies ↵enricoturri1966
using Visual Studio 2022
2021-07-26Clean up and get ready for testing on all platformstamasmeszaros
2021-07-26Add Boost the new waytamasmeszaros
2021-07-26Add OpenVDB (and sub libraries) the new waytamasmeszaros
2021-07-26Add Qhull the new waytamasmeszaros
2021-07-26Add Cereal the new waytamasmeszaros
2021-07-26Add CURL and OpenSSL the new waytamasmeszaros
2021-07-26Add TBB the new way to dependencies, remove gtesttamasmeszaros
2021-07-26Add NLopt the new way to dependenciestamasmeszaros
2021-04-13Fix boost dependency url.cp
Original host's lifetime has ended, see here: https://github.com/boostorg/boost/issues/502 This is PR #6349, amended by @lukasmatena who added the changes for platforms other than Windows.
2021-02-04Disable libicu for boost-regextamasmeszaros
Should have been disabled from the beginning
2021-01-15Updated boost requies date_time library to be compiled.Vojtech Bubnik
2021-01-15Bumped up boost version from 1.70.0 to 1.75.0 mainly due to an issueVojtech Bubnik
with an updated Xcode / clang incorrectly reporting that it supports __cpp_lib_uncaught_exceptions while it does not if targeting older platforms. This issue has been fixed in boost 1.74.0 and 1.75.0
2020-05-07deps: fix ZLIB being built after its neededtamasmeszaros
2020-04-28Add PNG and wxWidgets 3.1.3 uniformly to all platforms with cmake build.tamasmeszaros
wx is built with png as a dependency, wxpng is disabled.
2019-12-11Fix zlib on msvctamasmeszaros
2019-12-11Fix zlib dependencies and CMAKE_MODULE_PATH forwardingtamasmeszaros
2019-11-29WIP: Build on CentOS 6Vojtech Kral
2019-11-18Use the upstream qhull with the macos patch instead of patching manuallytamasmeszaros
2019-11-18Fix qhull downloadtamasmeszaros
2019-11-18Follow up: fixing patches on windowstamasmeszaros
2019-11-18Fix for deps patchingtamasmeszaros
2019-11-11Fix deps build on MacVojtech Kral
Fix #2264
2019-11-01Remove git update step from deps where patch is applied.tamasmeszaros
2019-10-30Add explicit ZLIB system package requirement on Unix systems.tamasmeszaros
We already depended on that but is wasn't stated in the deps script.
2019-10-30fix openvdb dependency build bugstamasmeszaros
Fixes for release only build of dependencies on windows Omit blosc packing in deps build Try to fix patching by reverting to git repos in download steps Patching does not remove or rename files.
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-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-06-26Remove option for igl static build due to Eigen version mismatch .tamasmeszaros
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-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-06Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicerbubnikv
2019-06-06Support for Visual Studio 2019 Communitybubnikv
2019-06-05Future-proof qhull dependency handlingtamasmeszaros
2019-04-23Some refactoring and documentation, modified Windows dependencies to compile ↵Vojtech Bubnik
against patched wxWidgets
2019-04-08Windows deps & build doc: Fix msbuild parallelism, cf. #2078Vojtech Kral
2019-03-25deps: Remove libpngVojtech Kral
2019-01-29Build: MSVC 2017 compat (w/o xs code - Perl unit tests)Vojtech Kral
2019-01-16Upgrade Boost to 1.66 on WindowsVojtech Kral
2019-01-10deps: Use wxWidgets 3.1.2 on Mac, use system SDK by default, various bugfixesVojtech Kral
2019-01-07deps: Fix libpng and zlib on WindowsVojtech Kral
2018-12-03deps script for Mac OS, XCode support fixVojtech Kral
2018-11-30Deps: Windows: Fix a couple of configurationsVojtech Kral
2018-10-23deps: Add gtest, nlopt, zlib, and libpng, add debug configurations on WindowsVojtech Kral
2018-10-16deps: Fix arch resolution on WindowsVojtech Kral
2018-10-16deps: Back to Boost 1.63 on Windows as newer ones require newer CMakeVojtech Kral
32bit deps fix
2018-10-15Build: Fix deps-unix-static.cmakeVojtech Kral
2018-10-15Build improvements: symlink resources properly with Visual StudioVojtech Kral
Convert dependencies into a CMake build script in the `deps` dir