Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2022-04-28Fix reading TBB version (#2766)Stephen Hurd
2022-04-26Update intel TBB to 2021.5 and OpenVDB to 8.2tamasmeszaros
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-08-20Fix warnings when newer CMake is used.tamasmeszaros
project() call should always come AFTER cmake_minimum_required(). This caused various hard-to-debug issues when searching for packages. Newer CMake versions complain that compatibility is broken with v2.6
2021-07-26Fix issues with finding new deps on wintamasmeszaros
2021-07-15Search for a better openvdb find module if availabletamasmeszaros
Solves #6681, alternative path for openvdb installation can be specified via cache variable
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.
2021-02-03Fix openvdb configure process with unusable vdb_printtamasmeszaros
2021-01-26Use prusaslicer_add_cmake_project on each cmake deps projecttamasmeszaros
replace avrdude conf generation from C to CMake code
2021-01-07Fix for incorrect text fitting on gtk comboboxes.tamasmeszaros
fixes #4584
2020-05-14Exclude *.m and *.mm Objective-C sources from including pchtamasmeszaros
2020-05-14Modify PCH script to use builtin cmake function if possible.tamasmeszaros
2020-05-07Fix openvdb not being found in win when only release build is presenttamasmeszaros
2020-04-29single slicer instanceDavid Kocik
check for other instances during startup send message with command line arguments if found and terminate listen for those messages and load objects from paths in messages from them
2020-02-07Add check for cereal library in CMaketamasmeszaros
Fixes #3547, replaces #3613
2020-01-27Set OpenVDB_FOUND if no debug but release is there and not on MSVCtamasmeszaros
2020-01-27Try to fix cmake - openvdb on mactamasmeszaros
2020-01-24Fix the previous fixtamasmeszaros
2020-01-24Fix missing atomic check from FindOpenVDBtamasmeszaros
It has to be re-checked and added as needed to the imported target link-line SPE-1073
2020-01-23Fix latomic linking on Mactamasmeszaros
SPE-1079
2020-01-17Fix FindOpenVDB on Linuxtamasmeszaros
2020-01-16Follow up for Windows build fixestamasmeszaros
2020-01-16Fix build issues on Windowstamasmeszaros
2019-12-17Grab the release in debug mode if there is no debug when not on msvctamasmeszaros
2019-12-17Only consider openvdb debug if necessary. Add REQUIRED to openvdbtamasmeszaros
2019-12-17Fix linking of OpenVDB in debug mode on multi conf generators.tamasmeszaros
2019-12-12Merge branch 'master' into lm_tm_hollowingLukas Matena
2019-12-11Another small fix for FindGLEWtamasmeszaros
2019-12-11Fix finding static libraries on windows (mingw)tamasmeszaros
2019-12-11Finding GLEW work in release and debug. tamasmeszaros
Make building in release and debug in one cmake run on msvc with the prusaslicer_add_cmake_project function.
2019-12-10Small fix for OpenVDB find scripttamasmeszaros
2019-11-13Holes are now visible on slices in preview.tamasmeszaros
2019-10-25Fix openvdb dependency in libslic3rtamasmeszaros
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
2019-10-04libnest2d test rewritten for catch2. Fine tuned catch2 integration.tamasmeszaros
2019-10-04Catch2 test framework integration.tamasmeszaros
2019-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-01-08Fixed pre-compiled header command line options, especially on Linuxhexane360
2018-12-21Remove stray cmake messageVojtech Kral
2018-12-21KBShortcutsDialog: Add symbols for Command and Option on MacVojtech Kral
2018-10-29Fixed target path of precompiled headers binary.bubnikv
2018-10-29Precompiled headers on Visual Studio & GCC, with the highest hopesbubnikv
that it will not break the build server.
2018-10-22Fixes of the CMake build system to compile Release and Debug buildsbubnikv
on MS Windows.
2018-09-18removing unnecessary artefacts FindFlann and duplicate c++11 standard ↵tamasmeszaros
definition in cmake.
2018-08-13Rough base pool geometry can be generated from convex hull or from the ↵tamasmeszaros
ground slice itself.