Andreas Fabri
|
f246c4abf8
|
merge
|
2020-11-13 16:26:57 +00:00 |
Maxime Gimeno
|
2ad4c16b6e
|
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
|
2020-10-26 15:00:53 +01:00 |
Andreas Fabri
|
5791bc1400
|
fix do_intersect for 3 planes
|
2020-10-20 14:55:52 +01:00 |
Sébastien Loriot
|
209bee81b3
|
Merge remote-tracking branch 'cgal/5.1.x-branch' into master
|
2020-10-20 13:35:25 +02:00 |
Sébastien Loriot
|
335ac3d5dd
|
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
|
2020-10-20 13:32:03 +02:00 |
Sébastien Loriot
|
e5019d04e6
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2020-10-20 13:27:26 +02:00 |
Maxime Gimeno
|
bebd60c12b
|
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
|
2020-10-20 09:53:54 +02:00 |
Sébastien Loriot
|
87b8f66e14
|
update from master
|
2020-10-20 09:19:13 +02:00 |
Andreas Fabri
|
fefbc4bc1a
|
Add funcion intersection_point for Line/Plane
|
2020-10-20 09:17:15 +02:00 |
Andreas Fabri
|
eafad68789
|
Add a function that only constructs a point intersection for 3 planes
|
2020-10-20 09:17:15 +02:00 |
Andreas Fabri
|
46698620e3
|
Hack for a fix of do_intersect(Plane_3,Plane_3,Plane_3)
|
2020-10-20 09:17:15 +02:00 |
Mael Rouxel-Labbé
|
5a27f1b8de
|
Test affine transformation of weighted points
|
2020-10-16 16:23:55 +02:00 |
Thomas Lin Pedersen
|
38e46d853c
|
move braces
|
2020-10-16 16:10:48 +02:00 |
Thomas Lin Pedersen
|
f856e13964
|
move bracers
|
2020-10-16 16:10:35 +02:00 |
Laurent Rineau
|
51f11605c0
|
Merge pull request #5022 from janetournois/Intersections_3-fix_do_intersect_3planes-GF
Intersections_3 - fix do_intersect(Plane_3, Plane_3, Plane_3)
|
2020-10-16 13:41:19 +02:00 |
Jane Tournois
|
f005bd40a4
|
Merge branch 'Intersections_3-fix_do_intersect_3planes-GF' into Intersections_3-fix_do_intersect_3planes-master-GF
# Conflicts:
# Filtered_kernel/include/CGAL/internal/Static_filters/Do_intersect_3.h
|
2020-10-06 17:30:29 +02:00 |
Jane Tournois
|
9b50f58433
|
add do_intersect(plane, plane, plane) to the doc of linear kernel
|
2020-10-06 17:20:23 +02:00 |
Sebastien Loriot
|
9ce3e3a3c1
|
Merge pull request #5024 from janetournois/Installation-remove_msvc_bug_macro-GF
Installation - matching bug is fixed in MSVC >= 2015
|
2020-10-02 15:13:15 +02:00 |
Sébastien Loriot
|
090b82e762
|
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
|
2020-10-02 15:08:56 +02:00 |
Maxime Gimeno
|
e169490c78
|
Replace fix for Point_2(Origin)
|
2020-09-30 10:03:30 +02:00 |
Maxime Gimeno
|
8c5725a1d0
|
Fix missing constructor in kernel example
|
2020-09-30 08:59:06 +02:00 |
Jane Tournois
|
5c8df6672a
|
remove CGAL_CFG_MATCHING_BUG_ variants
the "matching bug" of msvc has been fixed since at least vs 2015
|
2020-09-25 14:25:14 +02:00 |
Maxime Gimeno
|
9c15f2c9dc
|
Use FeatureSummary in the demo, and remove CGAL_FOUND
|
2020-08-04 12:46:17 +02:00 |
Laurent Rineau
|
09b52ce69f
|
Add test/Kernel_23/test_approximate_dihedral_angle_3.cpp
|
2020-08-03 16:55:25 +02:00 |
Laurent Rineau
|
2e8a59d570
|
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
|
2020-07-21 15:25:54 +02:00 |
Laurent Rineau
|
7248270fc3
|
Add result_of protocol to the Kernel_checker
That is used by `Construct_point_3` in `Triangulation_3`.
|
2020-07-17 09:49:14 +02:00 |
Laurent Rineau
|
7173530dad
|
Merge pull request #4557 from lrineau/NewKernel_d-det-GF-CGAL-5.0
NewKernel_d: Accelerate by using Mpzf instead of Gmpq (CGAL-5.0 and later)
|
2020-05-27 18:27:56 +02:00 |
Laurent Rineau
|
88250aee80
|
Merge pull request #4557 from lrineau/NewKernel_d-det-GF-CGAL-5.0
NewKernel_d: Accelerate by using Mpzf instead of Gmpq (CGAL-5.0 and later)
|
2020-05-27 18:20:14 +02:00 |
Laurent Rineau
|
b4f2295bab
|
Merge pull request #4555 from afabri/NewKernel_d-det-GF
NewKernel_d: Accelerate by using Mpzf instead of Gmpq (for CGAL-4.14.x)
|
2020-05-27 18:15:30 +02:00 |
Andreas Fabri
|
b2f8ef30d5
|
Add non-recursive determinant for 7x7 matrix
|
2020-05-12 12:26:28 +02:00 |
Mael Rouxel-Labbé
|
cb08f676d1
|
Move check code from determinant.h to Kernel_23/test + more tests
|
2020-05-12 11:56:18 +02:00 |
Mael Rouxel-Labbé
|
8a52dd3393
|
Remove trailing whitespace / tabs
|
2020-05-12 11:21:06 +02:00 |
Maxime Gimeno
|
6a51a30828
|
more fixes
|
2020-04-22 11:02:47 +02:00 |
Maxime Gimeno
|
9bf61b7977
|
more fixes
|
2020-04-22 11:02:16 +02:00 |
Maxime Gimeno
|
5b2d46cfa0
|
Fixes for min/max
|
2020-04-21 12:04:45 +02:00 |
Maxime Gimeno
|
50766d9d03
|
Fixes for min/max
|
2020-04-21 11:52:56 +02:00 |
Maxime Gimeno
|
e9d41d7b7d
|
Fixes for min/max
|
2020-04-21 11:38:37 +02:00 |
Sebastien Loriot
|
a860a7ea5a
|
Merge pull request #4404 from MaelRL/CGAL-Optimal_bounding_box-GF
New Package: Optimal Bounding Box
|
2020-04-16 18:10:58 +02:00 |
Sébastien Loriot
|
a8f9858099
|
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
|
2020-04-16 16:29:55 +02:00 |
Mael Rouxel-Labbé
|
c16c1a7ea3
|
Merge remote-tracking branch 'cgal/master' into CGAL-Optimal_bounding_box-GF
|
2020-04-10 16:10:11 +02:00 |
Sébastien Loriot
|
4476663eba
|
fix compilation error...
|
2020-04-08 16:14:44 +02:00 |
Sebastien Loriot
|
560243e72a
|
Merge pull request #4198 from afabri/Distance-robustify-GF
Make 2d segment segment distance more robust for kernel with inexact constructions
|
2020-04-02 15:01:46 +02:00 |
Mael
|
c766178456
|
Merge branch 'master' into PMP-Make_remove_self_intersections_local-GF
|
2020-03-30 09:44:36 +02:00 |
Andreas Fabri
|
0040436ae3
|
Add non-recursive determinant for 7x7 matrix
|
2020-03-27 10:57:48 +01:00 |
Sébastien Loriot
|
bccba2d76f
|
extra run of the script to remove tabs and trailing whitespaces
|
2020-03-27 09:56:00 +01:00 |
Sébastien Loriot
|
a776758f78
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2020-03-27 09:55:19 +01:00 |
Sébastien Loriot
|
822bc55640
|
extra run of the script to remove tabs and trailing whitespaces
|
2020-03-27 08:28:48 +01:00 |
Sébastien Loriot
|
5c5d445eb3
|
Update branch from master after trailing whitespaces and tabs removal
|
2020-03-27 08:27:43 +01:00 |
Sébastien Loriot
|
9f2eafd06e
|
extra run of the script to remove tabs and trailing whitespaces
|
2020-03-26 19:17:02 +01:00 |
Sébastien Loriot
|
35b83deffd
|
Update branch from master after trailing whitespaces and tabs removal
|
2020-03-26 19:16:25 +01:00 |