Commit Graph

39 Commits

Author SHA1 Message Date
albert-github dd02af92a2 issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
albert-github 7a62583efa spelling corrections
Some spelling corrections (Directories starting with `C`)
2022-11-14 19:14:33 +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
Andreas Fabri a472c24185 http:/www.boost.org -> https://www.bost.org 2019-03-20 08:59:22 +01:00
Sébastien Loriot 2f9408f867 rename link name to match package name 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 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
Frédérik Paradis b9f2ae0ab3 Fix -Wreorder warnings 2016-12-22 10:40:37 -05:00
Frédérik Paradis 2d862a43a2 Fix spelling mistake in one of the authors' name 2016-12-19 12:21:01 -05:00
Frédérik Paradis c0e49e7a29 Refactoring of the enum Half to Cones_selected and fix bugs in cone spanners ipelet 2016-12-02 13:56:14 -05:00
Frédérik Paradis 8e71637b81 Adding the choice of even or odd cones for half-theta/yao-graphs 2016-12-01 15:56:53 -05:00
Frédérik Paradis ce810fed51 Correcting wheter -> whether 2016-11-13 19:57:44 -05:00
Frédérik Paradis 9e0fc621e5 Adding an option to construct half-theta and half-Yao graphs 2016-11-08 13:53:32 -05:00
Weisheng Si a86d84e68c Improve comments and remove useless comments 2016-06-05 12:29:52 +10:00
Sébastien Loriot 91a536c804 run astyle
remove trailing whitespaces and fix indentation issues
2016-05-31 10:05:12 +02:00
Sébastien Loriot 71d1666b39 replace tabs with 4 spaces 2016-05-31 09:48:36 +02:00
Andreas Fabri fe969f2c50 fix warnings 2016-02-24 16:54:05 +01:00
Andreas Fabri 1a2061cf96 Completely remove the concepts to simplify things 2016-01-06 10:38:59 +01:00
Weisheng Si 1091355311 Change the template argument from 'ConeBasedSpannerTraits_2' to
'Traits'.
2016-01-05 09:42:16 +11:00
Andreas Fabri 5e3e8e040f polish 2015-12-15 17:42:19 +01:00
Weisheng Si d111f19deb Change template parameter from 'Traits' to 'ConeBasedSpannerTraits_2' 2015-12-15 09:23:08 +11:00
Weisheng Si 57c78e39d9 Using ConeBasedSpannerTraits_2 instead of SpannerKernel, and also
removing some duplications in documents
2015-12-14 10:56:46 +11:00
Weisheng Si 436ca7b94d Use EPEC_with_root_of.h instead of EPEC_with_sqrt.h and Use
SpannerKernel as the template parameter instead of traits
2015-11-27 09:49:09 +11:00
Weisheng Si bab75537e9 Replace pass-the-end by past-the-end,etc. 2015-11-16 13:54:28 +11:00
Weisheng Si a2ff985c6a Better the comments 2015-09-30 10:12:08 +10:00
Weisheng Si c90cd278d3 Returning the cone boundaries with output iterator now. 2015-09-09 09:18:54 +10:00
Andreas Fabri bd02f8a544 Add a geometric traits class TODO: Make it complete
Made Direction_2 public as it in the API
Removed a typename
2015-09-01 16:20:46 +02:00
Weisheng Si 3cf3803435 Toward output iterator for ray directions 2015-09-01 10:09:40 +10:00
Weisheng Si 4d278acfe6 Improve the documents 2015-08-31 10:31:27 +10:00
Weisheng Si f371ef2425 Better the documentation and Make the source code follow convention 2015-08-27 09:55:19 +10:00
Weisheng Si 1974128e99 Fix the typos and Better the comments 2015-07-21 09:45:52 +10:00
Weisheng Si 74b8893cb0 Improve the comments 2015-06-23 08:39:35 +10:00
Weisheng Si 0d0aab6cc2 Revise user manual and developer manual 2015-06-04 11:34:29 +10:00
Weisheng Si 6deafda2cd Better the comments 2015-05-22 11:10:53 +10:00
Weisheng Si 24e1b22b08 Compiled successfully version first 2015-05-21 09:15:29 +10:00
Weisheng Si a087f25cb2 Changing file names according to convention 2015-05-14 10:24:03 +10:00