swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
2ec9b10 Back port the modifications of header. 07 March 2018, 07:36:12 UTC
1b88e81 Merge pull request #2873 from sgiraudot/Kernel-Fix_pair_bug_in_circle_3-GF Bugfix: pair not compatible with Circle_3 (clang) 02 March 2018, 15:29:54 UTC
8fced38 This branch now targets CGAL-4.11.2 27 February 2018, 17:35:14 UTC
2785994 Announcement for CGAL-4.11.1 27 February 2018, 10:03:14 UTC
e9505dc Bugfix: pair not compatible with Circle_3 (clang) 26 February 2018, 14:12:53 UTC
74a8eb1 Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF Generator: Fix `random_points_in_triangle_mesh_2` 23 February 2018, 16:24:52 UTC
7050565 Merge pull request #2828 from lrineau/CGAL-fix_various_issues-GF fix various minor issues 19 February 2018, 13:24:32 UTC
2afbcc7 Merge pull request #2772 from MaelRL/SMP-Clean_internal_from_example-GF SMP: Documented some functions used in the Orbifold Tutte parameterizer 19 February 2018, 13:24:23 UTC
cc700d1 Merge pull request #2808 from kkatrio/issue2790-mprf4 Issue2790 mprf4 - deprecated functions 19 February 2018, 13:24:15 UTC
6b77d51 Fixed typo 19 February 2018, 11:07:14 UTC
5dfd491 Added a precondition An empty range will mean a segfault when calling weights.back(), with the precondition, it will be more obvious. 16 February 2018, 15:41:04 UTC
58a8eb0 Fixed random points on triangle mesh example No mesh means no inside/outside... 16 February 2018, 15:37:51 UTC
a125f08 Improved point generators tests 16 February 2018, 15:10:21 UTC
55b928b Fixed random_points_in_triangle_mesh_2 to actually filter out-of-domain faces 16 February 2018, 15:10:09 UTC
861838b Merge pull request #2798 from sgiraudot/Polyhedron_demo-Fix_reconstruction_angle_parameter-GF Polyhedron Demo Surface Reco. Plugin: Fix missing conversion from degrees to radiants 14 February 2018, 14:19:11 UTC
15069c1 Merge pull request #2774 from MaelRL/T3-Fix_is_Gabriel-GF T3/P3T3: Fix Is_Gabriel(Vertex_handle) for regular triangulations 14 February 2018, 14:19:04 UTC
7ed0615 Merge pull request #2786 from MaelRL/T2-Fix_graph_traits-GF Triangulation_2: Fix template parameter in RT_2's graph traits 14 February 2018, 14:18:54 UTC
f520bc7 Merge pull request #2817 from lrineau/STL_Extensions-cpp17_uncaught_exceptions-GF Use std::uncaught_exceptions() when available 14 February 2018, 14:18:47 UTC
0254025 fixup! Remove CMake Warning about /usr/share/cmake/Modules/FindBoost My previous commit was... well... stupid! 14 February 2018, 09:14:48 UTC
7ee11b7 Remove CMake Warning about /usr/share/cmake/Modules/FindBoost Those warnings are annoying because: - they happen on Linux rolling releases as soon as Boost version is more recent than CMake version, - we cannot do anything about them. Example: ``` CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) /mnt/testsuite/cmake/modules/CGAL_Macros.cmake:293 (find_package) /mnt/testsuite/cmake/modules/UseCGAL.cmake:46 (use_component) CMakeLists.txt:13 (include) ``` https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-173/Algebraic_foundations/TestReport_gimeno_Fedora-rawhide-Release.gz 13 February 2018, 15:02:09 UTC
741dbaf Fix a bug in demo/Polyhedron/Plugins/Mesh_3/CMakeLists.txt The file "Polyhedron_demo_mesh_3_plugin_cgal_code.cpp" was renamed *long* ago. I do not know why I got that CMake error only recently. 13 February 2018, 15:00:29 UTC
47307b4 Add the missing semi-colon 13 February 2018, 11:51:39 UTC
ce09744 Use std::uncaught_exceptions() when available That should fix the following warning. ``` [ 50%] Building CXX object CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o /usr/local/bin/c++ -DCGAL_TEST_SUITE=1 -DCGAL_USE_GMP -DCGAL_USE_MPFR -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/../../include -isystem /usr/include/x86_64-linux-gnu -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/include -I/mnt/testsuite/include -DDONT_USE_BOOST_PROGRAM_OPTIONS -Wall -Wextra -std=c++1z -frounding-math -Wall -frounding-math -o CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o -c /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp In file included from /mnt/testsuite/include/CGAL/basic.h:43, from /mnt/testsuite/include/CGAL/Cartesian/Cartesian_base.h:29, from /mnt/testsuite/include/CGAL/Simple_cartesian.h:29, from /mnt/testsuite/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:29, from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp:2: /mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h: In destructor 'CGAL::Polyhedron_incremental_builder_3<HalfedgeDS_>::~Polyhedron_incremental_builder_3()': /mnt/testsuite/include/CGAL/assertions.h:104:30: warning: 'bool std::uncaught_exception()' is deprecated [-Wdeprecated-declarations] (CGAL::possibly(EX)||std::uncaught_exception()?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__)) ^~~~~~~~~~~~~~~~~~ /mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h:204:9: note: in expansion of macro 'CGAL_destructor_assertion' CGAL_destructor_assertion( check_protocoll == 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ ``` https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-168/Property_map/TestReport_lrineau_Ubuntu-latest-GCC6-CXX1z.gz Fix #2806. 09 February 2018, 17:46:16 UTC
3305506 conditional macros 08 February 2018, 09:47:33 UTC
7aae8ea replace deprecated function 08 February 2018, 09:47:33 UTC
d841190 Fix missing conversion from degrees to radiants 06 February 2018, 13:10:41 UTC
f23547e Reworded sentence 05 February 2018, 19:28:20 UTC
b5b3782 Fixed typo... 05 February 2018, 19:24:04 UTC
17594d2 Reduced the amount of \sa in SMP's doc (no need to \sa every other parameterizer) 05 February 2018, 11:31:40 UTC
123dafc Doc fixes 05 February 2018, 09:30:45 UTC
f32e265 Tr_Base > Triangulation_base to avoid a conflict with a typedef in the T2 hierarchy 05 February 2018, 09:20:04 UTC
24b50f5 Merge pull request #2777 from MaelRL/IO-Fix_dxf_reader-GF Circular_kernel_2: Fix the circle reading in the `.dxf ` file reader 02 February 2018, 15:06:09 UTC
d2ac299 Merge pull request #2776 from sgiraudot/Shape_detection-Fix_infinite_loop-GF Shape Detection: Fix Infinite Loop 02 February 2018, 15:06:01 UTC
2b82dc6 Fixed wrong template in regular_triangulation_2's graph traits 02 February 2018, 13:25:47 UTC
558465d Fixed dxf circle reader (in .dxf, the radius is not squared) Removed dead link 01 February 2018, 11:27:43 UTC
2b6e30f Fix infinite loop in RANSAC 01 February 2018, 09:49:30 UTC
baa1915 Changed variable name and initialization 01 February 2018, 09:39:36 UTC
92ac7b0 Fixed some variable name inconsistencies 01 February 2018, 09:28:38 UTC
62368d8 Reverted useless line addition 31 January 2018, 14:41:37 UTC
05c31ea Fixed is_Gabriel(Vertex_handle) for RT3 31 January 2018, 14:29:18 UTC
95f36b1 Added a test P3RT3 is_Gabriel 31 January 2018, 14:29:18 UTC
6331d0f Fixed is_Gabriel(Vertex_handle) for P3RT3 31 January 2018, 14:29:11 UTC
c88044d Fixed nearest_power_vertex for P3RT3 31 January 2018, 14:27:39 UTC
bd4c643 Fixed T3/P3T3 concepts - Fixed RT/DT/P3RT3/P3DT3 not requiring (power)side_of_bounded_(power)_sphere - No need to specify offset-less predicates in Periodic concepts 31 January 2018, 14:27:15 UTC
b3dd544 Minor doc change 31 January 2018, 09:20:08 UTC
ff109bf Merge pull request #2763 from sloriot/Doc-update_mathjax_url Use new URL for MathJax 30 January 2018, 10:20:24 UTC
bf21e2b Minor doc improvements 29 January 2018, 20:53:45 UTC
e803d7d Added tags 29 January 2018, 17:39:33 UTC
b352738 Documented some functions used in SMP/Orbifold Tutte Embedding parameterizer Along the way, fix a few mistakes and generalize the API of these newly documented functions. 29 January 2018, 17:32:25 UTC
54af4c5 Merge pull request #2767 from janetournois/TDS_3-add_missing_const_in-doc-jtournois TDS_3 - add missing `const` in doc of `copy_tds()` 29 January 2018, 17:04:36 UTC
fea309a Merge pull request #2762 from sloriot/Polygon-doc_missing_functions Some functions did not appear in the doc 29 January 2018, 17:04:28 UTC
7aaee2d Merge branch 'CGAL-4.11-fix_doc_branch-GF' into releases/CGAL-4.11-branch 26 January 2018, 14:34:59 UTC
d0dc93a add missing const's in doc 25 January 2018, 13:41:07 UTC
49a843c use local version of mathjax 23 January 2018, 20:18:19 UTC
cbd08e1 use new URL for MathJax https://www.mathjax.org/cdn-shutting-down/ 23 January 2018, 19:42:34 UTC
cce1826 remove incomplete command 23 January 2018, 13:23:27 UTC
e72444a Merge pull request #2709 from lrineau/CGAL-fix_merge_of_PR_2478-GF Fix the merge of PR #2478 into releases/CGAL-4.11-branch 22 January 2018, 09:06:21 UTC
efe3e49 Merge pull request #2735 from sgiraudot/Kernel-Fix_plane_point-GF Cartesian kernel: improve plane point() computation 19 January 2018, 14:21:34 UTC
5b5002f Merge pull request #2738 from sloriot/PMP-distance_update_max Make the update of the max value correct 19 January 2018, 14:21:22 UTC
75da43f Reset properties when adding a new simplex 17 January 2018, 10:35:01 UTC
bdef986 Add reset methods to reinitialize all properties of a specific element 17 January 2018, 10:35:01 UTC
694a705 Surface mesh: reinit connectivies when reusing garbage memory 17 January 2018, 10:35:01 UTC
d163ee6 Merge pull request #2705 from afabri/patch-2 Triangulation_2: cleanup 17 January 2018, 09:41:33 UTC
807ff01 Merge pull request #2713 from sloriot/BGL-fix_assertions_FFG Fix assertions 17 January 2018, 09:41:25 UTC
886c7bc Fix AND boolean operation with CGAL::possibly 16 January 2018, 11:19:28 UTC
499f3c4 make the update of the max value correct 15 January 2018, 17:22:11 UTC
bf03a53 Bugfix: use largest scalar when computing Plane_3::point() to avoid badly defined point 15 January 2018, 09:18:29 UTC
8ac58e9 add missing include directive 11 January 2018, 17:04:31 UTC
7ee5383 fix assertions 08 January 2018, 04:36:16 UTC
c233ba6 fix bug -> 2x 2 missing "inline" to prevent duplicate symbols during link process... 04 January 2018, 16:54:16 UTC
42b11dd Revert the merge of PR #2478 This reverts the merge commit 46cc91e787b2b6bb34115522cf896a27f85966a0 onto 488c3e287907bff56483540cd107143b2f0955c9. 04 January 2018, 16:54:08 UTC
1a42439 Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 04 January 2018, 15:14:18 UTC
78a0331 Triangulation_2: cleanup Remove unused local variable. 03 January 2018, 10:38:31 UTC
0cd89c4 Merge pull request #2571 from efifogel/MS_2-reduced_conv_collision_detection-efif Minkovski_sum_2: reduced conv collision detection 25 December 2017, 20:09:52 UTC
2425c86 Merge pull request #2652 from MaelRL/SMP-Remove_Core_dependency-GF SMP: Remove Core dependency 22 December 2017, 21:37:41 UTC
09a7f58 Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 21 December 2017, 14:15:20 UTC
b655d0c Merge pull request #2698 from sloriot/SMS-fix_tight_num_edges Fix #2643 21 December 2017, 14:14:42 UTC
989264e only the counts must be tight lSize must be num_edges as we use an array for edge property we access using halfedge index properties 21 December 2017, 14:08:20 UTC
5181cd7 Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch # Conflicts: # Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h 19 December 2017, 15:19:22 UTC
bb8816e Merge pull request #2666 from sgiraudot/Point_set_3-Reinitialize_properties-GF Point Set 3: Reinitialize properties when reusing memory 19 December 2017, 15:18:03 UTC
378db6d Merge pull request #2675 from sloriot/SMSP-conversion_warning_workaround Workaround conversion warning 19 December 2017, 15:17:54 UTC
ea233f4 Merge pull request #2674 from sloriot/SM3-pmap_issues_and_warnings Use reference type from the pmap and fix warnings 19 December 2017, 15:17:46 UTC
34ab40c Merge pull request #2673 from sloriot/BGL-add_invariant Re-add an invariant in the concept doc 19 December 2017, 15:17:38 UTC
c4a7adc Merge pull request #2688 from lrineau/Convex_hull_3-fix_quickhull_in_coplanar_case-GF Fix Convex_hull_3 quickhull, with coplanar point 19 December 2017, 15:17:29 UTC
a9a8c4b Merge pull request #2651 from sloriot/Ridges_3-use_rmap-API Use readable property map API 19 December 2017, 15:13:59 UTC
cfb2458 Merge pull request #2596 from janetournois/Mesh_2-fix_the_use_of_lloyd_from_cdt-jtournois Mesh 2 : fix the use of Lloyd from any CDT_2 19 December 2017, 15:13:51 UTC
37efd9f Merge pull request #2669 from sloriot/PSP-estimate_scale_pmap_reference Use reference type of the pmap 19 December 2017, 15:13:43 UTC
5578d9b Merge pull request #2663 from lrineau/PMP-measures_h__needs_exact-GF Fix <CGAL/Polygon_mesh_processing/measure.h> 19 December 2017, 15:13:34 UTC
03913cc Merge pull request #2660 from sloriot/CH3-official_add_vertex Use documented API 19 December 2017, 15:13:26 UTC
200a56e Merge pull request #2625 from afabri/Triangulation_2-derecursification-GF Derecursify functions in Constrained Delaunay and Constrained Triangulation 19 December 2017, 15:13:18 UTC
66baa90 Merge pull request #2688 from lrineau/Convex_hull_3-fix_quickhull_in_coplanar_case-GF Fix Convex_hull_3 quickhull, with coplanar point 19 December 2017, 15:13:10 UTC
fdd3af3 Fixed conversion warning 19 December 2017, 15:09:29 UTC
22d5a5b Fix Convex_hull_3 quickhull, with coplanar point `CGAL::convex_hull_3` documents that the output is a triangulation polyhedron. That is true... but for coplanar input points! In case of coplanar input point, the output before this patch was a polyhedron with a single polygonal face. The patch triangulates the face using a pivot point and Euler operations. 15 December 2017, 09:45:25 UTC
c55d75e sq_circumradius cannot be computed on an infinite facet there was no need to check if a face is in domain, but we still need to check whether it is infinite 15 December 2017, 09:24:11 UTC
0ad70e2 Merge pull request #2661 from sloriot/PMP-fix_np fix named parameter functions 14 December 2017, 16:49:43 UTC
c2ae22d fix conversion warnings 14 December 2017, 09:31:18 UTC
4b0b1a8 Update CMakeLists.txt This branch is based on `releases/CGAL-4.11-branch` and the new CMake syntax is only in CGAL-4.12/master. 13 December 2017, 10:43:09 UTC
8def8ba remove unused variable 13 December 2017, 09:09:06 UTC
f7569e6 make no assumption on the position of border vertices 12 December 2017, 16:11:18 UTC
6342f9a fix remaining point reference 12 December 2017, 13:41:41 UTC
back to top