Commit Graph

667 Commits

Author SHA1 Message Date
Laurent Rineau 4789fcc474
Merge branch 'master' into Triangulation_2-mark_domains-GF 2022-07-11 16:38:15 +02:00
Laurent Rineau 11de1f41a5 Fix formatting of code 2022-06-17 10:39:35 +02:00
Laurent Rineau ca2624fd7c This will be in CGAL 5.6 2022-06-17 10:39:17 +02:00
albert-github ee415d50de Corrections for more strict doxygen symbol resolver
The doxygen  symbol resolver for the doxygen master version (1.9.5 (35711f2d14acc81cff83f81f04c566ad8c8c6fe8)) has been improved (made stricter) but this means also means that some links have to be corrected.
The patch has been tested against the mentioned doxygen master and against doxygen 1.8.13 and the results look in both cases correct (without the patch the master version has some warnings and some incorrect links)..

The patch has been created by @doxygen and upon request created into a pull request by me.
2022-06-07 10:56:37 +02:00
Sébastien Loriot 31e41eb9fe fix typedef 2022-06-04 11:28:37 +02:00
Sébastien Loriot 44455c438b improve doc 2022-06-04 10:28:27 +02:00
Sébastien Loriot 058d1cb4ad use new API 2022-05-18 16:33:39 +02:00
Sébastien Loriot a38356fe8b workaround deprecated warnings 2022-05-18 11:03:01 +02:00
Andreas Fabri e72979cd66 Fix after having merged master 2022-05-18 07:27:53 +01:00
Andreas Fabri 1afc3cc099 resolve merge conflict 2022-05-18 07:20:41 +01:00
Andreas Fabri c5ae4b7c53 Do not call the deprecated functions 2022-05-17 10:12:28 +01:00
Andreas Fabri 9354300d7c Remove template parameter 2022-05-17 09:09:34 +01:00
Andreas Fabri ed073e1641 Update User Manual 2022-05-16 17:24:27 +02:00
Andreas Fabri 184c422cbf Modernize examples 2022-05-16 17:24:27 +02:00
Andreas Fabri 02d1db7c72 Fix in API doc 2022-05-16 17:24:27 +02:00
Sébastien Loriot 3c466769c7 add function named parameters in Mesh_2 2022-05-16 17:24:27 +02:00
Sébastien Loriot 3234d4f50d verbs are lower case 2022-05-16 17:24:27 +02:00
Laurent Rineau 1389c517ec Proposal for a new API 2022-05-16 17:24:27 +02:00
Laurent Rineau b459b4538a Fix typo after spellchecking (by vscode) 2022-05-16 17:24:27 +02:00
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
Laurent Rineau 7a869e8981 Revert the change of the included header 2022-03-30 15:39:16 +02:00
Laurent Rineau 081d974ac8 Fix a typo 2022-03-30 15:39:00 +02:00
Laurent Rineau 5f9fbd0082 Use an undocumented API
Use the third parameter of `CGAL::refine_Delaunay_mesh_3`, to avoid
recomputing the domain mark from seeds.
2022-03-30 15:20:57 +02:00
Laurent Rineau 2a2c332784 Include the correct header, to get the correct display 2022-03-30 15:20:12 +02:00
Andreas Fabri b249db6041 Fix anchor 2022-03-22 14:26:49 +01:00
Andreas Fabri 109056d592 Improve documentation of function draw() 2022-03-22 14:10:13 +01:00
Andreas Fabri f7083e8d6b Add example in the Mesh_2 User Manual 2022-03-22 13:52:34 +01:00
Andreas Fabri 35fb2fd971 Fix namespace 2022-03-15 22:47:32 +01:00
Andreas Fabri c818c0ef28 Add include; improve documentation 2022-03-15 22:00:04 +01:00
Andreas Fabri 5b6b521ca8 Deal with write_VTU() 2022-03-15 17:45:41 +01:00
Andreas Fabri 93832aa67f Add an example for Mesh_2 2022-03-15 16:08:11 +01:00
Andreas Fabri a6ae3b1ac1 Rename and move stuff 2022-03-15 10:34:36 +01:00
Andreas Fabri 849e18ae6c Triangulation_2: Add CGAL::mark_domains() 2022-03-14 23:05:15 +01:00
Andreas Fabri 2abcabafc5 Deal with Mesh_2 2022-01-18 16:45:38 +00:00
Andreas Fabri 92aee6ba45 Deal with Mesh_2 2022-01-18 16:44:05 +00:00
Sébastien Loriot ab48f63e30 update latest cmake version tested 2021-11-09 10:58:47 +01:00
Sébastien Loriot 58181afcdb remove useless include directives 2021-11-09 10:16:12 +01:00
Jane Tournois 9a56423274 document line orientation 2021-09-10 14:19:56 +02:00
Jane Tournois 99d944ef32 add doc for new predicate oriented_side_2(segment, triangle) 2021-09-10 11:58:15 +02:00
Jane Tournois 0ac4bf6493 fix compilation of Mesh_2 with Homogeneous kernel
the example mesh_optimization.cpp fails during refinement
with Kernel = CGAL::Homogeneous<double>
2021-09-10 11:28:13 +02:00
Jane Tournois 7e3af5cbda move the implementation of segment_hides_circumcenter() to the kernel
to use filtered predicates
2021-09-10 11:26:53 +02:00
Sebastien Loriot fd94f61198
Merge pull request #5785 from maxGimeno/Google-readability-casting-maxGimeno
Clang-tidy: google-readability-casting
2021-09-02 15:46:54 +02:00
Maxime Gimeno 91ca5a8add Runs of Mesh_2 and Mesh_3 tests 2021-08-31 11:16:39 +02:00
Sébastien Loriot 4454c5b3ed Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno 2021-08-30 12:25:51 +02:00
Sébastien Loriot 2c889a3b52 remove unused files 2021-08-26 11:43:58 +02:00
Sebastien Loriot 3404633d3e
Merge pull request #5704 from lrineau/Mesh_2-more_CGAL_MESH_2_DEBUG_REFINEMENT_POINTS-GF
Mesh_2: Add a new debugging macro CGAL_MESH_2_DEBUG_REFINEMENT_POINTS
2021-08-12 10:01:39 +02:00
Maxime Gimeno f7df517f57 Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno 2021-08-09 09:14:23 +02:00
Mael Rouxel-Labbé 78ff9185b3 Harmonize ASCII usage across all packages 2021-06-23 23:34:32 +02:00
Maxime Gimeno 2d5f91f763 Merge remote-tracking branch 'cgal/master' into T2-Document_projection_traits_3-maxGimeno 2021-05-27 09:06:59 +02:00
Laurent Rineau e0a4dd0680 Merge pull request #5677 from sloriot/CGAL-IO_namespace
CGAL IO namespace

# Conflicts:
#	Installation/test/Installation/test_gmp_mpfr_dll.cpp
2021-05-18 17:31:40 +02:00