Andreas Fabri
b7d9f95b95
Polynomial: Add overload which is only documented
2024-05-06 14:39:36 +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
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
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +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
Michael Hemmer
17cf111f69
make Polynomial explicit constructible from Coeff/ICoeff, which prevents bugs
2010-04-28 12:31:42 +00:00
Michael Hemmer
3f748c9055
remove some unnecessary function overloads
2010-04-22 11:20:50 +00:00
Luis Peñaranda
4281b587da
Remove a few "warning: extra ';'" with g++ -pedantic
2009-11-26 10:07:09 +00:00
Michael Hemmer
8426e7f8e6
added missing functor adapting functions
2009-07-02 13:49:48 +00:00
Michael Hemmer
5806564c5d
interface completion
2009-06-29 05:50:45 +00:00
Michael Hemmer
7e83de43ba
mv is_square_free in namespace CGAL
2009-06-23 13:23:27 +00:00
Michael Kerber
daee6a4622
Updated code and doc
2009-03-27 17:30:16 +00:00
Michael Hemmer
8785ddcecd
move function is_square_free into polynomial_utils.h
2008-12-09 12:47:45 +00:00
Andreas Fabri
a9aefab1c1
Added license headers
2008-12-06 21:18:27 +00:00
Michael Hemmer
7be9f6ddfe
added gloabal function translate/scale with Coefficient_type for backward compatibility
2008-10-31 10:46:44 +00:00
Michael Hemmer
a69bf8339d
change argument type of {translate|scale}{homogeneous} back to Innermost_leading_coefficient
2008-10-31 10:29:31 +00:00
Michael Hemmer
8d38726141
added PT:: functor adapting functions
2008-10-28 18:43:04 +00:00
Eric Berberich
ee2bcceeb2
fixed include guards
2008-10-28 09:00:49 +00:00
Michael Hemmer
ef395a4992
mv CGAL/Polynomial/polynomial_utils.h CGAL/polynomial_utils.h
2008-10-28 08:36:59 +00:00
Sebastian Limbach
81a46d3735
Moved some files
2007-02-28 11:37:19 +00:00
Michael Hemmer
9bde28874f
rm old Polynomial_traits
...
extracted some traits classes into extra files in subdir CGAL/Polynomial
2006-12-07 17:16:14 +00:00