Mael Rouxel-Labbé
2820a9430e
Do not use RT functions in FT functions as it causes a slowdown
2021-05-25 10:46:29 +02:00
Andreas Fabri
430defe110
Add dependencies introduced by including Rational_traits
2021-05-11 11:11:08 +02:00
Mael Rouxel-Labbé
f29e7ca937
Factorize RT/non_RT and Cartesian/Homogeneous implementations
...
Note that the function squared_distance_to_triangle is modified,
see PR https://github.com/CGAL/cgal/pull/5647
2021-05-07 12:15:21 +02:00
Andreas Fabri
c46bccf4ac
Add point/triangle distance tests
2021-05-06 12:43:31 +02:00
Andreas Fabri
599e8a74d0
include <CGAL/Rational_traits.h>
2021-05-06 09:02:51 +02:00
Andreas Fabri
f45e843cd0
trailing whitespace
2021-05-06 08:03:53 +02:00
Andreas Fabri
020ec5408e
Fixes concerning return
2021-05-06 07:51:29 +02:00
Andreas Fabri
10e1b51ed3
Add &s
2021-05-05 17:24:37 +02:00
Andreas Fabri
28a6a91453
Intersections_3: Make do_intersect(sphere/triangle) work if FT is division free
2021-05-05 16:54:05 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Andreas Fabri
b787a0afd6
(std::min)
2021-02-26 16:45:33 +00:00
Maxime Gimeno
21745762b1
add missing typedef
2021-02-24 10:01:27 +01:00
Andreas Fabri
59d7b22959
Hope to get it right now
2021-02-17 09:53:28 +00:00
Andreas Fabri
42866756b9
After the code review
2021-02-16 16:45:02 +00:00
Andreas Fabri
fe22b0ff27
Add Point_3/Tetrahedron_3
2021-02-16 16:13:33 +00:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
0c94ff4308
Merge pull request #4804 from maxGimeno/Distance_3-Fix_compare_for-leda-maxGimeno
...
Distance_3: Fix error with LEDA
2020-06-23 18:49:46 +02:00
Maxime Gimeno
50e2539bd7
Add CGAL:: before compare() to avoid miximg up the functions
2020-06-22 13:44:37 +02:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Laurent Rineau
97ba3ec258
Merge pull request #4311 from maxGimeno/Distance_3-Plane_plane-maxGimeno
...
Distance_3: Add Pl_3-Pl_3
2019-11-06 17:45:34 +01:00
Maxime Gimeno
8251bb9bac
fix after review
2019-10-25 11:21:05 +02:00
Maxime Gimeno
1dc880d2a1
Add squared_distance(Plane_3, Plane_3) and a test.
2019-10-24 15:55:35 +02:00
Sébastien Loriot
52164b1fba
First pass on removing license notice in header for LGPL files
2019-10-19 15:40:30 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Andreas Fabri
ba11fbcb34
Suppress warning in CMakeList.txt
2019-02-19 15:48:48 +01:00
Andreas Fabri
d301662987
Fixes of fixes
2019-02-15 09:07:48 +01:00
Andreas Fabri
e989b87dfe
Distance, Generator, HDS, Convex_hull, Polyhedron, PCA
2019-02-14 10:39:56 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Guillaume Damiand
7f09308d33
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
2018-10-17 13:07:22 +02:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01:00
Sébastien Loriot
0698f79aff
add SPDX identifier for files under the LGPL-3+ license
2017-11-12 10:17:50 +01:00
Andreas Fabri
f0391f2472
fix BGL testsuite
2016-11-03 13:08:31 +01:00
Andreas Fabri
ea50fb811d
Cleanup. The 2D and 3D triangulation testsuite pass
2016-11-03 13:07:50 +01:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Laurent Rineau
51f5697d3d
Add missing #include
2016-09-30 15:23:14 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Laurent Rineau
2a9ab3e7d8
Merge pull request #1005 from afabri/Kernel-compare_distance-GF
...
Add specializations for Compare_distance_3::operator() for points/segments
2016-04-22 15:25:52 +02:00
Andreas Fabri
4b74d71525
segments were degenerate
2016-04-16 20:26:38 +02:00
Andreas Fabri
d00c04777e
Remove ambiguity reported by GCC
2016-04-15 10:31:33 +02:00
Andreas Fabri
594442428c
make it work with Homogenous
2016-04-13 13:29:23 +02:00