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
albert-github
6dcb44622f
Small documentation correction
...
Documentation had double "in the"
2019-02-27 13:37:45 +01:00
Lingjie Zhu
91be8fbcf5
typo
2019-02-26 23:30:56 +08:00
Lingjie Zhu
24e83fc944
std::sqrt -> CGAL::approximate_sqrt
2019-02-26 22:55:52 +08:00
Lingjie Zhu
b59eed6c72
std::sqrt -> CGAL::approximate_sqrt
...
boost::isnormal(inv) -> positive length predicate
2019-02-26 22:49:01 +08:00
Lingjie Zhu
b0a6ebe16a
clean debug output and fix SubGraph type
2019-02-26 17:25:49 +08:00
Lingjie Zhu
31247193d0
replace invalid planes in rendering
...
CGAL::linear_least_squares_fitting_3 may return invalid plane
2019-02-26 16:55:14 +08:00
Sébastien Loriot
5ee640be6c
add missing function required by the concept
2019-02-26 09:11:07 +01:00
Lingjie Zhu
b0b8edb660
fix floating ball patches with one proxy
...
they have no bounday and no anchor
2019-02-26 11:35:53 +08:00
Lingjie Zhu
ea4287b3fa
fix default he_max in 'add_anchors'
...
should be any halfedge in the chord, bcycle.he_head may have anchor attached
2019-02-26 10:52:43 +08:00
Laurent Rineau
d5664ad071
typo
2019-02-25 09:54:04 +00:00
Laurent Rineau
5e96380e55
Merge branch 'master' into Bso-validation-efif
2019-02-25 09:53:15 +00:00
Lingjie Zhu
d03b529d88
handle degenerate chords
2019-02-25 17:31:04 +08:00
Lingjie Zhu
2df0fc716d
handle degenerate faces with zero area
...
use boost::math::isnormal and CGAL::collinear predicates
2019-02-25 11:34:14 +08:00
Sébastien Loriot
fe5c2d0bb8
use macros
2019-02-23 11:57:29 +01:00
Efi Fogel
f3b6d06d58
Added test to test validation or relatively simple polygons
2019-02-23 11:22:55 +02:00
Efi Fogel
07f9ac6430
Fixed the validation of orientation. (This time fixed it right...)
2019-02-23 11:20:56 +02:00
Laurent Rineau
9f9ae00369
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
2019-02-22 16:39:48 +01:00
Laurent Rineau
5199eb70ee
Merge pull request #3283 from imiordanov/Periodic_4_hyperbolic_triangulation_2-IIordanov
...
New packages: Hyperbolic_triangulation_2 / Periodic_4_hyperbolic_triangulation_2
2019-02-22 16:39:12 +01:00
Laurent Rineau
8693f95dac
Merge pull request #3619 from albert-github/feature/bug_headers
...
Update of headers
2019-02-22 16:39:09 +01:00
Laurent Rineau
c334407c46
Merge pull request #3681 from maxGimeno/Demo-New_batch_of_bug_fixes-GF
...
Polyhedron Demo: new batch of bug fixes
2019-02-22 16:39:05 +01:00
Laurent Rineau
564e81ab2d
Merge pull request #3682 from afabri/Circular_kernel_3-cleanup_test-GF
...
Circular_kernel_{2,3}: Cleanup of examples and tests
2019-02-22 16:39:01 +01:00
Laurent Rineau
e3fbdb161f
Merge pull request #3683 from afabri/CGAL_CMakeLists_cleanup-GF
...
CGAL: clean up CMakeLists.txt files in examples and tests
2019-02-22 16:38:58 +01:00
Laurent Rineau
3edfb70f7e
Merge pull request #3687 from maxGimeno/Solver_doc_fix-GF
...
Solver_interface: minor doc fix
2019-02-22 16:38:55 +01:00
Laurent Rineau
dd68db4368
Merge pull request #3692 from maxGimeno/Demo-Fix_triangulation-GF
...
Polyhedron demo: Fix crash in triangulation of non convex facets.
2019-02-22 16:38:52 +01:00
Laurent Rineau
3fe93fbe14
Merge pull request #3694 from afabri/Circular_kernel_3-initialization-GF
...
Circular_kernel_3: Initialize data member
2019-02-22 16:38:50 +01:00
Laurent Rineau
b0198c3a4b
Merge pull request #3695 from afabri/BGL-Face_filtered_graph-GF
...
BGL: Make halfedges(Face_filtered_graph&) return Iterator_range instead of std::pair
2019-02-22 16:38:47 +01:00
Laurent Rineau
f00ea423c1
Merge pull request #3700 from afabri/NewKernel_d-Suppress_VC2015_warning-GF
...
NewKernel_d: Suppress VC2015 warning
2019-02-22 16:38:44 +01:00
Laurent Rineau
e33de36b6b
Merge pull request #3701 from MaelRL/PMP-Fix_named_parameters_in_triangulate_faces-GF
...
PMP: Fix incorrect named parameters
2019-02-22 16:37:53 +01:00