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 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Guillaume Damiand
|
9437d154dd
|
Add tests of degree and codegree in CMap and GMap
|
2018-09-05 17:05:40 +02:00 |
Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Guillaume Damiand
|
3ed36aa4fd
|
Initialize dart info, when non void; otherwise isomorphism is sometimes false (on some 32 bits os in release mode).
|
2018-01-20 18:10:22 +01: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
|
9a6d8c6adb
|
Replace that hacky CMakeLists by a standard one
|
2017-10-20 17:01:04 +02:00 |
Sébastien Loriot
|
f3251a5575
|
fix project names
|
2017-01-19 11:07:39 +01:00 |
Guillaume Damiand
|
5cf9a35fd2
|
Update GMap test
|
2016-11-29 11:43:39 +01:00 |
Guillaume Damiand
|
21a121019a
|
* Update names for next, previous and opposite functions (following the ref manual);
* update GMap examples.
|
2016-11-29 11:43:33 +01:00 |
Guillaume Damiand
|
4624a0b97b
|
Factorize dart between CMap and GMap.
Now we use the same class in both packages.
TODO: modify the doc accordingly.
|
2016-11-29 11:43:31 +01:00 |
Guillaume Damiand
|
c30aab2273
|
Cleanup
|
2016-11-29 11:43:30 +01:00 |
Guillaume Damiand
|
8473efc694
|
Face insertion for GMap, plus test.
|
2016-11-29 11:43:29 +01:00 |
Guillaume Damiand
|
5e41ec79c4
|
Ok for edge insertion in GMap.
|
2016-11-29 11:43:29 +01:00 |
Guillaume Damiand
|
7cd227fd08
|
Start test suite for insertion in GMap
|
2016-11-29 11:43:26 +01:00 |
Guillaume Damiand
|
6cf55c7544
|
Update code after removal of global operations
|
2016-11-29 11:43:13 +01:00 |
Guillaume Damiand
|
8175041481
|
Update GMap and examples and tests to remove global function (following similar modif in CMap)
|
2016-11-29 11:43:12 +01:00 |
Guillaume Damiand
|
16f490251a
|
Reintroduce package Generalized map
|
2016-11-18 08:35:36 +01:00 |