Commit Graph

97640 Commits

Author SHA1 Message Date
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
Sebastien Loriot 20ea9e775f
Merge pull request #4009 from afabri/CGAL-internal-GF
CGAL: Move from CGAL/internal  to CGAL/Pkg/internal
2021-08-30 11:55:36 +02:00
Sébastien Loriot ee7b4121c8 update exclude path 2021-08-30 11:48:10 +02:00
Sébastien Loriot b811f9e140 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-30 11:22:14 +02:00
Sébastien Loriot 6672844765 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-30 11:21:46 +02:00
Sebastien Loriot d454e5b462
Merge pull request #5884 from danston/Filtered_kernel-fix_construct_cartesian_object-danston
Filtered Kernel Construct Cartesian Iterator Return Type Fix
2021-08-30 11:16:25 +02:00
Sebastien Loriot 1bd8e07743
Merge pull request #5851 from maxGimeno/PMP-Add_a_visitor_to_orient_polygon_soup-maxGimeno
PMP: Add a visitor to the orientation function
2021-08-30 10:45:41 +02:00
Sebastien Loriot 3a00b6fe3e
Merge pull request #5592 from afabri/PMP_accelerate_corefine-GF
PMP Corefinement: Replace containers to make it faster
2021-08-30 10:42:07 +02:00
Sebastien Loriot 8edd2d6d03
Merge pull request #5669 from GilesBathgate/Subdiv_methods-Fix_divide_by_zero_warning-GilesBathgate
Fix division by zero in subdivision_masks_3.h
2021-08-30 10:38:36 +02:00
Sebastien Loriot 8013590cc4
Update Subdivision_method_3/include/CGAL/Subdivision_method_3/subdivision_masks_3.h
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-08-26 15:49:59 +02:00
Sébastien Loriot 2c889a3b52 remove unused files 2021-08-26 11:43:58 +02:00
Sébastien Loriot 4ea7b65a24 manual move for boost headers 2021-08-26 11:42:01 +02:00
Sébastien Loriot 98e471849b moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Mael Rouxel-Labbé 1cbcc39370 Rename example to avoid conflicts 2021-08-26 11:15:36 +02:00
Mael Rouxel-Labbé 71d88536b8 Fix doc 2021-08-26 11:08:28 +02:00
Mael Rouxel-Labbé bcce76c062 Fix test & warnings 2021-08-26 11:08:16 +02:00
Sebastien Loriot d944777495
Merge pull request #5808 from danston/Shape_detection-Region_growing_on_spheres-GF
[Small Feature] Region Growing on Spheres and Cylinders
2021-08-25 19:38:06 +02:00
Sebastien Loriot 7e212770e5
Merge pull request #5738 from danston/Barycentric_coordinates_2-danston
[Feature] Barycentric Coordinates 2 Revision
2021-08-25 19:35:36 +02:00
Sébastien Loriot 1a65f4ca0a Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-25 19:33:46 +02:00
Sébastien Loriot 3d77cbd804 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-25 19:33:29 +02:00
Sebastien Loriot ad37cf62a4
Merge pull request #5932 from janetournois/Mesher_level-fix_enum-jtournois
Mesher_level - fix mismatch between two definitions of Mesher_level_conflict_status
2021-08-25 19:33:02 +02:00
Jane Tournois 5439dbd07e fix mismatch between two definitions of Mesher_level_conflict_status
that were in different namespaces (CGAL and CGAL::Mesh_3)
2021-08-25 19:32:13 +02:00
Sebastien Loriot 04a3f683ec
Merge pull request #5929 from MaelRL/OBB-Misc_improvements-GF
OBB: Change package category
2021-08-25 14:57:25 +02:00
Sebastien Loriot 031e967fee
Merge pull request #5931 from albert-github/feature/bug_have_dot_inheritance
Interaction between `HAVE_DOT` setting and inheritance graph
2021-08-25 14:55:24 +02:00
Sébastien Loriot fb1cef4d8f Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-25 10:46:19 +02:00
Sébastien Loriot f1aa145fd4 Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-25 10:45:44 +02:00
Sébastien Loriot 733e7b7823 fix typos 2021-08-25 10:45:05 +02:00
Sébastien Loriot 011178da01 add resource files for 1.9.3 2021-08-24 14:36:54 +02:00
albert-github fab536d6f9 Interaction between `HAVE_DOT` setting and inheritance graph
In the BGL package we get a warning like:
```
/home/cgal-testsuite/cgal_doc_build/CGAL-5.4-Ic-33/doc/BGL/PackageDescription.txt:29: warning: ignoring \dot command because HAVE_DOT is not set
```
The BGL package uses the `\dot` and has now to use the setting `HAVE_DOT=YES` to see the dot image.
Till now this went OK as the `\dot` command didn't look at the setting of the `HAVE_DOT` setting in the Doxyfile, though by the issue https://github.com/doxygen/doxygen/issues/7273 and the pull request https://github.com/doxygen/doxygen/pull/8663 it is now required that `HAVE_DOT` is set.
The idea of setting `HAVE_DOT` for the BGL project removed the warning (and shows the figure again) though has also as side effect that the inheritance graphs are shown. Until now CGAL shows for the inheritance just the text version.

Doxygen now has for the `CLASS_GRAPH` setting the possibility `TEXT` that does exactly what is required.

Due to the general setting of `HAVE_DOT` also the not needed `graph_legend` was generated and some `INCLUDE_GRAPH`s, by setting this to `NO ` these are no suppressed as well.
2021-08-24 12:21:07 +02:00
Mael Rouxel-Labbé 66c1d532f7 Update dependencies 2021-08-24 09:38:08 +02:00
Mael Rouxel-Labbé 93ee230611 Clean some includes 2021-08-23 22:25:14 +02:00
Mael Rouxel-Labbé cd3fe4cae9 Move the OBB package to the "Geometric Optimization" category 2021-08-23 22:24:42 +02:00
Dmitry Anisimov d82ca437c4 correctly handling wrong values in new classes 2021-08-20 11:19:22 +02:00
Dmitry Anisimov c018af84bf fixed test values 2021-08-20 11:18:18 +02:00
Sebastien Loriot c2255e6954
Merge pull request #5903 from sloriot/Doc-various_fixes
Doc various fixes
2021-08-19 20:38:39 +02:00
Sebastien Loriot ac6933875a
Merge pull request #5907 from albert-github/feature/bug_dot_at_end_filename
Warnings Mesh_3 regarding non existing file (documentation)
2021-08-19 20:38:02 +02:00
Dmitry Anisimov f2d9066aaf added more debug output for failure cases 2021-08-19 12:05:30 +02:00
Dmitry Anisimov 78fc64c662 undocumenting unnecessary stuff 2021-08-19 11:48:21 +02:00
Dmitry Anisimov 5f4fdae7b2 updated tests 2021-08-19 11:22:48 +02:00
Sebastien Loriot 7e4fb11544
Merge pull request #5662 from sloriot/PMP-track_remove_si
Add a visitor to stop repair and track the current status
2021-08-18 18:52:14 +02:00
Sebastien Loriot 753a04ef70
Merge pull request #5906 from albert-github/feature/bug_srccodetag_obsolete
Removing obsolete doxygen settings
2021-08-18 18:51:06 +02:00
Sebastien Loriot 2ac279bb90
Merge pull request #5908 from CGAL/afabri-patch-1
Update oriented_bounding_box.h
2021-08-18 18:42:08 +02:00
Dmitry Anisimov 850776533e fixed test suite errors in tests 2021-08-16 12:20:15 +02:00
Dmitry Anisimov c2a1f047eb fixed test suite errors in examples 2021-08-16 11:56:36 +02:00
Andreas Fabri cebd65dad2
Update oriented_bounding_box.h
Add () so that doxygen creates a link.
2021-08-16 11:44:52 +02:00
Dmitry Anisimov ec13e880a4 fixed warnings in docs 2021-08-16 11:11:40 +02:00
Dmitry Anisimov 6d2a3894f6 fixed test suite warnings in fitting 2021-08-16 10:50:58 +02:00
Dmitry Anisimov d41072d7a9 removed old target 2021-08-16 10:40:40 +02:00
Dmitry Anisimov 2246c4dcef Merge remote-tracking branch 'origin/master' into Shape_detection-Region_growing_on_spheres-GF 2021-08-16 10:27:39 +02:00
albert-github 72e2c7b27b Warnings Mesh_3 regarding non existing file (documentation)
Currently we get a number of warnings when building the documentation for Mesh_3:
```
/home/cgal-testsuite/cgal_doc_build/CGAL-5.3.1-I-169/doc/Mesh_3/Mesh_3.txt:743: warning: unable to resolve reference to 'CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h\' for \ref command
/home/cgal-testsuite/cgal_doc_build/CGAL-5.3.1-I-169/doc/Mesh_3/Mesh_3.txt:801: warning: unable to resolve reference to 'Mesh_3/random_labeled_image.h\' for \ref command
/home/cgal-testsuite/cgal_doc_build/CGAL-5.3.1-I-169/doc/Mesh_3/Mesh_3.txt:817: warning: unable to resolve reference to 'CGAL/Mesh_3/initialize_triangulation_from_gray_image.h\' for \ref command
```
Note the backslash at the end of the file name.

Most likely an attempt was made to escape the dot to not have it as part of the filename, though at least in doxygen 1.8.13 a closing dot was not seen as part of the filename.
Looking at the other escape character of doxygen: the commercial at sign, this was apparently working as escape in the filename as well, though in doxygen 1.8.15 this was not the case anymore either.
During one of the last changes also the backslash lost this possibility for this case and this is now consistent.

The current change (removing the backslashes) doesn't look like to alter the behavior for the 1.8.13 and master version in respect to CGAL.
2021-08-15 20:32:45 +02:00