Commit Graph

208 Commits

Author SHA1 Message Date
Dmitry Anisimov 6df960992d added image warping example 2021-05-28 16:15:42 +02:00
Dmitry Anisimov c8d5a40feb added missing dependency 2021-05-21 16:44:15 +02:00
Dmitry Anisimov 17f18b8dac finished todo + added missing biblio refs 2021-05-21 15:57:36 +02:00
Dmitry Anisimov a3e6d46b7d using weights from the new package rather than internal implementation 2021-05-21 15:21:27 +02:00
Dmitry Anisimov 50c9a1b39b missing dependency 2021-05-21 12:13:54 +02:00
Dmitry Anisimov 237ed3f1b9 fixed name clash 2021-05-21 11:28:05 +02:00
Dmitry Anisimov 3d6ffba3cd fixed projection traits test 2021-05-21 11:14:21 +02:00
Dmitry Anisimov 1b45d06239 added missing test with projection traits + missing dependencies 2021-05-20 18:10:34 +02:00
Dmitry Anisimov da686576db added one more test 2021-05-20 16:51:33 +02:00
Dmitry Anisimov 080a45173e added missing dependencies 2021-05-20 16:41:27 +02:00
Dmitry Anisimov 693ab064ba cleanup 2021-05-20 16:21:22 +02:00
Dmitry Anisimov 2f086a509d removed spaces 2021-05-20 15:15:34 +02:00
Dmitry Anisimov 9b996c5c3d tabs to spaces 2021-05-20 14:09:36 +02:00
Dmitry Anisimov 9c56d700ea fixed license 2021-05-20 14:05:21 +02:00
Dmitry Anisimov 8fe0409298 fixed headers in benchmarks and tests 2021-05-20 13:53:18 +02:00
Dmitry Anisimov c11ce6c33a updated cmakelists, refactored free functions for non eigen coordinates, fixed several warnings 2021-05-20 13:25:59 +02:00
Dmitry Anisimov eb90c3adda barycentric coordinates revision + harmonic coordinates initial commit 2021-05-20 12:05:39 +02:00
Maxime Gimeno c49152359c update max version of cmake and announce the new minimal in CHANGE.md 2021-04-15 15:08:54 +02:00
albert-github 3ea09524dd Double defined ID seg_coord_global
It is better to define the anchor in the detailed section of a method as when it is in the brief description it will be shown in the overview of the functions (top of the page) and in the detailed description.
This is due to the `REPEAT_BRIE=YES` setting.

See pages Barycentric_coordinates_2/classCGAL_1_1Barycentric__coordinates_1_1Segment__coordinates__2.html and Barycentric_coordinates_2/index.html
2020-11-29 12:39:33 +01:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Sébastien Loriot 8bb22d5b2c extra run of the script to remove tabs and trailing whitespaces
right after the merge of the 5.0 release branch

+ manual fix of the files (indentation was changed in the meantime):
   * Spatial_sorting/include/CGAL/Multiscale_sort.h
   * Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot 8b153fb495 Merge branch 'cgal/releases/CGAL-5.0-branch'
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 0a46621dc6 Merge branch 'cgal/releases/CGAL-4.14-branch'
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot 590612a563 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
Mael Rouxel-Labbé 3c7eb2c6b9 Use CGAL_PI instead of hardcoding it 2020-01-07 15:31:07 +01:00
Sébastien Loriot 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +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
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 5c2df203b4 Merge pull request #3943 from mglisse/Number_types-expression_templates-glisse
Misc fixes for expression templates
2019-05-23 08:50:17 +02:00
Mael Rouxel-Labbé 2848158354 Fix typos 2019-05-20 08:54:04 +02:00
Marc Glisse a676b75ca0 Misc fixes for expression templates 2019-05-17 19:48:41 +02:00
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 ce126b87c6 remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead 2019-03-29 13:28:32 +01:00
Andreas Fabri e254a770df Some Fixes for #3457 2019-03-19 19:20:40 +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
Guillaume Damiand 7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand 2018-11-05 07:32:58 +01:00
Sébastien Loriot d940632471 Merge pull request #3258 from MaelRL/PMP-Filter_degenerate_polygon_soup_input-GF
PMP: repair polygon soup
2018-11-02 10:37: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 2f9408f867 rename link name to match package name 2018-10-08 10:28:55 +02:00
Sébastien Loriot 3dd0aa112d rename macro not following the convention 2018-10-08 10:28:55 +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é 16a9bc4d7c Fixed some links / concepts related to sgi.com and cppreference 2018-07-26 16:27:58 +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 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
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 2957741d95 A Minor flaw.
I fixed a minor flaw.
2014-02-27 17:53:46 +01: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 3b4b854fdd Minor changes.
Some minor changes in the documentation.
2014-02-21 14:44:35 +01:00
Dmitry Anisimov 168def688e Triangle coordinates figure.
I forgot to add a figure with Triangle coordinates to the documentation.
2014-02-21 00:41:13 +01:00
Dmitry Anisimov 53aba67bf1 Update 21.02.14
More or less ready version of the Barycentric_coordinates_2 package for the first CGAL submission.
2014-02-21 00:25:05 +01:00
Dmitry Anisimov d283c86017 Small corrections.
Some small corrections to the first local commit of the package Barycentric_coordinates_2.
2014-02-20 22:20:30 +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