Commit Graph

94928 Commits

Author SHA1 Message Date
Andreas Fabri 06f625a98e Add a compare() for two rationals given as four values 2021-03-18 14:18:11 +01:00
Andreas Fabri be39ec02fa Add a solve that 'returns' the denominator instead of making the division 2021-03-18 14:18:11 +01:00
Laurent Rineau 9c28a543c1 Remove unused CGAL::multiplies and CGAL::division 2021-03-18 09:38:30 +01:00
Laurent Rineau b32250242a CGAL_Kernel_pred_RT for Do_intersect_2 and Do_intersect_3
The code is not ready for that. A lot of overloads of
`Do_interesect_[23]` are implemented by calling the equivalent
overloads from `Intersect_23` (that requires division of coordinates).
2021-03-17 11:34:08 +01:00
Laurent Rineau 20dc974594 Remove operator/ from CGAL::Mpzf
The operator `operator/(Mpfz,Mpfz)` actually implements integral
division. With this commit, it is renamed `division((Mpfz,Mpfz)`
unless the macro `CGAL_MPZF_DIVISION_OPERATOR` is defined.

I have commented the line

    #define CGAL_MPZF_DIVISION_OPERATOR 1

and that will breaks a lot of CGAL code in this branch.
2021-03-17 11:33:47 +01:00
Laurent Rineau 1442c769c7 Merge branch '5.2.x-branch' 2021-03-10 12:19:48 +01:00
Laurent Rineau 26bf22f8c5 Merge pull request #5370 from VincentRouvreau/document_insert_if_in_star_regular_triangulation
Add some documentation for Regular_triangulation::insert_if_in_star
2021-03-10 12:19:28 +01:00
Laurent Rineau dc36cee2d5 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 11:53:16 +01:00
Laurent Rineau 4daf46b32f Merge pull request #5329 from sloriot/Doc-no_advertisement_for_python2
Remove mentions to python2
2021-03-10 11:53:14 +01:00
ROUVREAU Vincent 28932cd065 Merge master and resolve conflicts for Installation/CHANGES.md 2021-03-10 11:48:55 +01:00
ROUVREAU Vincent eb04a9b3ce Add change description in CHANGES.md 2021-03-10 11:42:07 +01:00
Laurent Rineau b2ed4e5f7e Merge pull request #5423 from afabri/PMP-corefine_OM-GF
PMP:: Use operator<  instead of operator> as OM only implements the former

Conflicts:
	Polygon_mesh_processing/examples/Polygon_mesh_processing/corefinement_consecutive_bool_op.cpp
	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h
2021-03-10 11:33:30 +01:00
Laurent Rineau 158495bdb5 Merge pull request #5444 from sgiraudot/Poisson-Kernel_compatibility-GF
[Poisson Reconstruction] Compatibility with Simple Cartesian
2021-03-10 10:39:37 +01:00
Laurent Rineau ee4b1c2526 Merge pull request #5446 from maxGimeno/diff
Fix CI doc deletion
2021-03-10 10:39:34 +01:00
Laurent Rineau 2282df03bd Merge pull request #5451 from sloriot/CGAL-no_setup_exe
Remove setup

# Conflicts:
#	.travis.yml
#	.travis/packages.txt
#	wininst/developer_scripts/script_cgal.nsi
2021-03-10 10:39:25 +01:00
Laurent Rineau 2a263c9f07 Merge pull request #5478 from janetournois/Tet_remeshing-fix_bad_alloc-jtournois
Tetrahedral_remeshing - fix bad_alloc for very small input mesh
2021-03-10 10:35:20 +01:00
Laurent Rineau ddd2d70274 Merge pull request #5489 from danston/Polyhedron_demo-macos_warnings_fixed-danston
Fixed Polyhedron demo warnings in the macOS test suite
2021-03-10 10:35:18 +01:00
Laurent Rineau 02b3ff8594 Merge pull request #5495 from danston/Surface_mesher-fix_demo_warnings-danston
Remove Surface_mesher demo (was "Fix Surface_mesher_demo Apple warnings")
2021-03-10 10:35:15 +01:00
Laurent Rineau 5c8e8f5ec4 Merge pull request #5508 from maxGimeno/Demo-new_features-maxGimeno
Polyhedron Demo: New features
2021-03-10 10:35:13 +01:00
Laurent Rineau b6a073ce4d Merge pull request #5516 from maxGimeno/Doc-Update_vcpkg_instructions-maxGimeno
Update doc for vcpkg use
2021-03-10 10:35:10 +01:00
Laurent Rineau c733c2a987 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-03-10 10:34:45 +01:00
Laurent Rineau 06cd9422e4 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 10:33:19 +01:00
Laurent Rineau 4dc8a341f9 Merge pull request #5423 from afabri/PMP-corefine_OM-GF
PMP:: Use operator<  instead of operator> as OM only implements the former
2021-03-10 10:33:17 +01:00
Laurent Rineau 92e024f123 Merge pull request #5444 from sgiraudot/Poisson-Kernel_compatibility-GF
[Poisson Reconstruction] Compatibility with Simple Cartesian
2021-03-10 10:33:14 +01:00
Laurent Rineau 39339adbcc Merge pull request #5446 from maxGimeno/diff
Fix CI doc deletion
2021-03-10 10:33:12 +01:00
Laurent Rineau fe81fced45 Merge pull request #5451 from sloriot/CGAL-no_setup_exe
Remove setup

# Conflicts:
#	wininst/developer_scripts/script_cgal.nsi
2021-03-10 10:33:00 +01:00
Laurent Rineau 0ecf7b50b9 Merge pull request #5478 from janetournois/Tet_remeshing-fix_bad_alloc-jtournois
Tetrahedral_remeshing - fix bad_alloc for very small input mesh
2021-03-10 09:56:05 +01:00
Laurent Rineau 9bc4a85757 Merge pull request #5516 from maxGimeno/Doc-Update_vcpkg_instructions-maxGimeno
Update doc for vcpkg use
2021-03-10 09:56:02 +01:00
Laurent Rineau ef23b63648 Merge pull request #5166 from sgiraudot/Arrangement_2-Enhanced_ccb_merge-GF
Arrangement 2: Enhanced CCB Merging for Surface Sweep
2021-03-10 09:45:46 +01:00
Laurent Rineau 3407e3d693 Merge pull request #5444 from sgiraudot/Poisson-Kernel_compatibility-GF
[Poisson Reconstruction] Compatibility with Simple Cartesian
2021-03-10 09:45:44 +01:00
Laurent Rineau ea05d96eb7 Merge pull request #5451 from sloriot/CGAL-no_setup_exe
Remove setup
2021-03-10 09:45:41 +01:00
Laurent Rineau fe9a97d86f Merge pull request #5478 from janetournois/Tet_remeshing-fix_bad_alloc-jtournois
Tetrahedral_remeshing - fix bad_alloc for very small input mesh
2021-03-10 09:45:39 +01:00
Laurent Rineau 400eccb7a9 Merge pull request #5516 from maxGimeno/Doc-Update_vcpkg_instructions-maxGimeno
Update doc for vcpkg use
2021-03-10 09:45:37 +01:00
Maxime Gimeno bcae74fb33 Update doc for vcpkg use 2021-03-08 15:24:44 +01:00
Laurent Rineau 2d5678bc91
Merge pull request #5406 from gdamiand/gsoc2020-basic-viewer-jyang-gdamiand 2021-03-08 09:21:39 +01:00
Andreas Fabri fa44e3c543 Add missing const 2021-03-05 08:18:45 +00:00
Jane Tournois ce8f779a55 remove debug assertion 2021-03-04 14:44:22 +01:00
Jane Tournois 5bb52bf4a4 res[i] could still be 0. Avoid it 2021-03-04 14:43:47 +01:00
Jane Tournois 23791046b7 fix structure of getLUTIndex 2021-03-04 11:55:16 +01:00
Laurent Rineau c8aea1b2bf Merge remote-tracking branch 'cgal/master' 2021-03-03 18:31:28 +01:00
Laurent Rineau 1a799c533a Merge pull request #5464 from mglisse/tri2
benchmark Delaunay 2d with NewKernel_d
2021-03-03 18:31:17 +01:00
Laurent Rineau f51ee121db Merge branch '5.2.x-branch'
# Conflicts:
#	Bounding_volumes/examples/Approximate_min_ellipsoid_d/CMakeLists.txt
#	Bounding_volumes/test/Bounding_volumes/CMakeLists.txt
#	Jet_fitting_3/examples/Jet_fitting_3/CMakeLists.txt
#	Point_set_processing_3/test/Point_set_processing_3/CMakeLists.txt
#	Polygon_mesh_processing/benchmark/Polygon_mesh_processing/CMakeLists.txt
#	Ridges_3/examples/Ridges_3/CMakeLists.txt
#	Shape_detection/examples/Shape_detection/CMakeLists.txt
2021-03-03 18:27:54 +01:00
Laurent Rineau f712a2a3a0 Merge pull request #5473 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron demo: Fixes for 5.1

Conflicts:
	Polyhedron/demo/Polyhedron/resources/compatibility_shaders/shader_spheres.vert
	Polyhedron/demo/Polyhedron/resources/shader_spheres.vert
2021-03-03 18:27:33 +01:00
Laurent Rineau 3ab3b10d47 Merge pull request #5247 from MaelRL/SDG-Fix_doc-GF
Doc improvements for TDS-related classes
2021-03-03 17:38:18 +01:00
Laurent Rineau 7b94457cb7 Merge pull request #5313 from maxGimeno/Surface_sweep-Fix_test_script-maxGimeno
Fix bash scripts for some tests
2021-03-03 17:35:44 +01:00
Laurent Rineau cb8e564ac7 Merge pull request #5349 from afabri/Polyline_simplification-simplify_overlaps-GF
2D Polyline simplification: Also simplify overlapping vertex sequences
2021-03-03 17:35:27 +01:00
Laurent Rineau f1e550fdd2 Merge pull request #5363 from sloriot/Kernel-Oriented_side_extra_operator
Add an extra operator to have an exact plane
2021-03-03 17:33:20 +01:00
Laurent Rineau e82018f68e Merge pull request #5366 from sloriot/BGL-regul_fct_into_exp_ns
Move non-documented experimental function in experimental namespace
2021-03-03 17:33:17 +01:00
Laurent Rineau 962f891702 Merge pull request #5367 from gdamiand/gsoc2020-Surface_mesh_topology-Simplicity-johnmave126
Surface Mesh Topology: Test Whether a Closed Curve is Homotopic to a Simple Cycle
2021-03-03 17:33:15 +01:00
Laurent Rineau fb00e173d6 Merge pull request #5405 from maxGimeno/PMP-Move_operations_for_collision_detector-maxGimeno
PMP Move assign for Rigid_triangle_mesh_collision_detection
2021-03-03 17:33:12 +01:00