Commit Graph

58 Commits

Author SHA1 Message Date
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 0a74393dcf Commit all new dependencies files 2018-03-06 18:44:48 +01:00
Laurent Rineau 78e7060525 Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
2018-02-19 14:27:06 +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
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 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
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
Simon Giraudot a498609632 Precision is too high for 32b processors, making assertion fails 2016-02-05 16:02:57 +01:00
Sébastien Loriot 06c304c614 fix doc warnings spotted by doxygen 1.8.11
Tested locally
2016-02-04 22:23:48 +01:00
Sebastien Loriot 32a3972c33 Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
Towards getting rid of dont_submit files
2016-01-08 14:14:08 +01:00
Andreas Fabri a41165b6eb various 2016-01-05 18:04:14 +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 79b7fc5081 Handle the INPUT cases where the whole include dir is used 2015-12-10 17:03:46 +01:00
Sébastien Loriot a1279bc063 update dependencies 2015-09-21 08:43:05 +02:00
Andreas Fabri 6692f993ce Add/Remove some cgalPkgDependsOn
Move Visibility package from Arrangements to Polygons
Add some ``  in the Visibility package
Add the keyword 'Geodesic' to the Shortest Path package.
2015-09-09 12:09:57 +02:00
Sébastien Loriot eda9bab802 remove bat files 2015-01-09 09:08:20 +01:00
Andreas Fabri 69756296b6 Add to examples.txt; Remove Profiling_tools from dependencies 2015-01-08 10:55:24 +01:00
Sébastien Loriot 3ec2f68a58 remove exe flag 2015-01-07 17:04:41 +01:00
Dmitry Anisimov 7d9f7bcf9c Test update and modification of the file changes.html. 2014-12-29 16:16:30 +01:00
Dmitry Anisimov e9265d081f Test update. 2014-12-29 15:39:39 +01:00
Dmitry Anisimov 120159d7d3 Test update. 2014-12-29 15:31:00 +01:00
Dmitry Anisimov 08ead571b4 Test update. 2014-12-29 15:14:28 +01:00
Dmitry Anisimov 51e8d361f3 Updated examples. 2014-12-29 15:01:04 +01:00
Sébastien Loriot 3fd49a9013 remove exe flag 2014-12-24 09:29:50 +01:00
Sébastien Loriot d6c901d6b1 update doc after moving example to benchmark 2014-12-17 22:40:17 +01:00
Sébastien Loriot 75108a0f93 shorten example name to please cmake 2014-12-17 22:26:30 +01:00
Sébastien Loriot 375db1ccc3 protect max function 2014-12-16 15:55:22 +01:00
Sébastien Loriot a9bca7522d std::isnan and std::isinf are c++11 functions 2014-12-16 15:53:46 +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
Sébastien Loriot c436929fdb move file to benchmark directory 2014-12-15 16:31:17 +01:00
Sébastien Loriot a91ea894e3 remove exe flags 2014-12-12 15:17:16 +01:00
Sébastien Loriot 575a8ffabf move example into benchmark 2014-12-12 15:16:57 +01:00
Sébastien Loriot f9553f7b37 fix id 2014-12-12 15:16:32 +01:00
Dmitry Anisimov d8fa61a366 Added correct release. 2014-11-18 16:34:47 +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