Lukas Matena
deac513faa
Fixed conflicts after merge
2022-08-15 15:23:59 +02:00
Lukas Matena
bce2b148f4
Merged 2.5.0-beta1 into master (NO CONFLICTS FIXED)
2022-08-15 13:41:40 +02:00
tamasmeszaros
2486a2363c
Try to reduce number of build threads only for OCCT
2022-08-11 16:49:13 +02:00
tamasmeszaros
88ba89dbbc
STEP: Implementation ported from BambuStudio:
...
CMake handling is different
STEP: Removed preprocessing stage
STEP: Small refactoring
STEP: Bigger refactoring
STEP: Changed naming on loaded object and volumes:
If the STEP contains exactly one named volume, the object and its first
volume will both have that name. Otherwise, filename w/o suffix is used
as object name and volumes are named using names from the STEP (if there
is none, untranslated "PartN" string is used).
STEP: Load the libraries dynamically on Win
wip
2022-08-11 16:49:13 +02:00
tamasmeszaros
9a7e024f78
Update wxWidgets to 3.1.7
...
added handling for nanosvg with cmake
2022-07-29 11:21:54 +02:00
tamasmeszaros
97a9c1ae1d
Revamp CURL integration. Exclude it from APPLE
2022-06-02 09:03:52 +02:00
tamasmeszaros
3a7cdeeae4
Revamp CURL integration. Exclude it from APPLE
2022-05-16 14:02:46 +02:00
tamasmeszaros
1070d71da6
Use upstream Qhull, remove duplication in deps and src
...
REALfloat is not defined to 0 on all platforms.
2022-04-04 12:43:25 +02:00
tamasmeszaros
af413e37bb
Deps: Change empty CMAKE_BUILD_TYPE to Release on single config generators
2021-08-26 10:39:46 +02:00
tamasmeszaros
db2951c8c3
Fix patching for ZLIB
2021-07-26 13:16:01 +02:00
tamasmeszaros
a6a8063768
Add TIFF and JPEG for wxWidgets
...
using URL does not download git submodules for wx
2021-07-26 13:16:01 +02:00
tamasmeszaros
ac51a7c3d1
Add new option DEP_DOWNLOAD_DIR and go with URLs everywhere
2021-07-26 13:16:01 +02:00
tamasmeszaros
b82aa065ae
Add Boost the new way
2021-07-26 13:16:01 +02:00
tamasmeszaros
8753c63e72
Add OpenVDB (and sub libraries) the new way
2021-07-26 13:16:01 +02:00
tamasmeszaros
f4733e69fc
Add Qhull the new way
2021-07-26 13:16:01 +02:00
tamasmeszaros
cf9723b7cc
Add Cereal the new way
2021-07-26 13:16:01 +02:00
tamasmeszaros
974967640b
Add CURL and OpenSSL the new way
2021-07-26 13:16:01 +02:00
tamasmeszaros
d1cdf80fef
Add TBB the new way to dependencies, remove gtest
2021-07-26 13:16:01 +02:00
tamasmeszaros
69139c2a6f
Add NLopt the new way to dependencies
2021-07-26 13:16:01 +02:00
bubnikv
c10f6a622d
Fixed unit tests on Windows after introduction of GMP to
...
boost::polygon Voronoi diagram generator by Vojtech.
Fixed Perl bindings on Windows after some "improvement" of the Windows 10
SDK headers, which fail if included from a C++ code using the
extern "C"
clause. Namely, the Windows 10 SDK include for sockets introduces C++ macros
if a "compiled with C++" symbol is provided even if included through
exetrn "C".
2020-06-27 08:44:13 +02:00
Vojtech Bubnik
180742ccaa
Pulling patched boost::polygon from github prusa3d/polygon.
2020-05-22 15:33:11 +02:00
tamasmeszaros
8969613a5a
Fix cmake error on unixes
2020-05-07 12:46:37 +02:00
tamasmeszaros
55e4b48642
deps: fix ZLIB being built after its needed
2020-05-07 09:42:11 +02:00
tamasmeszaros
572b5ba8bb
Add PNG and wxWidgets 3.1.3 uniformly to all platforms with cmake build.
...
wx is built with png as a dependency, wxpng is disabled.
2020-04-28 15:01:56 +02:00
Vojtech Bubnik
b578b7ec87
New parameter DEP_WX_GTK3=on/off to build wxWidgets against GTK3.
2020-04-02 11:42:45 +02:00
tamasmeszaros
e1ecf03e0c
Revert "Fix minimum osx version not being specified for GMP and MPFR"
...
CXXFLAGS overrides default flags for gmp and mpfr
2020-03-17 08:55:51 +01:00
tamasmeszaros
7118d77bea
Fix minimum osx version not being specified for GMP and MPFR
...
put `env` before configure and the variables
addresses issue #3847
2020-03-16 15:15:46 +01:00
tamasmeszaros
9bf09e2874
Fix linking of OpenVDB in debug mode on multi conf generators.
2019-12-17 16:50:00 +01:00
tamasmeszaros
c26705ddad
Try to fix deps build on win32 with forwarding CMAKE_GENERATOR_PLATFORM
2019-12-12 13:09:57 +01:00
tamasmeszaros
4a931c037a
Fix CGAL target name
2019-12-11 14:23:12 +01:00
tamasmeszaros
e2bea1ed17
Merge branch 'tm_opencsg'
2019-12-11 14:04:04 +01:00
tamasmeszaros
4282c57069
Fix zlib on msvc
2019-12-11 14:01:14 +01:00
tamasmeszaros
4a4d8b4e26
Fix zlib dependencies and CMAKE_MODULE_PATH forwarding
2019-12-11 14:01:07 +01:00
tamasmeszaros
5b67ce5105
Merge branch 'tm_opencsg'
2019-12-11 12:52:03 +01:00
tamasmeszaros
38aa5cb437
Finding GLEW work in release and debug.
...
Make building in release and debug in one cmake run on msvc with the prusaslicer_add_cmake_project function.
2019-12-11 12:32:29 +01:00
tamasmeszaros
b47869c4ac
Register OpenCSG in deps
2019-12-10 13:51:53 +01:00
tamasmeszaros
7ef4183d0f
Fixes on the prusaslicer_add_cmake_project function
2019-12-10 13:46:04 +01:00
tamasmeszaros
c6223e5d7c
Add CGAL to ALL build
2019-12-10 12:52:28 +01:00
tamasmeszaros
f94321e117
Add Unix builds for gmp and mpfr, downloading and configure for cgal
2019-12-10 12:50:52 +01:00
tamasmeszaros
2cc45dbf21
Add cgal mpfr and gmp for msvc with prebuilt binaries.
2019-12-10 11:22:45 +01:00
tamasmeszaros
1355efbb67
Add OpenCSG to deps (except for instant debug build with msvc)
2019-12-10 11:22:19 +01:00
Vojtech Kral
581bbc85d6
deps: Fix boost build on MacOS
2019-11-01 10:11:46 +01:00
tamasmeszaros
4554da29ab
Add OpenVDB to dependencies
...
* 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-25 13:15:21 +02:00
tamasmeszaros
7e0199746e
more clang warnings enabled, performance measuring
...
Succesfull build on mingw-w64
fix sandboxes
Mingw fixes and full parallel support tree gen.
2019-08-16 16:17:37 +02:00
bubnikv
ab7ecc1819
Merge remote-tracking branch 'remotes/origin/vb_undo_redo'
2019-07-15 11:34:18 +02:00
tamasmeszaros
386a42b4c5
Disable dep_libigl in deps. Include dir collisions...
2019-07-09 10:15:40 +02:00
bubnikv
c7cc760067
Merge remote-tracking branch 'origin/master' into vb_undo_redo
2019-07-04 20:22:15 +02:00
tamasmeszaros
74b420d608
Remove option for igl static build due to Eigen version mismatch .
2019-06-26 17:06:41 +02:00
bubnikv
a710e7e7e4
WIP: Undo / Redo stack.
...
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-26 13:26:49 +02:00
tamasmeszaros
b8f9d2e2d8
Update default igl dependency to header-only.
2019-06-20 12:54:43 +02:00