Laurent Rineau
2c777708d2
Merge pull request #6196 from MaelRL/Mesh_3-Remove_trailing_semicolon-GF
...
Fix: remove extra ';'
2022-01-03 16:22:18 +01:00
Laurent Rineau
30d636ca62
Merge pull request #6198 from albert-github/feature/bug_classification_endcond
...
Superfluous \endcond in Classification package
2022-01-03 16:22:16 +01:00
Laurent Rineau
9ba4b2cd6f
Merge pull request #6199 from albert-github/feature/bug_stream_support_endcond
...
Missing \endcond in Stream_support package
2022-01-03 16:22:14 +01:00
Laurent Rineau
29c083a48b
Merge pull request #6204 from sloriot/cherry-picking-1.9.3-doxy-resources
...
Add resource files for 1.9.3
2022-01-03 16:22:12 +01:00
Laurent Rineau
bd8e7c31c6
Merge pull request #6205 from sloriot/Mesh_3-doc-5.3
...
Mesh_3 doc warnings
2022-01-03 16:22:10 +01:00
Laurent Rineau
99ffda4627
Merge pull request #6207 from sloriot/CGAL-set_but_not_used_variable
...
Fix set but unused variable warning
2022-01-03 16:22:07 +01:00
Laurent Rineau
44bfd213d9
Merge pull request #6210 from lrineau/Testsuite-fix__parse-ctest-dashboard-xml.py-GF
...
CTest Testsuite: resilience to non-UTF8 characters
2022-01-03 16:22:05 +01:00
Laurent Rineau
c6bd7ddfcb
updated crontab (automated commit)
2021-12-29 11:55:32 +01:00
Laurent Rineau
3e8fdc6e36
Resilience to non-UTF8 characters
...
... use the method `backslashreplace` to deal with non-UTF8
characters.
See https://docs.python.org/3/library/codecs.html#error-handlers
2021-12-28 15:48:18 +01:00
Jane Tournois
02d07278be
fix unused variable warning
2021-12-28 10:24:34 +01:00
Sébastien Loriot
5bcf690668
test even in release
2021-12-27 13:12:54 +01:00
Sébastien Loriot
03e1e07316
fix set but unused warning
2021-12-27 11:37:27 +01:00
Andreas Fabri
87f0e8423d
Address warning issued by clang
...
cherry-picking of d965eb4c4c
2021-12-27 11:37:27 +01:00
Sébastien Loriot
6cc458bbf2
fix set but unused variable warning
2021-12-27 11:23:46 +01:00
Sébastien Loriot
ef1563b8fc
include non-deprecated header
2021-12-27 11:15:07 +01:00
Sébastien Loriot
ef59128253
include non-deprecated headers
2021-12-27 11:08:34 +01:00
Sébastien Loriot
2a99174563
remove exe flag
2021-12-27 09:21:09 +01:00
Sébastien Loriot
7fe4c32c56
remove exe flag
2021-12-27 09:19:42 +01:00
albert-github
245aa559e3
Warnings Mesh_3 regarding non existing file (documentation)
...
cherry-picked from 72e2c7b27b
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-12-27 08:38:49 +01:00
Sébastien Loriot
67477b4fc0
add resource files for 1.9.3
...
cherry-picked from 011178da01
2021-12-27 08:33:21 +01:00
albert-github
a20887f1fa
Missing \endcond in Stream_support package
...
We get the warning:
```
include/CGAL/IO/GOCAD.h:41: warning: Conditional section with label 'SKIP_IN_MANUAL' does not have a corresponding \endcond command within this file.
```
Added \endcond in Stream_support package at an in my opinion sensible place.
2021-12-27 07:34:06 +01:00
albert-github
100581b26e
Superfluous \endcond in Classification package
...
We get the warning:
```
Classification/Label_set.h:208: warning: the \endcond does not have a corresponding \cond in this file
```
Superfluous \endcond in Classification package removed
2021-12-27 07:32:39 +01:00
Mael Rouxel-Labbé
91d862d997
Remove extra ';'
2021-12-23 11:58:28 +01:00
Sébastien Loriot
f5a85902a1
fix shortcut composition
...
Seems that I did not understand correctly the doc here:
https://doc.qt.io/qt-5/qkeysequence.html#QKeySequence-2
2021-12-22 12:05:07 +01:00
Laurent Rineau
f10214dadd
Announce the removal of Geomview support.
2021-12-20 18:17:37 +01:00
Laurent Rineau
e1cfabc561
Merge branch '5.3.x-branch'
2021-12-20 18:08:47 +01:00
Laurent Rineau
5897f379ba
Merge pull request #6133 from MaelRL/CGAL_IO-PWN_without_normals-GF
...
Minor improvements for OFF/XYZ point set IO
2021-12-20 18:06:41 +01:00
Laurent Rineau
2acd9ca3db
Merge pull request #6159 from sloriot/PMP-coref_nm_border_vrt_cpy
...
Apply the operations per patches
2021-12-20 18:06:39 +01:00
Laurent Rineau
affbc0adee
Merge pull request #6161 from afabri/Kernel-fix_doc_links-GF
...
Fix links concerning Projection_traits_3
2021-12-20 18:06:37 +01:00
Laurent Rineau
c2c2fcb247
Merge pull request #6166 from afabri/Convex_decomposition_3-unused_warning-GF
...
Convex_decomposition_3: Address warning issued by clang
2021-12-20 18:06:34 +01:00
Laurent Rineau
da0ba6a4ea
Merge pull request #6169 from sloriot/PM-public_typdefs
...
Fix Or_pmap
2021-12-20 18:06:31 +01:00
Laurent Rineau
7906e3928a
Merge pull request #6174 from afabri/CGAL_Discontinue_Geomview-GF
...
Remove Geomview
2021-12-20 18:06:29 +01:00
Laurent Rineau
373d21e1d8
Merge pull request #6177 from MaelRL/SMP-Silence_warning-GF
...
Silence warning message in ARAP
2021-12-20 18:06:26 +01:00
Laurent Rineau
2a8a1734f1
Merge pull request #6179 from sloriot/HM-link_error_with_IDT
...
Move function to avoid link error + add missing halfedge function
2021-12-20 18:06:19 +01:00
Laurent Rineau
f2234576b0
Merge pull request #6181 from MaelRL/T2-Ease_license_stack-GF
...
Avoid some superfluous Triangulation_2 dependencies
2021-12-20 18:06:16 +01:00
Laurent Rineau
91b6b0a3d6
Merge pull request #6182 from sloriot/PMP-hole_filling_cdt_polyline_fix
...
Avoid useless computation and fix default
2021-12-20 18:06:14 +01:00
Laurent Rineau
a07c06abd0
Merge pull request #6169 from sloriot/PM-public_typdefs
...
Fix Or_pmap
2021-12-20 18:05:46 +01:00
Laurent Rineau
b22ae981e9
Merge pull request #6177 from MaelRL/SMP-Silence_warning-GF
...
Silence warning message in ARAP
2021-12-20 18:05:44 +01:00
Laurent Rineau
9a8ebfe573
Merge pull request #6179 from sloriot/HM-link_error_with_IDT
...
Move function to avoid link error + add missing halfedge function
2021-12-20 18:05:42 +01:00
Laurent Rineau
ce4637352e
updated crontab (automated commit)
2021-12-17 17:44:17 +01:00
Laurent Rineau
c5d01fc96e
This branch now targets a possible 5.4-beta2
2021-12-17 17:41:29 +01:00
Laurent Rineau
9f219fe387
Email for 5.4-beta1
2021-12-17 17:41:13 +01:00
Sébastien Loriot
3234726da5
remove useless include
...
needed only if Q_OBJECT or other macros are in that file
2021-12-17 16:34:55 +01:00
Sébastien Loriot
04ab5e2f1b
remove doc dep
2021-12-16 19:05:42 +01:00
Sébastien Loriot
39763cda4a
avoid useless computation and default should be false for polylines too
2021-12-16 15:18:11 +01:00
Mael Rouxel-Labbé
dc06959eeb
Test improvements
2021-12-16 14:51:01 +01:00
Mael Rouxel-Labbé
ee1622e14a
Don't write "NOFF" if there are no normals
2021-12-16 14:44:13 +01:00
Mael Rouxel-Labbé
00e3f851ac
Fix include
2021-12-16 14:10:51 +01:00
Mael Rouxel-Labbé
4fa9100c5e
Update dependencies of now Triangulation_2-free packages
2021-12-16 13:53:54 +01:00
Mael Rouxel-Labbé
61d42c3e21
Get rid of the slim Triangulation_2 dependency in Convex_hull_3
2021-12-16 13:49:45 +01:00