Sébastien Loriot
b96f6d5ce9
move is_iterator to type_traits
2022-06-10 09:43:59 +02:00
Sébastien Loriot
44250cb019
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
2022-06-10 09:40:29 +02:00
Sébastien Loriot
5872413f37
remove boost is_same headers
2022-06-10 08:48:53 +02:00
Sébastien Loriot
3fa436459d
BOOST_MPL_ASSERT -> static_assert
2022-06-10 08:46:01 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Laurent Rineau
6c1117b55a
Merge pull request #6470 from GilesBathgate/Nef_3-performance_shoot-GilesBathgate
...
Nef_3: Avoid more filter failures in ray shoot
2022-06-08 17:33:48 +02:00
Laurent Rineau
def324a46a
Merge pull request #6577 from sloriot/SMS-parallel_ex
...
add an example to simplify a mesh in parallel
2022-06-08 17:33:46 +02:00
Laurent Rineau
f2b9278883
Merge pull request #6597 from lrineau/Installation_CGAL_include_paths_are_first-GF
...
Add CGAL include paths first
2022-06-08 17:33:44 +02:00
Laurent Rineau
5b02191286
Announcement for 5.5.-beta1
2022-06-08 09:54:02 +02:00
Laurent Rineau
cf4446e272
updated crontab (automated commit)
2022-06-07 13:18:04 +02:00
Laurent Rineau
ebc278819d
Merge branch '5.5.x-branch'
2022-06-07 13:03:07 +02:00
Laurent Rineau
6f526172dd
Merge branch '5.4.x-branch' into 5.5.x-branch
...
# Conflicts:
# Installation/include/CGAL/version.h
# Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
2022-06-07 13:01:27 +02:00
Laurent Rineau
54a992ff9f
Thie branch targets 5.4.2
2022-06-07 13:00:45 +02:00
Laurent Rineau
8215242e38
updated crontab (automated commit)
2022-06-06 17:18:03 +02:00
Laurent Rineau
bc73963d2a
Merge remote-tracking branch 'refs/remotes/cgal/master'
2022-06-06 16:30:50 +02:00
Laurent Rineau
8f098639a8
Merge branch '5.5.x-branch'
...
# Conflicts:
# Installation/include/CGAL/version.h
# Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
2022-06-06 16:29:49 +02:00
Laurent Rineau
87cdfe6694
master will now target 5.6
2022-06-06 16:29:00 +02:00
Laurent Rineau
fcb97022af
This branch targets 5.5-beta2
2022-06-06 16:24:23 +02:00
Laurent Rineau
92a7312c1d
updated crontab (automated commit)
2022-06-06 15:18:05 +02:00
Giles Bathgate
0570e6aa3c
Merge branch 'master' into Nef_3-performance_shoot-GilesBathgate
2022-06-03 15:30:05 +01:00
Laurent Rineau
af76858555
Merge branch '5.4.x-branch'
2022-06-03 16:09:33 +02:00
Laurent Rineau
d086a94259
Merge pull request #6430 from sloriot/Kernel_23-s2s2_double_better_precision
...
add a double version of alpha computation
2022-06-03 16:09:01 +02:00
Laurent Rineau
d5b6911929
Merge pull request #6480 from GilesBathgate/Nef_3-performance_reduce_object_casts-GilesBathgate
...
Nef_3: Use separate lists K3_tree node to avoid object casts
2022-06-03 16:08:58 +02:00
Laurent Rineau
25373a6d73
Merge pull request #6596 from lrineau/Triangulation_2-add_issue_5055_testcase-GF
...
Triangulation_2: Add testcase of issue #5055
2022-06-03 16:08:56 +02:00
Laurent Rineau
1bb8724faa
Merge pull request #6619 from albert-github/feature/bug_unknown_commentheading
...
Poisson_surface_reconstruction_3: unknown command `@commentheading`
2022-06-03 16:08:55 +02:00
Laurent Rineau
e09b9c8a24
Merge pull request #6430 from sloriot/Kernel_23-s2s2_double_better_precision
...
add a double version of alpha computation
2022-06-03 16:08:23 +02:00
Sébastien Loriot
3909bfed10
use a simpler version with value clamp and nan handling
...
Herbie expression was failing to give a result a good
result on a simple case so I wrote a simpler version
2022-05-30 15:53:15 +02:00
albert-github
47f0eb43d1
Poisson_surface_reconstruction_3: unknown command `@commentheading`
...
Found the warning:
```
output_surface_facets_to_triangle_soup.h:29: warning: Found unknown command '@commentheading'
```
Command is superflouous as the `tparam` command will provide the relevant header..
2022-05-26 19:06:01 +02:00
Sébastien Loriot
ebf9fb025a
Merge remote-tracking branch 'cgal/5.4.x-branch'
2022-05-26 18:13:59 +02:00
Sébastien Loriot
6f84cbebc2
Merge remote-tracking branch 'cgal/5.3.x-branch'
2022-05-26 18:13:19 +02:00
Sebastien Loriot
b8e3ab9a48
Merge pull request #6599 from afabri/Polyline_simplification-constref-GF
...
Polyline simplification: Use const& in demo instead of copying a polygon
2022-05-26 18:11:38 +02:00
Sebastien Loriot
1e9984633d
Merge pull request #6591 from afabri/Poisson-doxygen-GF
...
Fix doxygen warnings
2022-05-26 18:10:39 +02:00
Sebastien Loriot
20f3b15e94
Merge pull request #6586 from albert-github/feature/bug_ol_attribute
...
Arrangement_on_surface_2: unknown attribute compact specified
2022-05-26 18:10:26 +02:00
Sebastien Loriot
ddbe2a9bbb
Merge pull request #6601 from afabri/Polyhedron-fix_save_polyline_in_scene-GF
...
Polyhedron_3: Fix saving a polyline as part of a scene
2022-05-26 18:10:10 +02:00
Sebastien Loriot
6f64ba954f
Merge pull request #6603 from sloriot/Doc-example_path
...
Clean up EXAMPLE_PATH
2022-05-26 18:10:00 +02:00
Sebastien Loriot
eef1d3bbaa
Merge pull request #6604 from sloriot/HDS-no_geom_tests
...
Remove geometric test on default constructed objects
2022-05-26 18:09:50 +02:00
Sebastien Loriot
111151ab6c
Merge pull request #6610 from afabri/Polyline_simplfication-Clean_examples-GF
...
Polyline_simplification: Clean up examples
2022-05-26 18:09:42 +02:00
Sebastien Loriot
565611123c
Merge pull request #6611 from MaelRL/AW3-enhance_demo-GF
...
AW3: Fix overzealous filtering during traversal (+ misc enhancements)
2022-05-26 18:09:18 +02:00
Sebastien Loriot
b98b855b61
Merge pull request #6581 from albert-github/feature/bug_text_cpp_namespace
...
Redirect and readability
2022-05-26 18:09:01 +02:00
Sebastien Loriot
1c92b73d10
Merge pull request #6562 from soesau/Surface_mesh_deformation-Eigen_JacobiSVD_deprecated-GF
...
Fixed Eigen3 3.4.90 deprecation warnings
2022-05-26 18:08:36 +02:00
Sebastien Loriot
7924273cab
Merge pull request #6448 from janetournois/Mesh_3-fix_weights_doc-jtournois
...
Mesh_3::generate_label_weights - add documentation group
2022-05-26 18:08:14 +02:00
Sebastien Loriot
c8f1ebeed9
Merge pull request #6397 from sloriot/Demo-add_snapping
...
Add snap_borders plugin
2022-05-26 18:07:56 +02:00
Sebastien Loriot
775312074e
Merge pull request #6576 from lrineau/QGLViewer-fix_picking_with_HiDPI_screen-GF
...
Fix 3D demo with HiDPI screen
2022-05-26 18:06:45 +02:00
Sebastien Loriot
ca79a192f9
Merge pull request #6612 from sloriot/CGAL-icpc_2019
...
Please intel 2019 compiler
2022-05-26 18:06:09 +02:00
Sebastien Loriot
e6f6120c24
Merge pull request #6616 from sloriot/CGAL-doc_operator_issue
...
Workaround issue with pyquery
2022-05-26 18:05:49 +02:00
Sébastien Loriot
74323a484f
workaround issue with pyquery
2022-05-25 18:52:04 +02:00
Mael Rouxel-Labbé
964bcd83ec
Fix unused parameter warning
2022-05-25 09:37:37 +02:00
Sébastien Loriot
f29015ef1c
please intel 2019 compiler
2022-05-25 00:22:24 +02:00
Mael Rouxel-Labbé
3a64952314
Fix using outside information to erroneously filter bboxes during traversal
2022-05-24 14:31:00 +02:00