Laurent Rineau
2b35bddfb2
Replace all std::binary_function by CGAL::binary_function
2017-10-04 16:36:32 +02:00
Laurent Rineau
05a3370ad3
Rename to <CGAL/functional.h>
2017-10-04 16:32:11 +02:00
Andreas Fabri
106d415a95
Add CGAL:binary_function
2017-10-04 15:09:39 +01:00
Laurent Rineau
23f954af44
Document CGAL::unary_function
...
`(std|CGAL)::unary_function` is actually quoted in a few CGAL
documentation pages. That is why it must be documented.
2017-10-04 15:57:28 +02:00
Laurent Rineau
7e9f756935
Replace all std::unary_function by CGAL::unary_function
2017-10-04 15:57:09 +02:00
Andreas Fabri
808c75027c
typo
2017-10-04 13:38:43 +01:00
Andreas Fabri
2c2e26f07e
Include CGAL/unary_function.h
2017-10-04 13:36:00 +01:00
Sebastien Loriot
cd085f8880
Merge pull request #2369 from MaelRL/P2T2-Add_alpha_shapes-GF
...
Periodic_2_triangulation_2: Add support for alpha shapes
2017-09-27 15:49:13 +02:00
Laurent Rineau
54c5e36a0c
Merge pull request #2429 from maxGimeno/Tetrahedron-color-GF
...
Polyhedron demo: Fix polyhedron orientation errors
2017-09-25 16:49:40 +02:00
Laurent Rineau
9cd5f6c333
Merge pull request #2434 from maxGimeno/Display_small_angles-GF
...
Polyhedron demo: New widget for color computation
2017-09-25 16:49:32 +02:00
Laurent Rineau
e99087a83e
Merge pull request #2442 from maxGimeno/Clipping_box_fix-GF
...
Polyhedron demo: Fix the Clipping Box Plugin
2017-09-25 16:49:24 +02:00
Laurent Rineau
4cc35a8221
Merge pull request #2385 from janetournois/Maintenance-update_platforms-GF
...
Maintenance - add new testsuite platforms to Gauguin
2017-09-25 16:49:16 +02:00
Laurent Rineau
c33d1b6dd9
Merge branch 'releases/CGAL-4.11-branch'
2017-09-25 16:48:41 +02:00
Laurent Rineau
2f6cf6b296
Merge pull request #2450 from afabri/SMS-performance_warning-GF
...
Fix VC performance warning
2017-09-25 16:47:08 +02:00
Laurent Rineau
645fd6c0e8
Merge pull request #2459 from lrineau/Mesh_3-fix_one_step-GF
...
Bug-fix for Mesher::one_step()
2017-09-25 16:46:59 +02:00
Laurent Rineau
98a5a1911c
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-09-25 16:46:13 +02:00
Laurent Rineau
bc562394b4
Merge pull request #2461 from sloriot/NT-add_cpp11_is_enum
...
Use CGAL::cpp11::is_enum
2017-09-25 16:43:34 +02:00
Sébastien Loriot
f18cb35d60
introduce cpp11::is_enum to work around a bug observed with boost 1.62
2017-09-22 18:27:59 +02:00
Laurent Rineau
412927917b
Bug-fix for Mesher::one_step()
...
In issue #2453 :
> I am trying to mesh in the demo a given Polyhedron (the problem is the same with Surface_mesh with a very small tetrahedron size, and the output mesh is always more or less the same, with very few simplices compared to what I expect.
Actually, the demo uses a loop:
```C++
while( !mesher->is_algorithm_done() )
mesher->one_step();
```
Because of that bug in `one_step()`, `is_algorithm_done()` could return
`true` even before the cells mesher level has scanned the triangulation
for bad cells. That will be fixed, now.
2017-09-22 16:27:46 +02:00
Jane Tournois
57b9751995
update Gauguin setup files for the Windows testsuite
2017-09-22 16:23:35 +02:00
Laurent Rineau
d6adce1954
Merge pull request #2444 from afabri/Polyhedron_demo-fix_binary_ply-GF
...
Polyhedron demo: bug fix for writing binary PLY
2017-09-22 16:20:34 +02:00
Laurent Rineau
c31095cee6
updated crontab (automated commit)
2017-09-22 15:22:22 +02:00
Laurent Rineau
f8c5efb9e3
Merge pull request #2373 from sgiraudot/Classification-GF
...
Classification (new package)
2017-09-22 15:18:52 +02:00
Laurent Rineau
e8914e3c5a
Update the patch to testsuite results
2017-09-22 10:48:45 +02:00
Laurent Rineau
7e0ea17037
Add SHA512, to compare with hashes from Fedora
2017-09-22 10:37:07 +02:00
Andreas Fabri
42a24a45cd
fix typo
2017-09-21 13:50:48 +01:00
Laurent Rineau
fee3af4b23
Merge branch 'releases/CGAL-4.11-branch'
2017-09-21 14:21:33 +02:00
Laurent Rineau
acea437ee7
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-09-21 14:21:27 +02:00
Laurent Rineau
4bbc2b55d3
Next release in this branch will be CGAL-4.10.2
2017-09-21 14:20:43 +02:00
Laurent Rineau
7cf803d7a3
Merge branch 'releases/CGAL-4.11-branch'
2017-09-21 14:19:55 +02:00
Laurent Rineau
9e4670fb24
Next release in this branch will be CGAL-4.11.1
2017-09-21 14:18:48 +02:00
Laurent Rineau
709a2266f4
Merge branch 'releases/CGAL-4.11-branch'
2017-09-21 13:40:43 +02:00
Laurent Rineau
6cd8209486
Hotfix to remove the warning
2017-09-21 13:28:08 +02:00
Laurent Rineau
ed7919be74
Update the announcement mail
2017-09-21 12:27:14 +02:00
Andreas Fabri
b3cc873679
fix warning
2017-09-21 09:23:43 +01:00
Maxime Gimeno
81c461bd58
Fix double/float warning
2017-09-20 15:36:23 +02:00
Sébastien Loriot
e392b79883
Merge remote-tracking branch 'cgal/releases/CGAL-4.11-branch'
2017-09-20 12:54:11 +02:00
Sébastien Loriot
a7caa5c433
Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch'
2017-09-20 12:53:27 +02:00
Sébastien Loriot
47e20a4a15
add missing include directive
2017-09-20 12:52:35 +02:00
Laurent Rineau
bcd98af82b
updated crontab (automated commit)
2017-09-20 12:09:37 +02:00
Laurent Rineau
1440da002d
Merge branch 'releases/CGAL-4.11-branch'
2017-09-20 11:18:27 +02:00
Laurent Rineau
8f9ea82a14
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-09-20 11:17:43 +02:00
Volodymyr Boichentsov
778546c54f
Cherry-pick pull request #2441 from 3D4Medical/master
...
Fix for compilation conflict on macOS.
2017-09-20 11:16:52 +02:00
Laurent Rineau
92dd6e4e85
Merge pull request #2441 from 3D4Medical/master
...
Fix for compilation conflict on macOS.
2017-09-20 11:16:16 +02:00
Laurent Rineau
5b1828cda2
Merge pull request #2445 from sloriot/PMP-fix_is_stitchable
...
Fix stitchable conditions
2017-09-20 11:13:30 +02:00
Laurent Rineau
bfbad647ec
Merge pull request #2445 from sloriot/PMP-fix_is_stitchable
...
Fix stitchable conditions
2017-09-20 11:12:29 +02:00
Laurent Rineau
5f06c3ab40
Prepare CGAL-4.11
2017-09-20 10:20:56 +02:00
Sébastien Loriot
c84014992a
fix the collection of edges to stitch
...
we ignore those incident to a degenerate edge on the border
2017-09-19 15:08:19 +02:00
Andreas Fabri
392c86e96f
bug fix: for VC++ the stream must be opened in binary mode
2017-09-19 13:34:12 +01:00
Maxime Gimeno
de7999ce09
Add clipbox management in flat_shader
2017-09-19 12:29:08 +02:00