Andreas Fabri
7a14df8cae
Range and Segment Trees: Sync code and doc
2019-03-07 17:29:14 +01:00
Laurent Rineau
f5836b2206
Merge branch 'releases/CGAL-4.13-branch'
2019-03-07 14:31:16 +01:00
Laurent Rineau
56d1559dc7
Merge pull request #3733 from goran-w/goran-w-patch2-3566
...
Further fix for triangle orientation in medit output
2019-03-07 14:27:08 +01:00
Laurent Rineau
99fe1bc548
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-03-07 14:26:47 +01:00
Laurent Rineau
93b36b4b8b
Merge pull request #3726 from sgiraudot/Classification-Fix_bbox_precision-GF
...
Classification: Fix bbox precision
2019-03-07 14:26:30 +01:00
Laurent Rineau
2b421e513c
Merge pull request #3734 from sloriot/Doc-advanced_brief
...
Fix brief of advanced
2019-03-07 14:26:27 +01:00
Maxime Gimeno
d7baf67a43
Add initialization
2019-03-07 12:54:12 +01:00
Jane Tournois
664de7e32e
use the new API of `PMP::remove_degenerate_faces()`
...
If there is no degenerate faces to deal with, i.e. if the function
has nothing to do, it now returns `true`, and not `0` anymore.
This change was introduced by commit e4ad5d96a7
2019-03-07 11:22:41 +01:00
Laurent Rineau
20772a9a44
Fix the notice
2019-03-07 10:22:00 +01:00
Laurent Rineau
2a5ebb2089
Fix the use of resources
...
The key issue was that the `CMakeLists.txt` was not using
`CGAL_Qt5_RESOURCE_FILES`, and instead the author decided to copy the
resources and qrc files.
2019-03-07 09:22:11 +01:00
Maxime Gimeno
8d6c35f1b5
Fix warning
2019-03-06 15:53:06 +01:00
Maxime Gimeno
dbb2512602
un-hard code the variables for docker and pull instead of building.
2019-03-06 14:57:14 +01:00
Simon Giraudot
ae5a828dc7
Fix point set selection speed
2019-03-06 14:22:18 +01:00
Maxime Gimeno
aa76cd02b6
Use a single script for testsuite with or without docker
2019-03-06 14:17:48 +01:00
Raphael Grimm
f924d51c6f
Add export package to cmake
...
This will add CGAL to the local cmake package cache and enable find_package to find it without manually providing the build dir.
(See: https://cmake.org/cmake/help/latest/command/export.html )
2019-03-06 09:36:14 +01:00
Maxime Gimeno
3430223a9a
WIP
2019-03-05 16:42:43 +01:00
Laurent Rineau
a586226ff1
Merge branch 'releases/CGAL-4.13-branch'
2019-03-05 16:21:41 +01:00
Laurent Rineau
1094cdcc40
Merge pull request #3723 from albert-github/feature/bug_italic_ridges
...
Documentation italic in italics
2019-03-05 16:20:55 +01:00
Laurent Rineau
49653dedd8
Merge pull request #3724 from albert-github/feature/bug_manual_tags
...
Inconsistent tags for (X)HTML output (Manual)
2019-03-05 16:20:51 +01:00
Laurent Rineau
7ddef3d14e
Merge pull request #3725 from afabri/TDS_2-fix_Default_vertex_converter-GF
...
TDS_2: Fix Default_vertex_converter
2019-03-05 16:20:49 +01:00
Laurent Rineau
60398fa137
Merge pull request #3727 from maxGimeno/Demo-Fix_snapshot-GF
...
Polyhedron demo: Fix snapshot
2019-03-05 16:20:44 +01:00
Laurent Rineau
4bccc4f0f4
Merge pull request #3725 from afabri/TDS_2-fix_Default_vertex_converter-GF
...
TDS_2: Fix Default_vertex_converter
2019-03-05 16:20:13 +01:00
goran-w
b820b11625
More work on consistent facet orientation in medit output
2019-03-05 09:52:27 +01:00
Sébastien Loriot
3887a21429
add missing text for brief of advanced class/type/function/concept
2019-03-05 08:01:17 +01:00
Laurent Rineau
e62cd64433
updated crontab (automated commit)
2019-03-04 19:18:05 +01:00
Laurent Rineau
911e44a1fe
Prepare for beta2
2019-03-04 18:35:48 +01:00
Laurent Rineau
25f4b0164f
Merge remote-tracking branch 'cgal/master'
2019-03-04 18:06:21 +01:00
Maxime Gimeno
bd8b39d162
Add stats to the selection_item
2019-03-04 17:21:51 +01:00
Andreas Fabri
e08d85f3e3
Set precision of the ostream when writing a point set or face graph. Add a \note in the manual
2019-03-04 15:50:18 +01:00
Andreas Fabri
6f836b5827
T2,T3,Mesh_2: backticks, lowercase, capitalize
2019-03-04 11:03:44 +01:00
Maxime Gimeno
2fd1a984af
Fix blending order so that the edges with antialiasing blend with the triangles and not with the background
2019-03-04 10:35:14 +01:00
Simon Giraudot
b0f16ee41d
Handle border case where xmax and ymax exact values should be used
2019-03-04 10:17:52 +01:00
Simon Giraudot
c41b73fd2a
Fix bbox precision and add assertion test
2019-03-04 09:26:34 +01:00
Andreas Fabri
762d899cc0
TDS_2: Fix Default_vertex_converter
2019-03-04 09:26:06 +01:00
Sébastien Loriot
f058854904
rename macro + apply to all version config files
2019-03-04 08:57:10 +01:00
albert-github
5d3ee5f9ee
Inconsistent tags for (X)HTML output (Manual)
...
The xhtml lint checker gave:
`parser error : Opening and ending tag mismatch: div line 375 and p`
Solved by making the `\htmlonly` into `\htmlonly[block]` to prevent invalid HTML
2019-03-01 20:06:22 +01:00
albert-github
6f1af3a69b
Documentation italic in italics
...
When having italics in italics and (X)HTML warning is given about Opening and ending tag mismatch.
The `<EM>` as well as `<I>` result in emphasized text and would map in doxygen both to `<i>` but will confuse doxygen. output
2019-03-01 19:46:42 +01:00
Laurent Rineau
bd2b055f1e
updated crontab (automated commit)
2019-03-01 17:18:05 +01:00
Maxime Gimeno
7be874c464
Merge pull request #3717 from albert-github/feature/bug_cite_html
...
File not (X)HTML compliant
2019-03-01 17:05:26 +01:00
Laurent Rineau
3c59804a5e
Announcement mail for CGAL-4.14-beta1
2019-03-01 16:35:12 +01:00
Laurent Rineau
e08a3af2c4
Update supported platforms
2019-03-01 16:27:34 +01:00
Laurent Rineau
f704c838fd
Rewrap CHANGES.md
2019-03-01 16:27:22 +01:00
Laurent Rineau
01e5727a50
Prepare CGAL-4.14-beta1
2019-03-01 16:27:11 +01:00
Maxime Gimeno
17079b0d53
Kill remote process if ssh is killed (ctrl+c or timeout)
2019-03-01 15:43:58 +01:00
Laurent Rineau
3f66d8f00a
Merge pull request #3718 from lrineau/CGAL-SOVERSION_for_CGAL_ImageIO-GF
...
Allow to have different SOVERSION for each CGAL libraries
2019-02-28 20:54:43 +01:00
Laurent Rineau
b3b513c20d
Merge pull request #3708 from aboudev/VSA-lingjie
...
Surface mesh approximation: handle degenerate cases
2019-02-28 20:54:40 +01:00
Laurent Rineau
669dfc67bd
Merge pull request #3699 from maxGimeno/Demo-Fix_Mesh_3_surface-GF
...
Polyhedron_Demo: fix mesh_3_plugin
2019-02-28 20:54:37 +01:00
Laurent Rineau
958ff6240d
Merge pull request #3714 from albert-github/feature/bug_style_attrib
...
CSS properties and values separated by semicolons
2019-02-28 20:54:35 +01:00
Laurent Rineau
69fad29842
Merge branch 'releases/CGAL-4.13-branch'
2019-02-28 20:49:15 +01:00
Laurent Rineau
aacd365080
Merge pull request #3703 from sgiraudot/Point_set_processing-Fix_PLY_FT_type_detection-GF
...
Point Set Processing: Fix PLY FT type detection
2019-02-28 20:48:50 +01:00