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
|
c0edb5ecaa
|
remove CGAL_CXX11 macro usage
|
2019-07-08 11:42:17 +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 |
Andreas Fabri
|
78055c1394
|
Fix LCC and Generalized_map
|
2019-06-05 23:36:42 +02:00 |
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
6e8e4a4b10
|
remove variadic template workaround for cmap, gmap, and lcell
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +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 |
Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Guillaume Damiand
|
94559ab4c1
|
Add #include in GMap_operation so that users of GMap can use degree and codegree without needed to include CMap file.
|
2018-09-05 17:06:13 +02:00 |
Guillaume Damiand
|
9437d154dd
|
Add tests of degree and codegree in CMap and GMap
|
2018-09-05 17:05:40 +02:00 |
Guillaume Damiand
|
899136507a
|
Add also the additional parameter for GMap::copy method.
|
2018-09-04 16:55:21 +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 |
Laurent Rineau
|
03e68d8740
|
Merge pull request #2985 from afabri/CGAL-std_latest-GF
Support C++17 (Replace std::random_shuffle() with CGAL::random_shuffle(), and other adjustments)
|
2018-04-24 17:32:55 +02:00 |
Andreas Fabri
|
f0c1d3aab7
|
more allocator_traits
|
2018-04-19 14:49:05 +01:00 |
Laurent Rineau
|
095c27e2be
|
cosmetic changes
|
2018-04-17 17:14:19 +02:00 |
Andreas Fabri
|
7cbffac35b
|
Deal with deprecated functions allocator<T>::construct/destroy
|
2018-04-17 13:35:04 +01:00 |
Guillaume Damiand
|
ee44826289
|
Update size of GMap logo to have the correct 120x120 pixels size.
|
2018-04-04 13:12:35 +02:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01: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
|
f6459368aa
|
move fig_src dirs
|
2018-01-08 20:35:40 +01:00 |
Laurent Rineau
|
0b0b1503ef
|
Merge pull request #2594 from gdamiand/CMap-bugfixes-gdamiand
CMap bugfixes
|
2017-12-05 18:20:56 +01:00 |
Guillaume Damiand
|
5f939d33ab
|
Bug fix in CMap/GMap/LCC dart methods
|
2017-11-13 12:17:03 +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 |
Guillaume Damiand
|
013f447395
|
Merge branch 'master' into BGL-LCC-gdamiand
|
2017-06-22 23:21:39 +02:00 |
Guillaume Damiand
|
b80315367f
|
Do not return void.
|
2017-06-14 13:46:03 -04:00 |
Guillaume Damiand
|
bfbee1701e
|
Now attributes and darts in CMap/GMap/LCC can have id or not depending on a template argument.
|
2017-03-27 17:16:40 -04:00 |
Sébastien Loriot
|
c9f7d0ace7
|
remove empty file
|
2017-01-19 17:11:38 +01:00 |
Sébastien Loriot
|
f214bc332b
|
Update project names
|
2017-01-19 11:10:03 +01:00 |
Sébastien Loriot
|
f3251a5575
|
fix project names
|
2017-01-19 11:07:39 +01:00 |
Laurent Rineau
|
9cdbbe4b57
|
Fix license header, following the merge of PR##585
|
2016-12-22 15:23:50 +01:00 |
Guillaume Damiand
|
2bc3a9ee2e
|
Bug fix in GMap iterator
|
2016-11-29 11:43:45 +01:00 |
Guillaume Damiand
|
20a6e9ebc9
|
Variadic version of iterator starts with 3 template arguments to avoid several specialization match.
|
2016-11-29 11:43:45 +01:00 |
Guillaume Damiand
|
3e72d42808
|
Update gmap example (replace CMap with GMap)
|
2016-11-29 11:43:44 +01:00 |
Guillaume Damiand
|
e752f7d3b0
|
Update CMap and GMap examples (cosmetic)
|
2016-11-29 11:43:44 +01:00 |