Commit Graph

92 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 29d8b296ed Add Triangle_3-Triangle_3 distance 2021-03-12 12:52:05 +01:00
Mael Rouxel-Labbé 2046f7368b Improve Segment_3-Segment_3 distance computation 2021-03-12 12:52:05 +01:00
Mael Rouxel-Labbé 6b0459c686 Re-organize squared_distance_3_x.h into squared_distance_O1_O2.h
+ minor improvements (missing overloads, obvious improvements, etc.)
2021-03-12 12:51:59 +01: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
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 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
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 51f5697d3d Add missing #include 2016-09-30 15:23:14 +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 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
Andreas Fabri 2613be3c1b Add specializations for Compare_distance_3 for points/segments 2016-04-13 12:35:00 +02:00
Andreas Fabri 2443b7d1a6 Moved squared_distance(Point_3,Triangle_3 2016-03-30 16:58:22 +02:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot dff6dda8b3 Remove from copyright holder
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +00:00
Sébastien Loriot b95c2bb840 add missing homogeneous factor for comparison
(bug catch by gcc-3.4 but not other compilers)
2011-02-22 16:58:06 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Sylvain Pion 8573fe26ce Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Sylvain Pion aabebec7e7 Add missing CGALi:: qualification 2008-08-29 17:51:33 +00:00
Sylvain Pion a90de08bf3 Remove obsolete config flag CGAL_CFG_MATCHING_BUG_4 and its dependency CGAL_WRAP. 2007-08-08 15:15:20 +00:00
Andreas Fabri cf89326c30 undo of changes for SunPro 2007-04-04 20:46:10 +00:00
Andreas Fabri aba746b109 fixes 2007-04-04 13:46:39 +00:00
Andreas Fabri 45a972f30a Ugly SunPro Workaround 2007-04-04 13:33:29 +00:00
Sylvain Pion 19edc0191f remove warnings 2007-02-28 16:57:06 +00:00
Sylvain Pion fcbacc1284 Have squared_distance(Point_3, Point_3) call its functor. 2006-08-04 12:41:56 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 03e855a0e6 Move packages to trunk root 2006-02-14 08:58:14 +00:00