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
path: root/deps
AgeCommit message (Collapse)Author
2022-03-30Fix boost build on windowstamasmeszaros
2022-03-30Fix boost build on arm mactamasmeszaros
2022-03-30Make boost more independent of the toolchain it was built from tamasmeszaros
2022-02-11Fix for #6364 - MacOS / Minimize window / Shortcut CMD + MYuSanka
There was a bug in wxWidgets 3.1.4. (wxWidgets/wxWidgets#18998) So, we cherry-picked fixing commit from the upstream wxWidgets to our "v3.1.4-patched" Note: It's update of the Sha256 for wxWidgets in master branch
2022-01-28Added option to enable UndefinedBehaviorSanitizer on Clang and GCC.Lukáš Hejl
2022-01-19Fix wxWidgets zip link to the actual committamasmeszaros
To know which commit is used in a particular PS commit
2022-01-07Fix wxWidgets zip shatamasmeszaros
2021-12-14Merge branch 'master' into devLukas Matena
2021-12-14Updated sha256 value for wxWidgetsYuSanka
2021-12-12Updating wxWidgets SHA due toVojtech Bubnik
"Fixed HiDPI scaling issue of dark moded spin control buttons" https://github.com/prusa3d/wxWidgets/commit/2052db1e5d8a2398f3cfe8f5eaf2ebd0657c5b3d
2021-12-10Updated deps-windows.cmake and Boost.cmake to be able to build dependencies ↵enricoturri1966
using Visual Studio 2022
2021-12-07Bumping up patched wxWidgets SHA after fixing a Win32 dark mode specificVojtech Bubnik
GDI resource leak. Should fix disappearing stuff #7369
2021-11-29MSW specific: Hide "Use system menu for application" option in Preferences ↵YuSanka
for system older then Windows 10 (related to the fix of #7355 - PrusaSlicer 2.4.0-beta-2+win64 will not start on Windows 7 64-bit ) + Updated URL_HASH SHA256 in wxWidgets.cmake in respect to the 51c824019e98fc97b0bcdd4d9f4ed4cb523a7cac in wxWidgets-v3.1.4-patched
2021-11-05Updated SHA256 in wxWidgets.cmakeYuSanka
2021-08-26Deps: Change empty CMAKE_BUILD_TYPE to Release on single config generatorstamasmeszaros
2021-07-26Update wx with new shatamasmeszaros
2021-07-26Fix boost_polygon downloadtamasmeszaros
2021-07-26Synch all lib versions with current mastertamasmeszaros
2021-07-26Adapt to changed boost src urlstamasmeszaros
2021-07-26Add patch for PNG needed on mac tamasmeszaros
2021-07-26Fix patching for ZLIBtamasmeszaros
2021-07-26Fix incorrect boost find resulttamasmeszaros
2021-07-26Accept new Blosc fixtamasmeszaros
2021-07-26Get Blosc from patched mirrortamasmeszaros
2021-07-26Fix qhull compilation on mactamasmeszaros
2021-07-26Fix curl darwinssl directive on mactamasmeszaros
2021-07-26Fine tune libtiff and libjpegtamasmeszaros
2021-07-26Fix CGAL url hashtamasmeszaros
2021-07-26Fix OpenSSL when not cross compilingtamasmeszaros
2021-07-26Add TIFF and JPEG for wxWidgetstamasmeszaros
using URL does not download git submodules for wx
2021-07-26Add new option DEP_DOWNLOAD_DIR and go with URLs everywheretamasmeszaros
2021-07-26Fix broken CURL on windowstamasmeszaros
2021-07-26Clean up and get ready for testing on all platformstamasmeszaros
2021-07-26Revert boost urltamasmeszaros
2021-07-26Remove unnecessary wxWidgets searchestamasmeszaros
2021-07-26OpenVDB stack compilestamasmeszaros
2021-07-26CGAL stack compilestamasmeszaros
2021-07-26TOOLCHAIN_PREFIX shall not end with - tamasmeszaros
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-03-09Disable wxMediaCtrl in wxWidgets buildtamasmeszaros
We don't need it. Building on Linux causes problems with gstreamer. fixes #5815, #6160
2021-03-01Bumping up wxWidgets to 3.1.4-patched on all platforms.Vojtech Bubnik
2021-02-04Disable libicu for boost-regextamasmeszaros
Should have been disabled from the beginning
2021-01-19Bumped up wxWidgets version on OSX for X86.Vojtech Bubnik