Commit Graph
4264 Commits
Author SHA1 Message Date
Jérémie Dumas a5da5ca3dc Reenable python bindings on Windows. 2018-11-05 18:44:59 -05:00
Jérémie Dumas b7db5a8ee0 Stupid template should compile now. 2018-11-05 18:04:07 -05:00
Jérémie Dumas 1917b63220 Rince and repeat. 2018-11-05 09:51:23 -05:00
Jérémie Dumas 9b9da70b8e Rince and repeat. 2018-11-05 08:59:03 -05:00
Jérémie Dumas d568485242 Rince and repeat. 2018-11-05 08:15:31 -05:00
Jérémie Dumas 928045da6f Missing template instantiations. 2018-11-05 00:46:33 -05:00
Jérémie Dumas 8bebcf827e Grrr. 2018-11-04 21:49:09 -05:00
Jérémie Dumas 470f03dc41 Stupid tests. 2018-11-04 18:36:29 -05:00
Jérémie Dumas ac8b269300 More test fixing. 2018-11-04 18:02:18 -05:00
Jérémie Dumas 3dd8e3e0e6 Fix boolean test. 2018-11-04 17:18:23 -05:00
Jérémie Dumas 67edc94c8a Fix CGAL tests + try Travis without python. 2018-11-04 14:41:49 -05:00
Jérémie Dumas b580234968 Try to make Travis/AppVeyor happy. 2018-11-04 13:38:20 -05:00
Jérémie Dumas 80b95c0aad Enable CGAL on Travis + AppVeyor. 2018-11-04 11:03:33 -05:00
ikoruk b7124f179f add unit tests for embree (#952)
* add unit tests for embree

* discovered bug with intersect beam and wrote unit test for the fix

* Update EmbreeIntersector.cpp

updated test to catch2

* Update CMakeLists.txt

removed tab to rerun CI

* Update CMakeLists.txt

* Update CMakeLists.txt

* caching value of BUILD_TESTING before resetting it

* Try to build embree statically on Windows.

* Try to enable testing early on.

* Update Catch2 version.

* Set CMake build type.

* Trying to build embree statically.

* Fix static compilation of embree on Windows.

* Cleanup.
2018-11-04 11:00:35 -05:00
Francis Williams 7cd05d594c Merge pull request #947 from rayform/embree3
update for embree 3
2018-10-30 15:40:57 -04:00
Jérémie Dumas 475ddcd2e8 Merge pull request #990 from rayform/fixCotmatrixIntrinsic
fix wrong reference in cotmatrix_intrinsic
2018-10-30 08:28:31 -04:00
Yuliy Schwartzburg 78a33cf870 fix wrong reference in cotmatrix_intrinsic 2018-10-30 10:50:44 +01:00
Alec Jacobson 7f7551af16 Merge pull request #961 from teseoch/catch2
Changed from google test to catch
2018-10-29 17:45:10 -04:00
Teseo Schneider 1c3c7c7b6f ported new tests to catch2 2018-10-29 16:39:58 -04:00
teseoch 8338d9e6ee Merge pull request #960 from teseoch/unit-test-windows
enabled testing on windows
2018-10-29 16:07:34 -04:00
teseoch 6f41773f47 Merge branch 'dev' into catch2 2018-10-29 15:59:34 -04:00
teseoch 64803e08c5 Update .appveyor.yml
disabled COMISO build. run fails because of missing boost dll
2018-10-29 10:17:36 -04:00
Alec Jacobson 80a8e2df21 Merge pull request #988 from libigl/dev-intrinsic-delaunay
Heat Geodesics and Intrinsic Delaunay Triangulation
2018-10-29 09:26:28 -04:00
Alec Jacobson 83553eb3bb windows template 2018-10-29 08:37:25 -04:00
Alec Jacobson c6e6f809da missing include 2018-10-28 22:27:03 -04:00
Alec Jacobson 788f0bc2f2 Merge branch 'dev-intrinsic-delaunay' of https://github.com/libigl/libigl into dev-intrinsic-delaunay 2018-10-28 22:11:32 -04:00
Alec Jacobson 1c6e530501 remove overzealous asserts 2018-10-28 22:11:18 -04:00
Alec Jacobson ce2eaf8fc9 don't consider i==j 2018-10-28 22:08:03 -04:00
Alec Jacobson 3593e5ca8b fix reverse sort order on linux 2018-10-28 21:56:24 -04:00
Alec Jacobson 894a51f132 sorts may differ 2018-10-28 21:48:22 -04:00
Alec Jacobson ab730005e9 template nonsense 2018-10-28 21:28:42 -04:00
Alec Jacobson e032f31a92 using intrinsic div/grad 2018-10-28 21:09:25 -04:00
Alec Jacobson 7e976f3666 templates 2018-10-28 21:09:03 -04:00
Jérémie Dumas 5864468596 Fix typo. 2018-10-28 20:50:40 -04:00
Alec Jacobson 44f93fa0d9 intrinsic gradient operator + test 2018-10-28 19:58:38 -04:00
Alec Jacobson 3c9ca8a0c1 clean up grad + templates 2018-10-28 19:58:21 -04:00
Alec Jacobson b5a0619ae2 clean up grad and add test 2018-10-28 19:30:16 -04:00
Alec Jacobson e5c78841a8 grad test 2018-10-28 19:11:09 -04:00
Jérémie Dumas b94304fd75 Try re-enabling CoMiSo on AppVeyor. 2018-10-28 19:01:06 -04:00
Alec Jacobson 49535abdad formatting 2018-10-28 18:33:02 -04:00
Alec Jacobson 2c31834bab missing template 2018-10-28 18:29:45 -04:00
Jérémie Dumas a103eb67fe Move CMake Windows code to a separate file. 2018-10-28 17:43:50 -04:00
Alec Jacobson 840e762291 Merge pull request #956 from libigl/dev-delaunay-tests-attempt-2
delaunay unit tests, expose is_delaunay, templates, PlainObject -> Matrix
2018-10-28 17:30:44 -04:00
Alec Jacobson 552da1fae0 Merge branch 'dev-delaunay-tests-attempt-2' of https://github.com/libigl/libigl into dev-intrinsic-delaunay 2018-10-28 16:00:39 -04:00
Alec Jacobson 9036259dc3 fix broken template 2018-10-28 15:55:14 -04:00
Alec Jacobson fbd4eb8457 Merge branch 'dev-delaunay-tests-attempt-2' of https://github.com/libigl/libigl into dev-intrinsic-delaunay 2018-10-28 15:47:07 -04:00
Alec Jacobson 918061f1dc revert accidental change to cgal unit test 2018-10-28 15:43:05 -04:00
Alec Jacobson 3edbcc8662 merge 2018-10-28 15:41:17 -04:00
Alec Jacobson ebdc43fd30 heat geodesics tutorial 2018-10-28 15:33:22 -04:00
Alec Jacobson 8692a04310 heat geodesics 2018-10-28 15:33:02 -04:00