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
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +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 |
Laurent Rineau
|
7e58feacfe
|
Merge pull request #3797 from afabri/CGAL-Exact_algebraic-GF
Number_types: Add Exact_algebraic
|
2019-05-21 16:37:07 +02:00 |
Laurent Rineau
|
3b399b7afb
|
The dependency to Interval_support is back (probably <CGAL/int.h>)
|
2019-05-10 11:23:25 +02:00 |
Laurent Rineau
|
df76165534
|
Fix Residue
|
2019-05-10 09:26:53 +02:00 |
Laurent Rineau
|
d4a6b42ad3
|
Fix dependencies
|
2019-05-09 16:03:02 +02:00 |
Laurent Rineau
|
2f8eeb0db3
|
Fix the headers dependency-hell around gmpxx in Number_types
|
2019-05-09 15:05:23 +02:00 |
Andreas Fabri
|
2da23021e2
|
Remove some #include <CGAL/basic.h>
|
2019-03-28 09:18:08 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Andreas Fabri
|
bbd5e917bc
|
fix typo
|
2019-02-22 16:28:02 +01:00 |
Andreas Fabri
|
6571ffa607
|
Include <iostream>
|
2019-02-22 16:11:53 +01:00 |
Andreas Fabri
|
e62ab30e6c
|
Fixes of fixes
|
2019-02-15 09:03:58 +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 |
Andreas Fabri
|
25471b02b3
|
Try to avoid warning in Residue.cpp (although it is not a self-assignment but a -=
|
2018-12-04 10:38:16 +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
|
0c2dcf7208
|
Re-add include({CGAL_USE_FILE} ) in each CMakeLists.txt where CGAL is used with some component.
|
2018-10-18 14:38:42 +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 |
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 |
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 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Andreas Fabri
|
7ee573f1dd
|
Use the header only version
|
2016-11-01 11:45:26 +01:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Guillaume Damiand
|
10469f9c4e
|
Update with master
|
2016-05-25 10:58:55 +02:00 |
Sébastien Loriot
|
c869ee6855
|
update cmake scripts with at least one example requiring Core
|
2016-03-24 16:40:57 +01:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Clement Jamin
|
b8922fdd21
|
Remove CGAL_EXPORT since it's just a constant now
|
2016-03-10 16:12:15 +01:00 |
Clement Jamin
|
f9b2a01e81
|
Move the now-const "primes" variable to header file
And remove "extern" on the way
|
2016-03-10 11:41:32 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
2d191d6651
|
commit CMakeLists.txt for all examples and tests
|
2016-03-07 17:39:36 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Sébastien Loriot
|
e64ae35a6e
|
Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
|
2016-01-07 09:21:46 +01:00 |
Philipp Möller
|
71b4e9c515
|
Use CGAL_FULL_VERSION in all Doxyfile.in
|
2015-12-17 16:33:28 +01:00 |
Philipp Möller
|
81a8f982dc
|
Handle the easy INPUT cases
If INPUT is just PKG/doc/PKG, handle it automatically.
|
2015-12-10 17:00:26 +01:00 |
Andreas Fabri
|
4fec754ef8
|
put static into the macro and rename it
|
2015-12-02 20:40:15 +01:00 |
Andreas Fabri
|
246219c7b9
|
bug fix: got 1/x wrong
|
2015-11-10 08:50:01 +01:00 |
Andreas Fabri
|
6b2c4dd7c6
|
Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF
|
2015-11-09 14:26:42 +01:00 |
Sebastien Loriot
|
2e493f297b
|
Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
|
2015-10-23 17:08:49 +02:00 |
Clement Jamin
|
97d8aaa634
|
Fix merge error from March
|
2015-10-01 17:21:38 +02:00 |
Clement Jamin
|
1a083a41fb
|
Fix merge error
|
2015-10-01 14:56:12 +02:00 |