Maxime Gimeno
|
d928a22a5f
|
clean-up
|
2020-01-17 11:55:38 +01:00 |
Maxime Gimeno
|
dd6cf454dc
|
add precision(17) to most examples involving surface_mesh or polyhedron.
|
2020-01-17 09:58:44 +01:00 |
Oleg Alexandrov
|
a1e320f00e
|
Set the precision when saving a mesh
|
2019-12-12 14:21:12 -08:00 |
Laurent Rineau
|
7412a02b3e
|
Merge branch 'releases/CGAL-5.0-branch'
|
2019-12-12 10:54:15 +01:00 |
Laurent Rineau
|
3d59bc3fa8
|
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
# Conflicts:
# Installation/include/CGAL/version.h
# Maintenance/release_building/BUGFIX_NUMBER
# Maintenance/release_building/public_release_name
|
2019-12-12 10:53:12 +01:00 |
Laurent Rineau
|
e628e6e203
|
This branch target 4.14.3
|
2019-12-12 10:50:20 +01:00 |
Laurent Rineau
|
247e6f9aea
|
Fix the release number
|
2019-12-09 16:07:55 +01:00 |
Laurent Rineau
|
7aa90a3266
|
Fix CHANGES.md
|
2019-12-05 11:10:12 +01:00 |
Laurent Rineau
|
d19f79ee0d
|
Merge pull request #4163 from MaelRL/T2-Throw_on_collinear_strongly_intersecting_segments-GF
CDT2: Throw on constraint intersections that do not require constructions
|
2019-12-05 11:05:47 +01:00 |
Laurent Rineau
|
80ef3b832c
|
Merge pull request #4175 from MaelRL/PMP-Stitch_borders_returns_number_of_stitched_pairs-GF
PMP: stitch borders returns number of stitched pairs
|
2019-12-05 11:05:44 +01:00 |
Laurent Rineau
|
b5b507c35f
|
Merge pull request #4213 from lrineau/T2-cleanup_Polyline_constraint_hierarchy_2-GF
Polyline_constraint_hierarchy_2.h: remove the useless point_ data member
|
2019-12-05 11:05:41 +01:00 |
Laurent Rineau
|
897ee700f4
|
Merge pull request #4223 from MaelRL/SMSP-Add_example_with_locate-GF
Shortest_path: Add an example of usage with input being 3D point/ray
|
2019-12-05 11:05:38 +01:00 |
Laurent Rineau
|
0fa0c4fbb9
|
Merge pull request #4244 from maxGimeno/AABB_tree-Make_accelerate_distance_queries_default-maxGimeno
AABB_tree: make accelerate distance queries default
|
2019-12-05 11:05:35 +01:00 |
Laurent Rineau
|
b1c36bade5
|
Merge pull request #4245 from afabri/SM-disable_incompatible_comparisons-GF
Surface_mesh: Disable comparison of mixed index types
|
2019-12-05 11:05:32 +01:00 |
Laurent Rineau
|
3b5d13f023
|
Merge pull request #4250 from maxGimeno/PMP-Side_of_tm-use_bbox-maxGimeno
PMP: Make Side_of_triangle_mesh faster for disjoint meshes
|
2019-12-05 11:05:29 +01:00 |
Laurent Rineau
|
2589d55c05
|
Merge pull request #4254 from MaelRL/PMP-Remove_needles_and_caps-GF
Add experimental code to remove needles and caps using flips and collapses
|
2019-12-05 11:05:25 +01:00 |
Laurent Rineau
|
8bbd46c06c
|
Merge pull request #4295 from maxGimeno/Demo-Replace_double_spin_box-maxGimeno
CGAL 3D Demo: Replace QDoubleSpinBoxes
|
2019-12-05 11:05:22 +01:00 |
Laurent Rineau
|
04e007a3bf
|
Merge pull request #4323 from MaelRL/STL-Simplify_hash_functor-GF
STL Extension: Simplify 'Hash_handles_with_or_without_timestamps'
|
2019-12-05 11:05:20 +01:00 |
Laurent Rineau
|
9bb28cb263
|
Merge pull request #4324 from maxGimeno/Demo-Front_back_face_colors-maxGimeno
Cgal 3D Demo: Two-sided shading
|
2019-12-05 11:05:17 +01:00 |
Laurent Rineau
|
0ea4cf4054
|
Merge branch 'releases/CGAL-5.0-branch'
|
2019-12-05 11:04:14 +01:00 |
Laurent Rineau
|
3c8da31ed2
|
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
|
2019-12-05 11:01:21 +01:00 |
Laurent Rineau
|
06151ee074
|
Merge pull request #3765 from dangerski/advancing_front_infinite_loop
Prevent infinite loop in Advancing front surface reconstruction.
|
2019-12-05 11:01:14 +01:00 |
Laurent Rineau
|
f67b017463
|
Merge pull request #4347 from sloriot/CGAL-license_issues
Fix license issues
|
2019-12-05 11:01:11 +01:00 |
Laurent Rineau
|
4b7a97c702
|
Merge pull request #4374 from maxGimeno/4_14_Fixes-maxGimeno
Surface_sweep_2 Fix c++11 call
|
2019-12-05 11:01:08 +01:00 |
Laurent Rineau
|
f5dffb0aab
|
Merge pull request #4374 from maxGimeno/4_14_Fixes-maxGimeno
Surface_sweep_2 Fix c++11 call
|
2019-12-05 10:59:02 +01:00 |
Laurent Rineau
|
e3d37242a8
|
Merge pull request #4224 from gdamiand/gsoc2019-add_basic_viewer-jasmeet
Basic Viewers: Voronoi Diagram, 2D Periodic Triangulation and Nef_3
|
2019-12-03 16:08:43 +01:00 |
Maxime Gimeno
|
fb273ea62a
|
Fix indentation
|
2019-12-03 09:33:09 +01:00 |
Sébastien Loriot
|
b67c16d6d4
|
remove license notice
|
2019-12-02 17:24:51 +01:00 |
Mael
|
cf83a22e2d
|
Merge branch 'master' into T2-Throw_on_collinear_strongly_intersecting_segments-GF
|
2019-12-02 16:32:29 +01:00 |
Mael Rouxel-Labbé
|
020aa0a404
|
Update CHANGES.md
|
2019-12-02 16:31:35 +01:00 |
Mael
|
f01f25234b
|
Merge branch 'master' into PMP-Stitch_borders_returns_number_of_stitched_pairs-GF
|
2019-12-02 16:25:43 +01:00 |
Mael Rouxel-Labbé
|
cb813a5b49
|
Update CHANGES.md
|
2019-12-02 16:24:41 +01:00 |
Maxime Gimeno
|
53458f1f42
|
Indentation
|
2019-12-02 16:13:20 +01:00 |
Laurent Rineau
|
d6aabc311a
|
updated crontab (automated commit)
|
2019-11-27 14:18:03 +01:00 |
Maxime Gimeno
|
e5df49fa54
|
Replace a nullptr by NULL
|
2019-11-25 16:09:00 +01:00 |
Mael Rouxel-Labbé
|
6d8ae46618
|
Fix unused variable warning
|
2019-11-25 09:24:23 +01:00 |
Mael Rouxel-Labbé
|
fd4c75317a
|
Don't use preprocessor macros within an assert
|
2019-11-21 10:03:06 +01:00 |
Guillaume Damiand
|
853010afa4
|
Add missing #include; remove an unused variable.
|
2019-11-20 09:26:50 +01:00 |
Guillaume Damiand
|
157116f7c8
|
Re-add add_xxx method as static, since they are used without instance in Polyhedron demo.
|
2019-11-19 10:36:08 +01:00 |
Maxime Gimeno
|
7b05052a27
|
Test if the tree is empty before building the kd-tree (to fix all the execution failures in the tests)
|
2019-11-18 10:27:04 +01:00 |
Mael Rouxel-Labbé
|
7aa94df489
|
Mute warning about using CDT_2+ in CDT_2 test
|
2019-11-15 11:55:32 +01:00 |
Sébastien Loriot
|
1bf02b2d94
|
remove license statements
|
2019-11-13 15:32:23 +01:00 |
Guillaume Damiand
|
f42c9ab89d
|
Update licences
|
2019-11-13 14:44:45 +01:00 |
Guillaume Damiand
|
7d2cf8df71
|
Bugfix in draw nef3
|
2019-11-13 14:38:22 +01:00 |
Guillaume Damiand
|
1c52b7e715
|
One more bug
|
2019-11-13 12:24:30 +01:00 |
Guillaume Damiand
|
cc663c5e36
|
Bugfix for negate normals.
|
2019-11-13 12:18:27 +01:00 |
Guillaume Damiand
|
bb117e9792
|
Bug fix
|
2019-11-13 11:51:54 +01:00 |
Guillaume Damiand
|
d638c80b5a
|
Merge branch 'master' into gsoc2019-add_basic_viewer-jasmeet
|
2019-11-12 22:13:10 +01:00 |
Maxime Gimeno
|
4fff9b1017
|
Fix scopeguard error.
|
2019-11-12 16:43:14 +01:00 |
Maxime Gimeno
|
6e4bfb0109
|
Fix warning about unused capture
|
2019-11-12 16:36:03 +01:00 |