Sébastien Loriot
|
2b5cb2da9f
|
copy tags
|
2021-03-10 14:23:58 +01:00 |
Sébastien Loriot
|
3614dee0fb
|
don't reinvent the wheel
|
2021-03-10 14:01:55 +01:00 |
Sébastien Loriot
|
ac708f6625
|
use nested class for dispatch
|
2021-03-10 13:59:00 +01:00 |
Andreas Fabri
|
b5239161c4
|
Check that the kernel has static filters
|
2021-03-10 10:51:24 +00:00 |
Andreas Fabri
|
cea8cca6af
|
WIP: less computations of degree
|
2021-03-09 15:45:18 +00:00 |
Andreas Fabri
|
9274503f12
|
remove debug code
|
2021-03-09 13:18:50 +00:00 |
Andreas Fabri
|
643810f310
|
WIP for not hard coding conservative. Todo: Use of Has_filtered
|
2021-03-09 13:15:49 +00:00 |
Andreas Fabri
|
b1c2dd8db6
|
WIP: early exit in the static filter
|
2021-03-07 18:25:18 +00:00 |
Andreas Fabri
|
45265a7e34
|
Replace vector with optional by two vectors. No idea what is better yet
|
2021-03-04 10:46:46 +00:00 |
Andreas Fabri
|
2e3bfa8743
|
Reduce calls to target @sloriot please double check the correctness
|
2021-03-04 09:27:05 +00:00 |
Andreas Fabri
|
4fab8430da
|
Add static filter for Equal_3::operator()(Vector_3, Null_vector)
|
2021-03-03 21:14:39 +00:00 |
Andreas Fabri
|
7785a9c2b1
|
Use certainly()
|
2021-03-03 15:25:30 +00:00 |
Andreas Fabri
|
431c5b8132
|
Comment something experimental that sneaked in
|
2021-03-03 15:02:13 +00:00 |
Andreas Fabri
|
e7f18dff56
|
No need for calling abs for a squared distance
|
2021-03-03 15:00:59 +00:00 |
Andreas Fabri
|
dad0287b69
|
Remove trailing whitespace
|
2021-03-03 14:34:56 +00:00 |
Andreas Fabri
|
82e5b3a02d
|
Do not collect in a vector per patch, but do the tests directly (@janetournois please double-check this commit)
|
2021-03-03 14:23:56 +00:00 |
Andreas Fabri
|
2ac977b7c5
|
Early exit in do_intersect of Sphere/Bbox_3
|
2021-03-03 13:21:24 +00:00 |
Andreas Fabri
|
22789f6f6b
|
Replace geometric by combinatorial test
|
2021-03-02 21:56:54 +00:00 |
Andreas Fabri
|
a945c4f840
|
small_vector has reserve()
|
2021-03-02 21:30:36 +00:00 |
Andreas Fabri
|
95ea922de8
|
Important gain for Euler::add_face()
|
2021-03-02 14:40:22 +00:00 |
Andreas Fabri
|
5e2a580551
|
map -> unordered_map
|
2021-03-02 13:17:53 +00:00 |
Andreas Fabri
|
10f454d983
|
reserve(8) for incident faces to a vertex
|
2021-03-02 13:09:45 +00:00 |
Andreas Fabri
|
19e5e4a16e
|
Use flaat_set and put it outside the loop
|
2021-03-02 12:25:28 +00:00 |
Laurent Rineau
|
1a040c8552
|
Merge pull request #4749 from danston/Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
|
2021-02-19 07:59:59 +01:00 |
Laurent Rineau
|
85ca8bf2d7
|
Merge pull request #5157 from GilesBathgate/sphere-predicates-tidy
Possible technical debt in sphere_predicates.h
|
2021-02-18 21:02:40 +01:00 |
Laurent Rineau
|
1958c95797
|
Merge pull request #5412 from GilesBathgate/performance-calculate-normals
Calculate normals for facets more efficiently
|
2021-02-18 21:02:36 +01:00 |
Laurent Rineau
|
e011671735
|
updated crontab (automated commit)
|
2021-02-18 17:18:05 +01:00 |
Laurent Rineau
|
9e0dfe81ba
|
Merge branch '5.2.x-branch'
|
2021-02-18 15:27:27 +01:00 |
Laurent Rineau
|
c70da09776
|
Merge pull request #5049 from sloriot/PMP-corefine_non_manifold
corefine with non manifold edges
|
2021-02-18 15:26:56 +01:00 |
Laurent Rineau
|
a9e234cf92
|
Merge pull request #5050 from efifogel/Bso-oriented_side-efif
2D Boolean Set Operations: Improve Dcoumentation of Free Function
|
2021-02-18 15:26:53 +01:00 |
Laurent Rineau
|
216560554e
|
Merge pull request #5112 from sloriot/Kernel_23-bisector_sqrt
Allow an inexact version of bisector when no sqrt is available.
|
2021-02-18 15:26:51 +01:00 |
Laurent Rineau
|
1aeb118426
|
Merge pull request #5246 from GilesBathgate/default-disable-nef-trace
Default disable NEF trace macros
|
2021-02-18 15:26:48 +01:00 |
Laurent Rineau
|
77466bc60e
|
Merge pull request #5295 from barcode/Side_of_triangle_mesh_move_ctor_move_assign
Add move ctor and move assign to Side_of_triangle_mesh
|
2021-02-18 15:26:46 +01:00 |
Laurent Rineau
|
9436f4023f
|
Merge pull request #5297 from maxGimeno/Demo-different_colors_for_c3t3-maxGimeno
Polyhedron Demo: C3t3 colors enhancement
|
2021-02-18 15:26:43 +01:00 |
Laurent Rineau
|
7edf0f2458
|
Merge pull request #5350 from maxGimeno/PSP_3-Fixes-for_pointmatcher-maxGimeno
PSP_3: Fix pointmatcher support
|
2021-02-18 15:26:22 +01:00 |
Laurent Rineau
|
a72fdb7b3c
|
Merge pull request #5352 from lrineau/CGAL-fix_CGAL_IO-GF
Fixes after the PR "CGAL I/O
|
2021-02-18 15:23:43 +01:00 |
Laurent Rineau
|
412881645c
|
Merge pull request #5369 from sgiraudot/Point_set_3-Fix_broken_properties_and_types-GF
[Point Set 3] Fix broken properties and types
|
2021-02-18 15:23:28 +01:00 |
Laurent Rineau
|
1025b72abe
|
Merge pull request #5378 from afabri/SDG-random_shuffle-GF
Segment Delaunay Graph demos: Use CGAL::cpp98::random_shuffle()
|
2021-02-18 15:19:20 +01:00 |
Laurent Rineau
|
7e3969578c
|
Merge pull request #5384 from gdamiand/Surface_mesh_topology-warning-gdamiand
Warning in surface mesh topology
|
2021-02-18 15:19:18 +01:00 |
Laurent Rineau
|
fa7393cb15
|
Merge pull request #5389 from sloriot/Mesh_3-fix_patch_id_map
Clean and fix default facet patch id map
|
2021-02-18 15:19:15 +01:00 |
Laurent Rineau
|
d5a85ac4f4
|
Merge pull request #5399 from mglisse/eigen
Fix NewKernel_d/Eigen compatibility
|
2021-02-18 15:19:13 +01:00 |
Laurent Rineau
|
8fc88a9463
|
Merge pull request #5409 from lrineau/Triangulation_3-fix__move__semantic__of__Triangulation_hierarchy_3-GF
Fix the move-semantic of Triangulation_hierarchy_3
|
2021-02-18 15:19:11 +01:00 |
Laurent Rineau
|
5add7e7150
|
Merge pull request #5415 from maxGimeno/Installation-CGAL_Boost_program_options_support-maxGImeno
Installation: Clean-up boost_options
|
2021-02-18 15:19:08 +01:00 |
Laurent Rineau
|
db338aa1ee
|
Merge pull request #5417 from maxGimeno/Demo-Add_dependency_to_qt5_moc_and_dependencies-maxGimeno
QGLViewer: remove the need for Qt5::Xml
|
2021-02-18 15:19:06 +01:00 |
Laurent Rineau
|
fa1a355751
|
Merge branch '5.1.x-branch' into 5.2.x-branch
|
2021-02-18 15:19:05 +01:00 |
Laurent Rineau
|
34985a2ede
|
Merge pull request #5421 from maxGimeno/CGAL-Fix_const_for_variable-maxGimeno
BGL, PMP: Fix a warning
|
2021-02-18 15:19:03 +01:00 |
Laurent Rineau
|
a8aca0f99d
|
Merge pull request #5441 from maxGimeno/CMake-Remove_cxx_standard-maxGimeno
Remove CMAKE_CXX_STANDARD commands in cmake scripts
|
2021-02-18 15:19:00 +01:00 |
Laurent Rineau
|
918c237aab
|
Merge pull request #5447 from maxGimeno/CGAL_Restore_dependencies_info-maxGimeno
Restore Dependencies Info
|
2021-02-18 15:18:58 +01:00 |
Laurent Rineau
|
4fced9235c
|
Merge pull request #5454 from danston/Clang-linker-fix
Hilbert sort 3D, slow clang linking
|
2021-02-18 15:18:56 +01:00 |
Laurent Rineau
|
5bd98167d4
|
Merge pull request #5462 from maxGimeno/CGAL-Fix_qt_warnings-maxGimeno
Fix Qt warnings
|
2021-02-18 15:18:53 +01:00 |