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 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Andreas Fabri
|
654980580e
|
class -> struct
|
2018-05-15 15:37:51 +02:00 |
Andreas Fabri
|
99bc374cce
|
More forward declarations
|
2018-05-15 15:37:51 +02:00 |
Andreas Fabri
|
4c2b278f04
|
Algebraic_kernel_d
|
2018-01-24 10:26:27 +00:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Laurent Rineau
|
2b35bddfb2
|
Replace all std::binary_function by CGAL::binary_function
|
2017-10-04 16:36:32 +02:00 |
Laurent Rineau
|
7e9f756935
|
Replace all std::unary_function by CGAL::unary_function
|
2017-10-04 15:57:09 +02:00 |
Sébastien Loriot
|
91a5327fa8
|
change LGPLv2 -> LGPLv3
|
2011-10-10 13:48:25 +00:00 |
Laurent Rineau
|
9277a77b72
|
Fix all svn:keywords in */include/
|
2010-10-04 11:00:27 +00:00 |
Eric Berberich
|
d4c2267928
|
added polynomial-equal-filter in Sign_at_1
|
2010-09-09 07:43:48 +00:00 |
Michael Hemmer
|
cf9d775f90
|
fix obvious performance bug in Isolate_1
|
2010-08-25 15:37:10 +00:00 |
Michael Kerber
|
f84868f7b1
|
Merged candidate package into trunk
|
2010-06-28 16:40:05 +00:00 |
Sebastian Limbach
|
b8848fc392
|
Renamed Algebraic_kernel_d_1 to Algebraic_kernel_1 and references adapted.
|
2007-08-02 11:08:10 +00:00 |
Sebastian Limbach
|
418ea61cde
|
Internal polynomial namespace renamed.
is_square_free functor used.
|
2007-06-18 11:03:24 +00:00 |
Sebastian Limbach
|
65234d8eff
|
Avoiding use of make_square_free in Solve_1 functor.
|
2007-04-17 15:19:36 +00:00 |
Sebastian Limbach
|
3bbdc0071d
|
* Functors implemented.
* Default template parameters added to replace #define directives.
|
2007-04-04 14:32:03 +00:00 |
Sebastian Limbach
|
ff7377b835
|
A first version of Algebraic_kernel_d_1.
|
2007-03-27 13:36:42 +00:00 |
Sebastian Limbach
|
114bc4514b
|
Renamed to Algebraic_kernel_d_1.h
|
2007-03-26 12:27:09 +00:00 |