sort by:
Revision Author Date Message Commit Date
ed363da Update .travis.yml Former-commit-id: 941b40334633a419e095aa62cf69ee4adab63800 15 October 2018, 18:55:30 UTC
15bd0e0 fixed test Former-commit-id: 4f840e8649e912c2db1c1c24f4fc39966a7cc0b3 15 October 2018, 18:51:18 UTC
8235ccb do python last Former-commit-id: 02b367811edac92ad1acb3a561e5a3615425bc9b 15 October 2018, 18:29:59 UTC
6163932 make test --> ctest --verbose Former-commit-id: b4438c593e008230dc94194936b65b32c3c8605b 15 October 2018, 18:27:23 UTC
8ca734e Update .appveyor.yml removed build of test target on windows Former-commit-id: 568278dbc3bc0ced682a54775ae8fbd8cd8fb3bd 15 October 2018, 18:12:53 UTC
1bfaa60 Update .travis.yml removed verbose tests Former-commit-id: e13f25477ea07ed146c689beebcb638bdc905ab6 15 October 2018, 17:43:54 UTC
67c8d6a Update .appveyor.yml small fix on windows compilation Former-commit-id: 6dbc01bb8a773ea4b8bf381051654ef4e77ed937 15 October 2018, 17:41:56 UTC
971d190 Update .appveyor.yml fixed windows compilation Former-commit-id: 9b2a86e98c650fbacd230fe1fef055c8c17d3f99 15 October 2018, 17:31:41 UTC
b2e8d0b Sparse grid bfs (#942) * Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space. * Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space. Former-commit-id: 1dbd225d993a5417c7d3bedc3a6ba354cc256956 15 October 2018, 17:17:06 UTC
ae3df06 Remove a cgal unit test temporarily. (#943) Former-commit-id: 8df208b5f1ad712d5fc5003a1fe7534a5a7cca62 15 October 2018, 17:04:01 UTC
75577c6 change message Former-commit-id: bb1a0b6d2043376409297a41462c3495d6f18f0c 15 October 2018, 16:50:15 UTC
8895c71 Fix position independent code on Linux. (#941) Former-commit-id: e21aa88a8b2b59caa2215c15be7df2a809534208 15 October 2018, 16:46:03 UTC
7f852d8 fix options Former-commit-id: 8a2d93cf141ae3e0f5086748baa69c179a08625f 15 October 2018, 16:41:49 UTC
d3dd83f Set default options based on toplevel project. (#940) * Enable options based on toplevel CMake call. * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt Former-commit-id: 86d3564a14cd9cfcbe50c6dc790424bdab5dc939 15 October 2018, 16:05:43 UTC
5977205 Make boost static lib an option. (#936) * Migrate unit tests back to the main repo. * Minor bug fixes and getting unit test migrated. * Minor cmake bug for unit tests. * Make CGAL boost static lib an option. * Update libigl.cmake change to ON Former-commit-id: eb3b18002ea6756ca111c7e4081a1f2f162c79ac 15 October 2018, 15:46:38 UTC
954cd99 Sparse Voxel Grid (#937) * Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space. * Add a utility function which computes a sparse set of epsilon-sized grid cells surrounding an input surface. The function takes a point on the surface as input and finds all those epsilon grid cells that intersect the surface using a breadth first search over the grid space. Former-commit-id: 4f030acb671a6d1499348df76a097da4a35aaaab 15 October 2018, 15:46:23 UTC
883d0a5 Remove .gitattributes to avoid line ending problem... Former-commit-id: fa773a79f47449116950c00437c9380504e2d3ee 15 October 2018, 15:44:39 UTC
036fc21 update test for verbose (#938) * fixed unit test * partial revert of cmake glob * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * changed build dont know if it works * verbose testing Former-commit-id: 7a70f449d4c923965df1014c4396e4cbbbd44ab6 15 October 2018, 15:37:04 UTC
8035584 Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: 024f7cb2acc7a9e2d58404304f0e9101c85bc547 15 October 2018, 15:28:29 UTC
72f08a4 ignore tests data Former-commit-id: c45d8a6fda7639b88ae01d40967b2874d1238066 15 October 2018, 15:27:07 UTC
a1e026f rm tutorial shared Former-commit-id: 8fd4d1eee97142e93595b114053ac8756d1d7994 15 October 2018, 15:24:12 UTC
b672900 Clean external/ folder. Former-commit-id: 13c715d56b98e42ee00b8d36be93efe60472e32c 15 October 2018, 15:17:29 UTC
e9fc2a8 travis and appveyor build test (#935) * fixed unit test * partial revert of cmake glob * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * changed build dont know if it works Former-commit-id: 8502e8d856b618538d831b7a2e079abecfddd72b 15 October 2018, 15:05:22 UTC
0c831a3 Merge pull request #933 from jdumas/external Clean external/ folder. Former-commit-id: bd78e59278df61b51cdf7a60a732ae738444c94c 15 October 2018, 15:03:16 UTC
956c94d Merge remote-tracking branch 'origin/dev' into external Former-commit-id: 9d1dab22c1ee507f21c54c4c6e50dd728c17c8ff 15 October 2018, 14:51:24 UTC
8825f6f Hide warning about detached HEAD. Former-commit-id: 40c327911338ce8809f6bae34969a23796d6715d 15 October 2018, 14:50:15 UTC
e4d513a Teseo (#934) * fixed unit test * partial revert of cmake glob * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt Former-commit-id: 38948329fc05d419fbdf289f37c4f57b752854fe 15 October 2018, 14:50:01 UTC
5066b5d Create pull_request_template.md (#931) * Create pull_request_template.md * Update pull_request_template.md Former-commit-id: c5dd003a1831a2cc96e2262bf0f3602d97a98e54 15 October 2018, 14:46:50 UTC
99bc7bd Create issue_template.md (#932) * Create issue_template.md * Update issue_template.md Former-commit-id: 207a121296d4301afcd23759e38fea5f15c065b2 15 October 2018, 14:46:40 UTC
14da3a4 Merge branch 'dev' of https://github.com/libigl/libigl into dev Former-commit-id: 65fca1fc2ebf6647136d62d52730bdfe7e2c2036 15 October 2018, 14:31:19 UTC
ee2599d updated cmake files and options Former-commit-id: 54980dbb6843fd33161eebc19b3b2a52ac90d051 15 October 2018, 14:28:26 UTC
ba47646 Clean external/ folder. Former-commit-id: c80df363b7018b25e73c1c339516d9ba7cdca816 15 October 2018, 14:28:04 UTC
8ce9abc fixed template instantiation Former-commit-id: 4e3654f442c0310e23cf71083f6de98a2476c092 15 October 2018, 13:48:55 UTC
0bfa95b Minor cmake bug fix. (#929) * Migrate unit tests back to the main repo. * Minor bug fixes and getting unit test migrated. * Minor cmake bug for unit tests. Former-commit-id: 7ffcdfe5ffcc9c25eb2455c915793bd3b046f980 15 October 2018, 13:40:23 UTC
10200ef Unittests!! (#928) * Migrate unit tests back to the main repo. * Minor bug fixes and getting unit test migrated. Former-commit-id: 823ef3e404ca32ec5e70c2d44bf0664b62631032 15 October 2018, 13:12:38 UTC
af18599 Fix submodule issue. Former-commit-id: 7ffb60a73e87cf8744d26fbf4f24c96364fa8061 15 October 2018, 03:39:31 UTC
c722b46 Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: 952788911125c23417e9bd8c3e36675dec23a95f 15 October 2018, 03:17:28 UTC
2921ffa Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: ea8f88578fa567c62a5d211b6b9311f47d5ac86b 15 October 2018, 03:17:18 UTC
76370d4 ok, maybe one phrase Former-commit-id: 5db42e6ef713d7b652be5208a07a7e6cc7cb241f 15 October 2018, 03:17:16 UTC
0787113 main cmake inclding only one igl Former-commit-id: 5ee5360fa0f8f13fc39bbfb96f6700ff9ad8d0db 15 October 2018, 03:17:12 UTC
3f7895d simple readme Former-commit-id: 3a9673ff28422b600f4430f70fa540cbd617d13f 15 October 2018, 03:16:02 UTC
ef78023 cleanup cmake Former-commit-id: 3c4d98ce56809c08cfc70ed5898eb1f088bbabe5 15 October 2018, 02:48:56 UTC
242a448 added download of data and cleaned up cmake Former-commit-id: b63e31340fcdcb7ff1ec3f18fd84c0ae070fdd4c 15 October 2018, 02:33:37 UTC
4ffc570 docs moved to a separate repo https://github.com/libigl/libigl.github.io Former-commit-id: e21e99c40e3b173d23efc5e21d21f739d96e27bd 15 October 2018, 01:54:46 UTC
4d66545 scripts folder is now in a separate repo libigl-scripts Former-commit-id: 41229497f6754817c22c214c5ffe6e4a4df5c721 15 October 2018, 01:51:18 UTC
628375d Merge pull request #927 from jdumas/skinny Move from submodules to cmake external. Former-commit-id: 824ab2d7548a4bfb88d979414acf9968c391fb91 15 October 2018, 01:45:31 UTC
3405217 Update cmake. Former-commit-id: c80da2902fd01add9f4e769b5368d55c2df9fb48 15 October 2018, 01:36:41 UTC
76b8ca1 Update cmake. Former-commit-id: 430271682c443bbec82f38e51fa9cd2782c1b802 14 October 2018, 23:46:27 UTC
1ef33b0 Move from submodules to cmake external. Former-commit-id: de5e3215dee059a7dee07d2c56b8d1ca8a2f9384 14 October 2018, 23:35:08 UTC
0d1d133 marching tetrahedra documentation (#926) Former-commit-id: 3bb85d91dfdeceac2b504c1caab5b7df48bfc9e3 14 October 2018, 23:31:17 UTC
1fe4eb1 Revert "Revert "Marching Tetrahedra (#716)" (#924)" (#925) This reverts commit 65aa93e9ef751478a05ec7c420e7ed8f945004bc [formerly 47634615ce42c9fd14ad3855dd33749eef3b2089]. Former-commit-id: fd8d66156cfc2268cd92ec84f8a1ce02bd7fae3d 14 October 2018, 23:17:01 UTC
65aa93e Revert "Marching Tetrahedra (#716)" (#924) This reverts commit 7cb42ce972ded024216bdaae772641619f4c054a [formerly d152b6072e17b1d8fc3ecb8728ab22b2d182cff6]. Former-commit-id: 47634615ce42c9fd14ad3855dd33749eef3b2089 14 October 2018, 23:16:39 UTC
7cb42ce Marching Tetrahedra (#716) * Marching Tetrahedra * dropping cxx11 Former-commit-id: d152b6072e17b1d8fc3ecb8728ab22b2d182cff6 14 October 2018, 23:14:45 UTC
c0c396c Adds interface for the multi-zone mesh generation capabilities of TetGen (#923) * Update tetrahedralize.h * Update tetrahedralize.h * WIP: adding overload for allowing holes and regions in tetgen mesh * Update tetrahedralize.h * Update tetrahedralize.h * WIP: adding overload for allowing holes and regions in tetgen mesh * WIP: skeleton code for tetrahedralize supporting holes and regions * removes comments * call to overloaded mesh_to_tetgenio() * overload to allow for holes and regions * WIP: overload to allow for holes and regions * fixes typos * fixed function signature * adds comments * adds overload for returning regionID information * added overload for holes and regions * added Eigen wrapper * WIP: add support for neighborlist and point2tet * WIP: adding point2tet and neighborlist info * adds support for face to tet list * WIP: bug fixes, regions, holes * support for holes, regions, point2tet, face2tet, tet neighbors * Update tetgen to 1.5.1. Former-commit-id: b4eaa0dac7af02d88e358bad4033d1afbb128283 14 October 2018, 22:58:58 UTC
7dc2b11 Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: 6802bb2a4ee60b3d566130db4493879b83ea4b9e 14 October 2018, 22:43:46 UTC
3f442b5 [bug fix]: uncomment boundary_facets Former-commit-id: a79f95b7ca2622a66f0e01f0cfad3d2bcb878765 14 October 2018, 22:43:42 UTC
96c8ea4 Update .appveyor.yml Former-commit-id: 6fba5b123aece34743fa65e6d138e9a02e0a3cd7 14 October 2018, 22:41:04 UTC
928cbe6 Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: 28dd927d18e06d5cb771e0e17faad9bf0a836c09 14 October 2018, 22:12:11 UTC
9a149ec rm stray cout Former-commit-id: 3253bed881a3013520eb577478be8e2f042a4c9d 14 October 2018, 22:12:06 UTC
76ae819 Merge pull request #839 from ithron/installable Make libigl installable using CMake Former-commit-id: d1d48f2b6720f952e6fd994aa993ecbacdeff967 14 October 2018, 22:08:41 UTC
66ec792 Merge pull request #819 from vskhitkov/principal_curvature_fix fix: principal_curvature returns vector of bad vertex indices Former-commit-id: 20c76ca2a283d2f1166a87c8db0834d2c78243d7 14 October 2018, 22:05:53 UTC
2726464 Adding 2D version of SCAF for Bijective Maps and a tutorial (#752) * Add scaf code Add the tutorial entry Tutorial entry for SCAF. still need polishing Put -4 in the energy computation of scaf:SymmD * :school: Insert SCAF to 711 Fixes in tutorial.md updating tutorial.html Fix for gcc 4.8 Remove 4.1 Refactoring scaf WIP Further refactoring WIP Code Cleaning * 🔨 Improve SLIM interface * :recycle: refactor SCAF with less lines * :recycle: refactor harmonic with boundary * :sparkles: Add direct signature for scaf * :memo: Change tutorial order wip * :school: Timer in SLIM tutorial makes more sense * :sparkles: Add direct interface for SLIM * :art: format SCAF code. * :snake: Python binding for slim and scaf * :snake: expose SLIMData (maybe elevate its status more in the future) * :alien: :snake: deprecate PYBIND11_PLUGIN * :sparkles: harmonic with holes * :recycle: SCAF, Decouple Initialization to tutorial * :school: SCAF tutorial improvement * :school: Tutorial order; insert scaf * :art: Removing Adjusted_grad * :school: Inserted SCAF, not messing around with tutorials order until the new page is online * :green_heart: Fix for static build * :recycle: Uniform SLIM and SCAF and python binding canonical * :bug: Change in ScafData * :apple: Fix namespace for build * :sparkles: Introduced Mapping Energy Type to replace adhoc SLIMEnergy * :recycle: Refactor subroutines from SLIM * Revert python changes * leave fill hole outside harmonic * Revert Python changes * hole fill * Minor Fixes for SCAF SCAF->IGL_SCAF Topological_hole_fill "<igl/XXX>" in slim tutorial Former-commit-id: 4edf5dede5a4430b86d4dc65705c59e643d955df 14 October 2018, 21:55:36 UTC
31d419e Tetrahedral adjacenct functions (#835) * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * added parallelization of the preprocessing * Add tet_tet_adjacency * Add tet_tet_adjacency * added parallelization of the preprocessing * added parallelization of the preprocessing * fixed rebasing stuff * Use template for index type Former-commit-id: ab3f20c83e284b0082023f56226e38cacdbb1048 14 October 2018, 21:21:31 UTC
9e10c1b Merge branch 'vskhitkov-principal_curvature_fix' into dev Former-commit-id: b9567ca191c8752339ea935a51edc8bc6dd0cec2 14 October 2018, 21:19:46 UTC
4e739bc update tutorial 203 Former-commit-id: cb4a4d111f792d28989e5de7362160c630176c42 14 October 2018, 21:14:52 UTC
d3510ce Merge branch 'dev' of https://github.com/libigl/libigl into dev Former-commit-id: f6be209bad67412327be32e04653f2db29a448b5 14 October 2018, 20:26:40 UTC
41b4a5e Merge pull request #908 from MeshGeometry/master Added optional weights to Dijkstra's algorithm + some template definitions Former-commit-id: 8bfa7e9a596491de3bb1f3aa683849880576accc 14 October 2018, 20:26:34 UTC
2de5e29 Merge pull request #575 from fwilliams/sparse_mc Marching cubes over sparse indexed grids Former-commit-id: 044b1626d2b5cb0be9d31ad3aa19ca0ae269c7ac 14 October 2018, 20:25:39 UTC
93cba2e rename Former-commit-id: 23e9373fdfcd310e9e22360a9b59fedfe7e49cf9 14 October 2018, 20:24:56 UTC
a38371d Merge pull request #809 from evouga/cutmesh Code to cut meshes into topological disks Former-commit-id: b72c9a7b960dbbe9c70422483f36a6b119fa7bd3 14 October 2018, 20:18:05 UTC
5e20808 Update cut_to_disk.cpp Former-commit-id: d974e22c6f2066633312148a3b1791643b7f6f0e 14 October 2018, 20:17:47 UTC
714658b Merge branch 'vskhitkov-principal_curvature_fix' into dev Former-commit-id: ad42bf1d2cc1c99c30cfca46fca043a56aef2604 14 October 2018, 20:01:47 UTC
414740a add overload function for principal_curvature Former-commit-id: 73cb2a97f177ae9f6029296febaafa8e5aadeb08 14 October 2018, 20:01:22 UTC
0cdc451 Merge pull request #530 from milkpku/comb_cross_field add while loop for comb_cross_field.cpp, making comb support separated manifold Former-commit-id: 71e1bb476aa47372356fc4068937abb3ba6cc574 14 October 2018, 19:41:56 UTC
56eee0e Merge pull request #859 from jdumas/imgui Update ImGui bindings. Former-commit-id: 908da7473c7730fb481fb36d5931e0a138073965 14 October 2018, 19:40:58 UTC
5b534bf Merge pull request #857 from jdumas/viewer Minor fixes to the viewer. Former-commit-id: 65700c19588b824f2bc326178e83677bd5a77732 14 October 2018, 19:40:29 UTC
12b904a Add isovalue support Former-commit-id: 1194f8921ea06e13f80d3dde6286a7859ad96d04 14 October 2018, 19:39:27 UTC
bcddf01 Merge branch 'principal_curvature_fix' of https://github.com/vskhitkov/libigl into vskhitkov-principal_curvature_fix Former-commit-id: 4807ce91a305bb2bca1a2a3dcaed55edf3db4e32 14 October 2018, 19:25:55 UTC
b0eb3db hide marching cubes internal state in class Former-commit-id: 32824a591cba59d9b20caaecc0bd30dae932527a 14 October 2018, 19:22:59 UTC
409aee5 Marching cubes over sparse indexed grids Former-commit-id: 2774fec8f47d06910631e6f81a18813c1e7b7524 14 October 2018, 19:18:09 UTC
0c2b5ce Merge pull request #921 from libigl/revert-920-revert-856-master Revert "Revert "Make avg_edge_length() count interior edges only once."" Former-commit-id: e8740296554294b62ddfb834da06c448ba1846bf 14 October 2018, 19:15:07 UTC
075e95b Revert "Revert "Make avg_edge_length() count interior edges only once."" Former-commit-id: 584d437b9ae4f809dd0832ac11b3ba5d03a31b44 14 October 2018, 19:14:38 UTC
3e35dc3 Merge pull request #920 from libigl/revert-856-master Revert "Make avg_edge_length() count interior edges only once." Former-commit-id: e74b1834738711a8a43b850a028116b586bbddfb 14 October 2018, 19:13:00 UTC
7b6ebdc Revert "Make avg_edge_length() count interior edges only once." Former-commit-id: e797ac9b60eccfebd4eb2b5e9a132d4f23e2a482 14 October 2018, 19:12:42 UTC
c192e28 Merge pull request #856 from jdumas/master Make avg_edge_length() count interior edges only once. Former-commit-id: 05db403158ce5749e41d22e6083139c5031b9711 14 October 2018, 19:12:38 UTC
59251ca mojave opengl fix Former-commit-id: c271bbf50b18844b980d636a414fb19ed785f37b 14 October 2018, 19:01:54 UTC
2a47253 Merge branch 'comb_cross_field' of https://github.com/milkpku/libigl into dev Former-commit-id: 300903ae998a95267412032d84628292298671e4 14 October 2018, 18:50:37 UTC
ef42f20 Merge branch 'fwilliams-function_rename' into dev Former-commit-id: aa0bd5683069aea3bc733168794c04697710ae47 14 October 2018, 18:49:22 UTC
e0849c8 update release history markdown Former-commit-id: 329f32e6cf1d13b79da1950bff7c6f725fca76a5 14 October 2018, 18:49:08 UTC
c415f21 Merge branch 'function_rename' of https://github.com/fwilliams/libigl into fwilliams-function_rename Former-commit-id: 62b9246c73dcee389ea0da06f6ce0cdaf114bdbd 14 October 2018, 18:07:27 UTC
4125afe Merge branch 'dev' into HEAD Former-commit-id: 5e99913faabff6de18c4f4e9d54b18540a2d6774 14 October 2018, 18:00:50 UTC
f16ee6d merge Former-commit-id: 2829ba2cdee47106880cbf935877eb55cc6b5946 14 October 2018, 17:50:15 UTC
8847026 Merge branch 'dev' of github.com:libigl/libigl into dev Former-commit-id: 1e4efe160642c391167c073ae40eefe2fd8e9c44 14 October 2018, 17:47:53 UTC
a642383 Add missing template instantiation. Former-commit-id: bbb1c430af68a725d2d9ff54a5dbb45a17e4d509 14 October 2018, 17:47:43 UTC
0365331 Merge pull request #612 from breannansmith/obj_load_fix Fix for a segfault when attempting to load a non-existant obj mesh th… Former-commit-id: 5cb00f2f687090e81b8f3a7b6097e15bfbc88ee6 14 October 2018, 16:52:37 UTC
f12ffbd Merge pull request #872 from jimmyland/patch-2 fix comments for qslim.h Former-commit-id: 1b4123f4ff93b7d46e9d7184fe98f4db989192c5 14 October 2018, 16:26:52 UTC
28801ef Merge pull request #878 from jiangzhongshi/patch-5 :bug: Allow empty input in exact_geodesic Former-commit-id: b32090f7f6133452c112c396a4836eeb36a3b954 14 October 2018, 16:23:53 UTC
4db3a4c Merge pull request #887 from jiangzhongshi/patch-4 :pencil: fix screen capture tutorial Former-commit-id: 7f12674a7e9b485566fe6a6a40ba803a0eca9922 14 October 2018, 16:23:16 UTC
85ffda7 Merge pull request #889 from jimmyland/patch-3 cotmatrix appears to support tetrahedra too Former-commit-id: bc9ca8b94241fae56a94fcb309693271773eb8cf 14 October 2018, 16:20:42 UTC
2e66247 Merge pull request #892 from artoonie/bugfix/enableOuput fix EnableOutput flag for less verbosity in LIM Former-commit-id: 16bdbf0fa3005ce5aeca102db5d4bc70ee402096 14 October 2018, 16:20:08 UTC
back to top