Commit Graph
4251 Commits
Author SHA1 Message Date
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
Alec Jacobson 345f82245d templates 2018-10-28 15:32:41 -04:00
Alec Jacobson 688b137e8d intrinsic mass matrix using only edge lengths 2018-10-28 15:32:22 -04:00
Alec Jacobson f11eb36f47 templates 2018-10-28 15:31:35 -04:00
Alec Jacobson f6af195656 typo 2018-10-28 15:31:16 -04:00
Alec Jacobson c60f5f1297 templates 2018-10-28 15:30:48 -04:00
Alec Jacobson ae257dd8a1 PlainObject -> Matrix 2018-10-28 15:30:23 -04:00
Alec Jacobson ab00135605 PlainObject -> Matrix 2018-10-28 15:30:00 -04:00
Alec Jacobson 5fe542d003 intrinsic delaunay cotmatrix + test 2018-10-26 18:26:06 -04:00
Alec Jacobson 5bee6c7f48 templates 2018-10-26 18:25:23 -04:00
Alec Jacobson 4180f4b778 did I forget to add this? 2018-10-26 18:25:11 -04:00
Alec Jacobson 4f6d98e504 deprecate (V,F) version; PlainObject -> Matrix 2018-10-26 18:18:12 -04:00
Alec Jacobson beb304e729 cotmatrix computed intrinsically (using edge lengths) + templates + tests 2018-10-26 23:16:00 +02:00
Alec Jacobson 07c44a392d removed regularity check 2018-10-26 22:11:59 +02:00