Commit Graph

65 Commits

Author SHA1 Message Date
Sébastien Loriot e759fb46fa remove usage of old Object API 2023-06-29 12:57:53 +02:00
albert-github 7a62583efa spelling corrections
Some spelling corrections (Directories starting with `C`)
2022-11-14 19:14:33 +01: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 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +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
Marc Glisse cf2671a7d5 Revert Sebastien's patch to print stuff. 2018-12-02 23:12:01 +01:00
Sébastien Loriot 29c676c954 try to please testsuite 2018-11-20 18:57:05 +01:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Marc Glisse 2868790cf4 Workarounds for expression templates.
Theses are just tests and already look ugly, don't try to be clever here.
2016-10-13 23:58:29 +02:00
Jane Tournois feb76b7439 add missing namespaces for msvc2015
avoid ambiguity of calls
2015-08-11 15:48:55 +02:00
Sébastien Loriot d6905c61be Merge branch 'Kernel-replace_object-pmoeller-old' into Kernel-replace_object-pmoeller
Conflicts:
	AABB_tree/include/CGAL/AABB_tree.h
	Circular_kernel_2/include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h
	Intersections_3/include/CGAL/Intersections_3/intersection_3_1_impl.h
	Kernel_23/doc/Kernel_23/CGAL/intersections.h
	Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
	STL_Extension/doc/STL_Extension/CGAL/iterator.h
2013-03-14 10:29:31 +01:00
Andreas Fabri 75beac0dca remove unused typedefs 2013-03-05 11:46:25 +01:00
Andreas Fabri 3f7f9c432e remove unused typedefs 2013-03-04 16:11:35 +01:00
Philipp Möller 81b8604c76 Move Circular intersection results from the traits to result_of 2012-12-10 15:56:09 +01:00
Laurent Rineau c2ccc19c55 Remove unused variable (warnings) 2012-01-31 14:36:20 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot b0072b556f The constructor of Sqrt_extension from 3 parameters does not allow the root to be
0. Update Circular_kernel_3 testsuite to this precondition.

Raffine the fix of r63323 of operator== of Sqrt_extension. The original
behavior is used if ACDE_TAG is Tag_false and the one of r63323 otherwise
(selected at compile time).
2011-05-05 08:17:39 +00:00
Sébastien Loriot e5a96255ba *remove warnings.
In particular remove UNTESTED_XXXXXXXXXXX unused variable that possibly hide true warnings. 
In those cases, the string printed while executed now starts with "NOTE: ".
*CGAL internal code no longer rely on depecrated features
2011-02-28 15:28:28 +00:00
Sébastien Loriot dfcbdcf07d missing FT : double was cast into int. 2010-05-06 12:41:32 +00:00
Pedro Machado Manhaes de Castro b696180188 decreasing the size of the test-suite 2009-07-28 13:34:50 +00:00
Sébastien Loriot 46980a3635 remove default argument of a function and put it inside files where called 2009-07-06 14:13:00 +00:00
Andreas Fabri 1b51eb0384 M_PI -> CGAL_PI 2009-07-01 16:48:43 +00:00
Sébastien Loriot 48080deda7 move modifs from exp package to trunk 2009-06-24 16:58:20 +00:00
Pedro Machado Manhaes de Castro 8ff91a9601 cleanup tests + fix 2009-05-07 14:14:24 +00:00
Pedro Machado Manhaes de Castro 8d950c04b5 Spherical kernel with CORE::BigRat 2009-03-31 17:42:55 +00:00
Pedro Machado Manhaes de Castro f942ae0620 fixing minor bug in the test 2008-12-10 15:50:34 +00:00
Pedro Machado Manhaes de Castro 35479fe3c2 Improving the testsuite for the has_on functionality for circular_arcs 2008-12-09 15:23:39 +00:00
Pedro Machado Manhaes de Castro 76d77f77f2 testing calls 2008-10-31 17:54:35 +00:00
Pedro Machado Manhaes de Castro aaca423068 using assert 2008-10-24 23:27:37 +00:00
Pedro Machado Manhaes de Castro 9c066fef08 fixing Circle_3 advanced bbox test 2008-10-24 11:20:17 +00:00
Andreas Fabri 65ea679e22 Help poor VC8 by qualifying do_intersect with CGAL:: 2008-10-21 14:00:01 +00:00
Pedro Machado Manhaes de Castro f1b434e7c7 tunning the test for global functions 2008-10-03 13:16:11 +00:00
Pedro Machado Manhaes de Castro 110f5b71f9 unecessary typename 2008-10-03 12:16:14 +00:00
Pedro Machado Manhaes de Castro 9cb53f21e8 strengthen the testsuite for compare 2008-10-03 12:12:29 +00:00
Pedro Machado Manhaes de Castro e257c6cef2 global functions compare_{x,y,z,xy,xyz} for CK3 2008-10-03 11:56:42 +00:00
Pedro Machado Manhaes de Castro 24de52a1cf <, >, <=, >= operations for Circular_arc_point_3 2008-10-02 15:39:30 +00:00
Pedro Machado Manhaes de Castro add980ff77 global_functions: {x,y,z}_extremal_points and removing some Circle_3 stuffs 2008-10-02 11:41:47 +00:00
Pedro Machado Manhaes de Castro 4f9d341731 removing unnecessary constructors on Line_arc_3 and add the Line_arc_3(Point_3, Point_3) constructor 2008-10-01 13:19:35 +00:00
Pedro Machado Manhaes de Castro 7489f73f53 Do_intersection + global_functions + making the example easier for the user 2008-07-25 18:20:49 +00:00
Pedro Machado Manhaes de Castro e3a9115e66 License CK3 2008-07-24 09:26:28 +00:00
Pedro Machado Manhaes de Castro 086359615a Changing asserts involving precision to warning. 2008-07-18 10:48:05 +00:00
Pedro Machado Manhaes de Castro 66b2705068 Changing Licenses from QPL to LGPL 2008-07-17 12:02:29 +00:00
Pedro Machado Manhaes de Castro b8f13ef60a Removing ugly warnings 2008-06-26 14:31:15 +00:00
Pedro Machado Manhaes de Castro fabc785391 Cleaning 2008-06-03 13:41:19 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Sébastien Loriot bf20d6bfc4 running with epec 2007-10-08 13:58:34 +00:00
Monique Teillaud 5a8cac34f5 most comments in Efi's review answered
(expect missing pages that are still to be added)
2007-08-22 16:33:44 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00