Commit Graph

44 Commits

Author SHA1 Message Date
b146e8ae4e Fix qhull compilation on Mac 2019-10-22 09:59:16 +02:00
a02a929b17 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
73254ba3dd Can build with (original llvm) clang-cl on windows 2019-08-01 16:03:52 +02:00
6aeb779a1c Mac OS: Fix gettext lookup in deps build 2019-07-22 16:00:52 +02:00
e8e35579dd Merge remote-tracking branch 'remotes/origin/vb_undo_redo' 2019-07-15 11:34:18 +02:00
8010033d33 Disable dep_libigl in deps. Include dir collisions... 2019-07-09 10:15:40 +02:00
d98aa0f91d Merge remote-tracking branch 'origin/master' into vb_undo_redo 2019-07-04 20:22:15 +02:00
e61e6427b2 Remove option for igl static build due to Eigen version mismatch . 2019-06-26 17:06:41 +02:00
490e09b0ac 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
a73976bc8e Update default igl dependency to header-only. 2019-06-20 12:54:43 +02:00
11c4b0e7d4 Add some missing methods into the igl patch.
Also, make the static igl dep build the default.
2019-06-20 14:15:36 +02:00
9cf93dafc8 Building igl statically and moving to the dep scripts
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-19 14:52:55 +02:00
9419766d68 Exclude qhull from default dependency targets, make it optional. 2019-06-06 16:50:51 +02:00
5ad13f1ff1 Update patch for qhull to compile on Windows. 2019-06-06 16:11:52 +02:00
8f49e4e6be Merge branch 'master' of https://github.com/Prusa3d/PrusaSlicer 2019-06-06 11:40:52 +02:00
4dc5c0b78b Support for Visual Studio 2019 Community 2019-06-06 11:40:35 +02:00
bab4611ee7 Future-proof qhull dependency handling 2019-06-05 19:19:49 +02:00
1ccaaf7499 Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
bc769875db Fixed compilation of dependencies on OSX 2019-04-30 12:19:29 +02:00
38e9daed9d Use Prusa3D patched wxWidgets 3.1.1 2019-04-30 12:00:23 +02:00
2a26666054 Some refactoring and documentation, modified Windows dependencies to compile against patched wxWidgets 2019-04-23 12:35:26 +02:00
faf930fdc7 Windows deps & build doc: Fix msbuild parallelism, cf. #2078 2019-04-08 10:04:40 +02:00
9cc62b54b2 deps: Link wxWidgets against system zlib on Unix 2019-03-25 15:39:12 +01:00
3d8de72d1c Fix for missing dep_zlib on in deps scripts 2019-03-25 14:06:28 +01:00
996c208bf5 deps: Fix: remove dep_libpng 2019-03-25 12:31:14 +01:00
07eeabb001 deps: Remove libpng 2019-03-25 11:44:07 +01:00
8fac7f4361 Some fixes for dependency targets on Linux 2019-03-25 11:41:16 +01:00
2b1d2acf17 Build: MSVC 2017 compat (w/o xs code - Perl unit tests) 2019-01-29 17:11:07 +01:00
995d951bfa Upgrade Boost to 1.66 on Windows 2019-01-16 15:14:18 +01:00
b7c925a52d deps: Use wxWidgets 3.1.2 on Mac, use system SDK by default, various bugfixes 2019-01-10 14:02:13 +01:00
51e6f1e9c7 Fix: wxWidgets 3.0 back-compat
Fix #1599
2019-01-09 18:43:29 +01:00
0aac26a25b doc: Add build tutorial for Unix/Linux 2019-01-07 17:25:12 +01:00
ceaae22fac deps: Fix libpng and zlib on Windows 2019-01-07 17:25:12 +01:00
d6e3dd4ab1 Mac OS build: Set a default SDK target, fix c/cxx flags in deps/boost 2018-12-13 18:52:03 +01:00
a64e5be975 deps: unix: Remove zlib, disable nlopt shared build 2018-12-03 17:33:56 +01:00
330dbfcb95 deps: warn that wx-config can't be moved into another location 2018-12-03 10:48:59 +01:00
2d6a606bb7 deps script for Mac OS, XCode support fix 2018-12-03 10:21:06 +01:00
1d53b81722 Deps: Windows: Fix a couple of configurations 2018-11-30 18:01:23 +01:00
06a2b05650 deps: Fix dependency list 2018-10-31 17:29:21 +01:00
257cf7c7cd deps: Add gtest, nlopt, zlib, and libpng, add debug configurations on Windows 2018-10-23 19:11:08 +02:00
8c442f3526 deps: Fix arch resolution on Windows 2018-10-16 11:56:22 +02:00
c21a3b37ad deps: Back to Boost 1.63 on Windows as newer ones require newer CMake
32bit deps fix
2018-10-16 11:55:46 +02:00
a31a45513e Build: Fix deps-unix-static.cmake 2018-10-15 17:28:56 +02:00
811d918146 Build improvements: symlink resources properly with Visual Studio
Convert dependencies into a CMake build script in the `deps` dir
2018-10-15 16:47:15 +02:00