Commit Graph

85102 Commits

Author SHA1 Message Date
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
Laurent Rineau 2671d056cf Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL:  Clean up examples and tests
2019-02-28 20:48:48 +01:00
Laurent Rineau 26b6347e0f Merge pull request #3688 from efifogel/Bso-validation-efif
Bso validation efif
2019-02-28 20:48:45 +01:00
Laurent Rineau b22f210fd4 Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 2019-02-28 20:48:05 +01:00
Laurent Rineau b7b216f7ba 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:47:31 +01:00
Laurent Rineau 4f7fb8f7bf Merge pull request #3705 from sloriot/BGL-ffg_missing_degree
add missing function required by the concept
2019-02-28 20:46:38 +01:00
albert-github 2f3aeb7b9b Invalid (X)HTML sequence
Based on the discussion an updated implementation dropping the post processing step in favor of a `<div style=..` implementation
2019-02-28 19:29:49 +01:00
albert-github b90115d3f2 Invalid (X)HTMLsequence
In packages.html we get:
`Element style is not declared in p list of possible children`
as the `style` tag is only allowed in the `head` part of a file.

The specific changes are only needed for this one file, so it has been implemented using the post processing facility of te CGAL documentation generation.
2019-02-28 18:18:01 +01:00
Maxime Gimeno 902070d4d1 Add a label for push__oh_ 2019-02-28 16:32:01 +01:00
Maxime Gimeno 3dc5ee1513 Remove unused capture in lambda 2019-02-28 15:55:46 +01:00
Laurent Rineau eb9687aaf4 Sneak in the same PR a small patch to cgal_create_release_with_cmake
`TESTSUITE` and `PUBLIC` are exclusive. Let's make `TESTSUITE`
the dominant one.
2019-02-28 14:28:59 +01:00
Laurent Rineau 8eee6f3e0c Allow to have different SOVERSION for each CGAL libraries
In CGAL-4.14, I would like to have `libCGAL.so.13` (to keep
compatibility), but `libCGAL_Image.so.14` (to break compatibility).
2019-02-28 14:26:02 +01:00
Lingjie Zhu b34eadc7fd fix approximate_sqrt for EPICK 2019-02-28 20:18:30 +08:00
Lingjie Zhu 0a52d1033f use functor for collinear and cross_product 2019-02-28 20:10:58 +08:00
Lingjie Zhu 6bd789e782 graph v/e/he descriptor take by copy not ref 2019-02-28 19:43:14 +08:00
Maxime Gimeno 7407a432ce Merge branch 'master' of https://github.com/CGAL/cgal into Cross_compilation-Update_scripts-GF 2019-02-28 11:59:04 +01:00
Lingjie Zhu c928b1ce3c early exit
when request #proxies is greater than #connected_components
2019-02-28 18:48:28 +08:00
albert-github 97b2bd3b5b File not (X)HTML compliant
Made generated file (X)HTML compliant
2019-02-28 11:41:20 +01:00
albert-github ff3a5174bd CSS properties and values separated by semicolons
CSS properties and values should be separated by semicolons but here the width property was followed by an equal sign.
2019-02-27 18:32:40 +01:00
Maxime Gimeno 783d4a7188 Fix python script 2019-02-27 16:04:12 +01:00
Laurent Rineau 8852f65bc3 WIP: handle the gzip compression and base64 encoding 2019-02-27 15:11:51 +01:00
Maxime Gimeno a85c1f0ac4 update python script 2019-02-27 15:07:31 +01:00
Laurent Rineau 5fae279ca0
Merge pull request #3712 from albert-github/feature/bug_double_docu
Small documentation correction
2019-02-27 13:45:22 +00:00