Maxime Gimeno
66f92a336e
Restore compatibility shader code
2021-08-30 11:11:57 +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
Mael Rouxel-Labbé
529da2ff68
Explicit the random seed in triangle/other tests
2021-08-29 13:54:01 +02:00
Mael Rouxel-Labbé
f0b00551f6
Fix constructing degenerate spheres in Plane_3 intersection tests
2021-08-29 13:53:33 +02:00
Sebastien Loriot and Laurent Rineau
5c41308f43
Update Documentation/doc/Documentation/advanced/Configuration_variables.txt
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org >
2021-08-27 15:26:42 +02:00
Sébastien Loriot
91a725b403
mention var to disable config mode
2021-08-27 12:56:57 +02:00
Sebastien Loriot and Laurent Rineau
76d30bdaa6
Apply suggestions from code review
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org >
2021-08-27 12:46:45 +02:00
Sébastien Loriot
dcbcf102b7
update boost configuration doc
2021-08-27 11:20:10 +02:00
Sebastien Loriot and Laurent Rineau
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
Mael Rouxel-Labbé
5b94d2db56
Actually erase duplicate internal points
2021-08-25 14:52:22 +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
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
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