Andreas Fabri
|
8611d167b4
|
reduce package dependencies
|
2023-02-17 13:38:48 +00:00 |
Sébastien Loriot
|
e82ae363b3
|
take CORE into account in Boost mp's arithmetic kernel
|
2022-10-27 11:40:34 +02:00 |
Dmitry Anisimov
|
ed79fea30e
|
fixed wrong defines in boost mp arithmetic kernel
|
2022-05-03 10:54:53 +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 |
Marc Glisse
|
455d93def3
|
Remove redundant includes.
|
2018-11-07 14:19:39 +01:00 |
Marc Glisse
|
0211ca58c7
|
Include CGAL/gmp.h before the boost multiprecision GMP wrapper, for warnings.
|
2018-11-07 14:06:57 +01:00 |
Marc Glisse
|
6bf9913015
|
Add $URL$ and $Id$.
I thought those were long dead...
|
2018-10-16 15:05:17 +02:00 |
Marc Glisse
|
3aa3e81871
|
Add SPDX headers ???
|
2018-10-16 14:38:12 +02:00 |
Marc Glisse
|
469d63f9d6
|
More support for Boost.Multiprecision wrapper to GMP (untested).
|
2018-10-15 15:42:56 +02:00 |
Marc Glisse
|
5d86761acb
|
arithmetic kernel for boost multiprecision GMP wrapper (untested)
|
2018-10-15 15:42:56 +02:00 |
Marc Glisse
|
7f9c334a89
|
Support gmp_rational from boost (completely untested)
|
2018-10-15 15:42:56 +02:00 |
Marc Glisse
|
4bb4fde1f7
|
Missing includes and I/O.
|
2018-10-15 15:42:56 +02:00 |
Marc Glisse
|
7857964f3b
|
Some coercions and an arithmetic kernel for Boost.Multiprecision.
|
2018-10-15 15:42:55 +02:00 |