Commit Graph

92003 Commits

Author SHA1 Message Date
Jackson Campolattaro 2b31cd4f68 Remove boost bind header 2020-07-09 10:06:21 -04:00
Laurent Rineau 16b3115087
Merge pull request #4777 from mhsaar/patch-3
Adding specific code for Tet + Bbox_3 do_intersect as it should be ok…
2020-07-09 15:38:11 +02:00
Laurent Rineau 95687acb0f Merge branch 'Mesh_3-fix_examples_CMakeLists_with_TBB-GF' into Mesh_3-fix_examples_CMakeLists_with_TBB-GF--for_master 2020-07-09 13:58:41 +02:00
Laurent Rineau 9bf27c6763 Fix the link with TBB 2020-07-09 13:24:08 +02:00
Laurent Rineau ae40fec6a3 Missing target 2020-07-09 13:23:55 +02:00
Laurent Rineau 49f2d04d68 Sort target names 2020-07-09 13:22:37 +02:00
Simon Giraudot 909bbbfe6a Fix walker + some corrections 2020-07-09 09:47:40 +02:00
Jackson Campolattaro 74ca55aa2f Add timing checks to nearest neighbour test 2020-07-08 16:51:11 -04:00
Jackson Campolattaro 4c777097f5 Add naive nearest neighbour solver and printouts 2020-07-08 16:39:00 -04:00
Jackson Campolattaro d161b795c1 Add outline for nearest neighbor test 2020-07-08 14:43:02 -04:00
Jackson Campolattaro 6d9c83b760 Fix namespace indentation 2020-07-08 13:52:53 -04:00
Jackson Campolattaro af2c28e40c Add demonstration of walker failure 2020-07-08 13:23:29 -04:00
Laurent Rineau 72d280fdd9 Merge pull request #4803 from janetournois/Tet_remeshing-from_c3t3_input-jtournois
Tetrahedral remeshing from C3T3
2020-07-08 16:24:42 +02:00
Laurent Rineau 61c04aed10 Merge pull request #4827 from lrineau/Installation-remove_code_about_REFERENCE_CACHE_DIR-GF
Remove CGAL_REFERENCE_CACHE_DIR from our CMake scripts
2020-07-08 16:24:39 +02:00
Laurent Rineau a02c0e1af5 Merge branch 'releases/CGAL-5.0-branch' 2020-07-08 12:59:12 +02:00
Laurent Rineau ff82af691e Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-08 12:57:05 +02:00
Laurent Rineau f24f9b2c03 Fix after PR #4836 2020-07-08 12:54:36 +02:00
Laurent Rineau 62c15ff47a Fix after PR #4836 2020-07-08 12:53:08 +02:00
Mael f42d19b37e
Use kernel functors (suggestions from @sloriot)
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-07-08 12:39:18 +02:00
Jackson Campolattaro 9e3b251ce9 Attempt several tree walker solutions 2020-07-07 12:40:24 -04:00
Laurent Rineau f203a58643
Merge pull request #4832 from sgiraudot/PSP-Fix_neighbor_query_fallback-GF
[PSP] Fix neighbor query fallback
2020-07-07 16:13:17 +02:00
Jane Tournois f48154aa9e fix maybe uninitialized warning 2020-07-07 14:20:44 +02:00
Laurent Rineau f9bbb64da4 Fix a typo in previous commit 2020-07-07 13:33:55 +02:00
Laurent Rineau 18f4e440db Merge branch 'releases/CGAL-5.0-branch' 2020-07-07 11:44:40 +02:00
Laurent Rineau 2552ec6307 Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-07 11:44:01 +02:00
Laurent Rineau 0911586ae3
Merge pull request #4836 from CGAL/afabri-patch-3
Update AABB_halfedge_graph_segment_primitive.h
2020-07-07 11:41:33 +02:00
Laurent Rineau a1318153df
Merge pull request #4835 from CGAL/afabri-patch-2
Update AABB_face_graph_triangle_primitive.h
2020-07-07 11:41:23 +02:00
Andreas Fabri 23c29ff060
Update AABB_halfedge_graph_segment_primitive.h
Fix typos
2020-07-07 11:23:45 +02:00
Andreas Fabri f547b947d3
Update AABB_face_graph_triangle_primitive.h
Fix documentation bug.
2020-07-07 11:20:03 +02:00
Jane Tournois 612d6772b9 operator* between enum and floating type is deprecated, fix warning 2020-07-07 11:13:16 +02:00
Jane Tournois 5b474e0075 replace deprecated std::not1 by std::not_fn
std::not1 is deprecated in C++17 and removed from C++20

+ add a C++17 macro in config.h
2020-07-07 10:49:58 +02:00
Laurent Rineau 0499e5eb22 Merge branch 'releases/CGAL-5.0-branch' 2020-07-07 09:48:52 +02:00
Laurent Rineau 583cc8568c Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-07 09:48:24 +02:00
Laurent Rineau c85d2b295c Bump Boost minimal support version
We actually no longer test Boost below version 1.62.
2020-07-07 09:46:15 +02:00
Jackson Campolattaro 2622b588d3 Remove octree_test.cpp 2020-07-06 15:29:52 -04:00
Jackson Campolattaro 7e1415dc8f Add new octree equality test 2020-07-06 14:27:28 -04:00
Jackson Campolattaro 207f9fcf5e Add test_4_points() 2020-07-06 14:03:15 -04:00
Jackson Campolattaro 9e53c14cf4 Improve test_2_points, node comparison no longer compares values 2020-07-06 13:57:44 -04:00
Jackson Campolattaro 0dbcd9438e Add test of refining an octree with two points 2020-07-06 13:52:18 -04:00
Jackson Campolattaro e4b629721d Resume using assertion statements for tests 2020-07-06 13:38:24 -04:00
Jackson Campolattaro 0793dce381 Improve tree walk test 2020-07-06 12:45:43 -04:00
Jane Tournois 4fa37e7c6d fix unused parameters warning 2020-07-06 15:24:56 +02:00
Jane Tournois 58b2f76181 link examples using Mesh_3 with Eigen
to avoid using deprecated Diagonalize_traits
2020-07-06 15:19:44 +02:00
Jane Tournois 36386b0bab fix unused parameter warnings 2020-07-06 15:08:33 +02:00
Simon Giraudot 684f6e9086 Fix neighbor query fallback 2020-07-06 14:07:13 +02:00
Jane Tournois 1b7b19b451 silent a warning from boost and C++17 2020-07-06 13:50:55 +02:00
Jane Tournois 0d8aa34934 remove unused nbv 2020-07-06 10:48:01 +02:00
Laurent Rineau 17eaeb9c85
Merge pull request #4829 from CGAL/afabri-patch-2
AABB_tree: Fix typo
2020-07-06 09:28:42 +02:00
Andreas Fabri 4739482b47
Update aabb_tree.txt 2020-07-05 17:42:52 +02:00
Jackson Campolattaro 21dfe23fc2 Begin outlining a new potential solution for working with walker methods 2020-07-03 16:35:58 -04:00