sort by:
Revision Author Date Message Commit Date
8fb3f1a Improved RT3's tests of "insertion with info" types of functions 28 May 2018, 13:45:02 UTC
e9d3b97 Fixed taking a reference to a temporary (when using EPECK) 28 May 2018, 13:43:45 UTC
5d0858a Merge pull request #2991 from afabri/BGL-fix_add_vertex_and_face_to_border-GF Fix Euler::add_vertex_and_face_to_border() 24 April 2018, 15:31:47 UTC
39c17ef Merge pull request #3028 from sloriot/Argt-missing_const Add missing const 24 April 2018, 15:31:39 UTC
fd9cfb2 Merge pull request #3003 from afabri/Parameterization-inline-GF Surface_mesh_parameterization: inline get_error_message() 24 April 2018, 15:31:31 UTC
27ff7ce Merge pull request #3014 from sgiraudot/PSP-Fix_ply_reading_properties_4.11-GF PSP: Fix PLY reading properties other than those of vertices (4.11) 20 April 2018, 13:09:50 UTC
e0d0599 add missing const 17 April 2018, 14:01:35 UTC
0dde431 Qualify with CGAL:: as is_border cannot be found with ADL for OpenMesh 17 April 2018, 05:51:43 UTC
a06c5aa Call function with CGAL:: 13 April 2018, 08:37:10 UTC
a0bd3e0 Fix PLY reading properties other than those of vertices 12 April 2018, 09:48:51 UTC
36a25cf Use CGAL_USE 12 April 2018, 07:13:20 UTC
0f2f219 inline get_error_message() 10 April 2018, 11:34:10 UTC
6477d8b Add a real test 09 April 2018, 10:51:15 UTC
2c971e7 Merge pull request #2995 from MaelRL/Doc-Fix_minor_issues-GF Doc: fix minor issues in Surface_mesh and SMP 09 April 2018, 08:00:51 UTC
10c473f Merge pull request #2976 from maxGimeno/BGL-Fix_make_icosahedron-GF BGL: fix orientation of make_icosahedron() 06 April 2018, 15:55:18 UTC
80617a7 Fixed minor doc issues in SMP 06 April 2018, 09:58:28 UTC
5ff2a0d Fixed minor doc issues in Surface_mesh 06 April 2018, 09:48:13 UTC
01a82a3 Fix selection tool accordingly 06 April 2018, 09:38:42 UTC
0eb502c Fix Euler::add_vertex_and_face_to_border() 06 April 2018, 09:38:15 UTC
2f60d87 Replace cw by clockwise 03 April 2018, 12:03:55 UTC
ed3a7af document cw orientation 03 April 2018, 08:40:57 UTC
9eb63c6 Orient icosahedron CW to fit the orientation of other helpers. 03 April 2018, 08:36:22 UTC
1ec408f Merge pull request #2958 from sloriot/PMP-coref_more_coplanar_fixes Update incorrectly handled coplanar intersection computation 28 March 2018, 15:45:19 UTC
8553713 update incorrectly handled coplanar intersection computation follow up of 6bb6f470c4 26 March 2018, 09:20:16 UTC
3901fd9 Merge pull request #2918 from MaelRL/Polygon-Is_simple_with_empty_polygon-GF Polygon: avoid segfaulting when the polygon/range is empty 26 March 2018, 08:52:41 UTC
68477cf Merge pull request #2923 from MaelRL/T3-Fix_tbb_sequential_initialization-GF T3: Fix missing bound check in the sequential insertion phase of parallel triangulations 26 March 2018, 08:52:40 UTC
69ec034 Merge pull request #2930 from MaelRL/Box_intersection_d-Fix_duplicates-GF Box intersection d : minor bug fix and doc enhancement 26 March 2018, 08:52:39 UTC
77ff30e Merge pull request #2931 from sloriot/Kernel-plane_basis_determinism Fix the determinism of the computation of point and base vectors 26 March 2018, 08:52:37 UTC
45d2b95 Merge pull request #2944 from sloriot/PMP-coref_coplanar_fix Fix a coplanar triangle intersection 26 March 2018, 08:52:36 UTC
8734293 Merge pull request #2950 from janetournois/Mesh_3-c3t3_corners_doc_fix-jtournois C3T3 doc fix : `number_of_corners()` 26 March 2018, 08:52:34 UTC
b9f4a4e implement number_of_corners(), that is documented 23 March 2018, 10:54:53 UTC
5ac449d remove function that makes no sense from the doc there cannot be 2 corners with the same index 23 March 2018, 10:54:45 UTC
6bb6f47 update incorrectly handled coplanar intersection computation 21 March 2018, 15:51:24 UTC
9240f29 update test to check both combinaisons 21 March 2018, 15:51:24 UTC
2854734 Moved is_simple_2()'s empty test to SimplicityTest's degenerate tests 20 March 2018, 09:56:57 UTC
a443f85 fix the determinism of the computation of point and base vectors possibly will return true in case the evaluation lead to true or false as possible values. If the exact value is computed or interval refined, false could be the true value which has a consequence will give a different result for point or base vector. 16 March 2018, 13:33:51 UTC
d872955 Various doc improvements 15 March 2018, 12:50:54 UTC
1dfbec3 Minor output fix 15 March 2018, 11:25:41 UTC
3ae153e Added a comment to explain why there is duplication 15 March 2018, 11:25:14 UTC
9919879 Fixed cutoff parameter not being properly propagated and simplified the default initilization functions 15 March 2018, 11:23:33 UTC
b080804 Fixed missing bound check in the sequential insertion phase If the input point set is degenerate, dimension() < 3 is always 'true' and we will eventually try to read beyond the end of the points vector. See issue https://github.com/CGAL/cgal/issues/2922 13 March 2018, 10:14:06 UTC
efb6794 Add a test 12 March 2018, 10:14:23 UTC
4d67ff3 Avoid a segfault when is_simple() is called with an empty polygon/range 12 March 2018, 10:13:35 UTC
2974716 Merge pull request #2903 from maxGimeno/Fix_doc_ts_display-GF Documentation: change header 09 March 2018, 17:39:08 UTC
cb9f03a Merge pull request #2910 from luis4a0/Algebraic_kernel_d-RS_MPFR_compatibility-Luis Algebraic kernel d RS-Fix compatibility of MPFR, MPFI and RS. 09 March 2018, 17:38:58 UTC
a8c8d6f Fix MPFR/MPFI check when MPFI is not present. 08 March 2018, 13:05:26 UTC
6200edc Forbid MPFR 3.1.[3456] when using RS. 08 March 2018, 09:12:42 UTC
ec8ddad Check that MPFR/MPFI versions match. MPFI >=1.5.2 only works with MPFR >=4.0.0. MPFI < 1.5.2 only works with MPFR < 4.0.0. This check is performed at CMake level, when configuring MPFI. 08 March 2018, 09:12:42 UTC
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
back to top