Maxime Gimeno
|
747add59d6
|
Add a test for result_of.
|
2021-05-25 13:47:18 +02:00 |
Maxime Gimeno
|
9028027131
|
Restore result_of.h and deprecate it
|
2021-05-07 12:54:40 +02:00 |
Maxime Gimeno
|
9533a9fea8
|
remove CGAL/result_of.h and move its content to config.h
|
2021-05-07 12:51:07 +02:00 |
Dmitry Anisimov
|
af3f6dd07f
|
fixed warnings with Intersect_3 and result_of
|
2021-02-09 17:30:06 +01:00 |
Dmitry Anisimov
|
2f7f37983b
|
periodic 3 and generator fixes + the issue #3083 is addressed
|
2020-07-24 11:26:28 +02:00 |
Dmitry Anisimov
|
847e2277d6
|
result_of types to decltype(declval), both issues #3035 and #3846 are addressed
|
2020-07-23 18:46:46 +02:00 |
Dmitry Anisimov
|
4248a8a9f7
|
lazy and type mapper result_of fix
|
2020-07-23 16:00:06 +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 |
Andreas Fabri
|
a472c24185
|
http:/www.boost.org -> https://www.bost.org
|
2019-03-20 08:59:22 +01:00 |
Andreas Fabri
|
9be7c9d897
|
Fix it for boost 1_65_1. Before it only dealt with boost 1_67_0
|
2018-06-06 09:42:44 +01:00 |
Andreas Fabri
|
38b2e57b11
|
PMP
|
2018-01-17 17:59:35 +00: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
|
93df4bd3d5
|
typo while replacing boost::result_of to cpp11::result_of
|
2013-02-04 19:53:56 +01:00 |
Sébastien Loriot
|
f0f34d45fa
|
workaround to force the usage of the tr1 implementation of result_of from boost
see http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of
|
2013-02-04 11:30:28 +01:00 |