Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
3dd0aa112d
|
rename macro not following the convention
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +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 |
Andreas Fabri
|
87b08fdccb
|
Barycentric_coordinates
|
2018-01-18 10:16:32 +00:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01: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 |
Sébastien Loriot
|
375db1ccc3
|
protect max function
|
2014-12-16 15:55:22 +01:00 |
Sébastien Loriot
|
a7451e1e8c
|
use ATTENTION instead of WARNING in message to avoid confusing the testsuite
|
2014-12-16 15:45:06 +01:00 |
Dmitry Anisimov
|
22d8673238
|
Last commit before integration.
This is the last commit before integration to CGAL.
|
2014-11-18 16:25:37 +01:00 |
Dmitry Anisimov
|
bce9b83e7e
|
The last commit in the final third submission.
This is the last commit with updated documentation and new example on height interpolation in the last third review submission of the package.
|
2014-10-16 22:07:48 +02:00 |
Dmitry Anisimov
|
9c75cab867
|
Commit before the last third submission.
The last correction before the last third submission of the reference manual for CGAL.
|
2014-07-28 16:09:20 +02:00 |
Dmitry Anisimov
|
5fdd7e6735
|
New partial submission after discussion with Sebastien.
I have updated all the files taking into account all the comments of Sebastien after our talk on skype.
|
2014-07-03 13:55:29 +02:00 |
Dmitry Anisimov
|
1460bdbc23
|
New modified files after discussion with Sebastien and Andreas.
I have added new documentation and some concepts to my package according to the discussion with Sebastien and Andreas.
|
2014-07-01 12:50:19 +02:00 |
Andreas Fabri
|
29207391b4
|
Use \cgal; fix a typo
|
2014-05-21 21:28:00 +02:00 |
Dmitry Anisimov
|
478c860023
|
Correction after the first CGAL editorial's board review.
I have changed all the documentation files and code taking into account all the comments from the CGAL editorial board.
|
2014-05-21 13:58:15 +02:00 |
Dmitry Anisimov
|
8e92146bb2
|
The last update.
This is the last update of the package before submitting for the first review.
|
2014-02-27 01:44:10 +01:00 |
Dmitry Anisimov
|
590fa4402f
|
My first commit.
This is the first local commit of the new package Barycentric_coordinates_2 with some types of 2D generalized barycentric coordinates.
|
2014-02-20 21:41:48 +01:00 |