Commit Graph

98647 Commits

Author SHA1 Message Date
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
shuangyuan 42c9d55bd8 fixed bug for unincremented circulator 2021-08-26 12:24:19 +08: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
Jane Tournois 392730fe68 boost/iterator.hpp is deprecated in favor of <iterator> 2021-08-25 16:53:00 +02:00
Jane Tournois 1866378491 fix warning : enum * float is deprecated 2021-08-25 16:44:11 +02:00
Jane Tournois ee8531d600 boost/iterator.hpp is deprecated 2021-08-25 15:25:40 +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
Mael Rouxel-Labbé 5b94d2db56 Actually erase duplicate internal points 2021-08-25 14:52:22 +02:00
Jane Tournois a885f9b782 rename Counter to avoid conflict with type defined in msvc 2022 2021-08-25 13:02:11 +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
Mael Rouxel-Labbé fe37492692 Remove debug print 2021-08-25 08:39:25 +02:00
Jane Tournois f07b47e1e2 fix mismatch between two definitions of Mesher_level_conflict_status
that were in different namespaces (CGAL and CGAL::Mesh_3)
2021-08-24 18:04:50 +02:00
Sébastien Loriot 011178da01 add resource files for 1.9.3 2021-08-24 14:36:54 +02:00
Sébastien Loriot 0d48a870a2 fix usage of html comment tag 2021-08-24 14:26: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é cc6e76dd85 Lower verbosity of Intersection_3 tests 2021-08-24 11:40:26 +02:00
Efi Fogel c8707b88c5 Replaced Polyline type with auto (as part of pacifying MSVC 2021-08-24 12:31:05 +03: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
Efi Fogel 4a1e5059e1 Redefined Polyline to My_polyline pacify msvc 2021-08-23 18:48:00 +03:00
Efi Fogel 501af35f46 Merge branch 'Aos_2-boundary_objects-efic' of github.com:efifogel/cgal into Aos_2-boundary_objects-efic 2021-08-23 18:45:23 +03:00
Efi Fogel f8aa0fe0e1 Pacify msvc 2021-08-23 18:39:27 +03:00
Efi Fogel 8f853c2cfe Added missing include 2021-08-23 18:03:21 +03:00
Efi Fogel 2c9352d15f Commented out unsued formal variable 2021-08-23 17:57:54 +03:00
Efi Fogel b2569f211b placed 'unsigned int' with auto to remove unnecessary conversion 2021-08-23 17:57:21 +03:00
Mael Rouxel-Labbé e1d6f75579 Fix bad tests 2021-08-23 11:49:54 +02:00
Mael Rouxel-Labbé 6dfe06a286 Fix conversion warnings 2021-08-23 11:49:45 +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
Dmitry Anisimov f2af481028 fixed assertions in utils 2021-08-20 10:27:04 +02:00
Sébastien Loriot abc945db89 fix warning 2021-08-19 20:46:32 +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
Efi Fogel 3125f166ac Replaced inclusion of CGAL/basic.h with config.h 2021-08-19 16:59:27 +03:00
Efi Fogel d3b1868728 Added default definition of special functions to pacify the compiler 2021-08-19 16:56:43 +03:00
Efi Fogel 200857c14e Fixed warning BOOST_PARAMETER_MAX_ARITY redefinition 2021-08-19 16:27:42 +03:00
Efi Fogel 925f42632d Included CGAL before boost to resolve the BOOST_PARAMETER_MAX_ARITY redefinition warning 2021-08-19 13:59:57 +03:00
Efi Fogel c3022226d7 Replaced unsigned with the correct integral type (which resolved some warnings) 2021-08-19 13:59:28 +03:00
Efi Fogel 2f52949c3c Added doxygen comment for the Trim_2 functor (which resolved a warning) 2021-08-19 13:58:49 +03:00