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
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Andreas Fabri
|
a1609350aa
|
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
|
2019-03-27 15:21:33 +01:00 |
Sébastien Loriot
|
52dd5f6244
|
manual replacement for level 1 in classified ref man
|
2019-02-14 10:40:04 +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 |
Laurent Rineau
|
fdd8357915
|
Merge pull request #3580 from afabri/Stream_support-Color-GF
Fix warnings (Add/remove copy constructors, and other warnings)
Co-authored-by: Laurent Rineau <laurent.rineau@cgal.org>
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
Co-authored-by: Maxime GIMENO <maxime.gimeno@gmail.com>
|
2019-02-13 15:25:07 +00:00 |
Andreas Fabri
|
9bd443da29
|
Do not initialize
|
2019-02-06 17:28:38 +01:00 |
Andreas Fabri
|
10914d2b8b
|
Fix of fix and another emplace
|
2019-02-06 16:28:11 +01:00 |
Andreas Fabri
|
63a47ba3ff
|
As suggested by Marc Glisse
|
2019-01-31 13:48:20 +01:00 |
Andreas Fabri
|
21b653565b
|
Reorder member initialization
|
2019-01-31 08:10:29 +01:00 |
Andreas Fabri
|
ebb7925657
|
0 -> 42
|
2019-01-30 16:34:26 +01:00 |
Andreas Fabri
|
6e8750d9e3
|
Initialize to avoid warning, but is this the right value?
|
2019-01-30 11:31:03 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Laurent Rineau
|
6ffd76a87e
|
Merge pull request #2792 from afabri/Intersections_3-Add_missing_do_intersect-GF
Intersections_3: Add missing do_intersect() overloads
|
2019-01-18 16:37:54 +01:00 |
Andreas Fabri
|
383d93d10a
|
Fix Kernel_d
|
2019-01-18 15:29:34 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Maxime Gimeno
|
aee51d4b42
|
Add Dependency to Distance_3
|
2018-11-02 11:36:43 +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 |
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 |
Mael Rouxel-Labbé
|
b41f1d6272
|
Various deprecation-related improvements
|
2018-05-18 16:47:54 +02:00 |
Sébastien Loriot
|
01af331c72
|
use https for all links to www.cgal.org and doc.cgal.org
|
2018-03-14 15:59:38 +01:00 |
Laurent Rineau
|
b141cbd1ef
|
Fix the dependencies, again
|
2018-03-07 15:59:45 +01: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
|
19adf3b05e
|
make the doc match struct/class with the implementation
|
2017-11-17 11:34:55 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Mael Rouxel-Labbé
|
cd2a562ffa
|
Fixed improper guards against the inclusion of deprecated headers
|
2017-05-16 10:17:41 +02:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Laurent Rineau
|
9a0bb54922
|
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
Clean up projects name in cmake scripts
|
2016-10-05 13:02:25 +02:00 |
Andreas Fabri
|
34fb7c0195
|
const must be before typename
|
2016-09-30 10:07:41 +02:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Andreas Fabri
|
de5a90587b
|
No need for thread local storage as readonly
|
2016-08-31 13:43:12 +02:00 |
Laurent Rineau
|
0c690014b7
|
Remove all usage of CGAL_LEDA_VERSION
Now, LEDA version >= 6.0 is required if `CGAL_USE_LEDA` is toggled.
|
2016-08-25 14:38:16 +02:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +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 |
Andreas Fabri
|
be18872e2d
|
Reindent. I think the code is correct.
|
2016-01-27 10:58:26 +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 |
Simon Giraudot
|
f21cb46900
|
Remove deprecated "register" keyword
|
2015-12-17 08:20:56 +01:00 |
Philipp Möller
|
88c0db55ca
|
Empty example paths should not result in warnings
|
2015-12-10 17:00:26 +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 |
Sebastien Loriot
|
2e493f297b
|
Merge pull request #389 from afabri/CGAL-Qt3-GF
Remove Qt3 based demos
|
2015-10-23 17:08:49 +02:00 |