Commit Graph

96 Commits

Author SHA1 Message Date
Andreas Fabri 2bdeff8687 counter-clockwise -> counterclockwise 2025-05-15 07:41:00 +01:00
Sébastien Loriot 107f3696dc boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
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 36c8b7589d Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
snoppy 685bb4a18e
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
2024-04-27 22:36:04 +08:00
Sébastien Loriot 336a8f39dc please CI 2024-01-04 15:15:23 +01:00
Sebastien Loriot 1d7cd990f9 more fixes when neither Core nor Leda is present 2024-01-04 10:15:03 +01:00
albert-github 781f9a2943 spelling corrections
After review:
- outputhing -> outputting
- neighbour -> neighbor
2022-11-17 10:25:10 +01:00
albert-github 7a62583efa spelling corrections
Some spelling corrections (Directories starting with `C`)
2022-11-14 19:14:33 +01:00
Sébastien Loriot 6486844750 fix pedantic warnings 2022-05-10 11:30:39 +02:00
albert-github 3ad2b0ff17 Remove some unintended artifacts from the documentation
Some parts were due to to the markdown handling of 4 spaces meaning code converted to code and this was not the intention.
2021-11-25 15:43:21 +01:00
Andreas Fabri 72bf8cc76a Fix Cone_spanners passing to std::array 2021-09-23 16:57:35 +02:00
Mael Rouxel-Labbé 0d66e19361 IO documentation fixes
See @sloriot's review:

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polgyon_soup_mesh_IO/2nd_round/Answer_to_review

(+ some commits before and after this one)
2020-07-24 17:06:00 +02:00
Mael Rouxel-Labbé 26355e2e32 Uniformize capital / third person usage of \brief 2020-06-25 15:13:47 +02: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 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 4581f1b7a8 Morte replacements 2019-06-05 08:39:55 +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
Mael Rouxel-Labbé 26c857a431 Moved unary/binary_function to CGAL::cpp98 2018-06-13 15:58:19 +02:00
Andreas Fabri d5523f80c0 Use CGAL_STATIC_THREAD_LOCAL_VARIABLE 2018-02-19 17:32:21 +00:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Laurent Rineau 2b35bddfb2 Replace all std::binary_function by CGAL::binary_function 2017-10-04 16:36:32 +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 1d99b2cc47 Merge pull request #1673 from freud14/cone-spanners-ipelet
Add half-cones and Ipelet
2017-01-05 10:35:44 +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
Weisheng Si 67c73ee7ee cw 90 degree rotation is used instead and relevant code comments added 2016-11-22 11:40:32 +11: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
Andreas Fabri 974b030458 no need for static 2016-09-01 16:53:23 +02:00
Andreas Fabri a96e415441 No need for thread local storage as readonly 2016-08-31 13:03:26 +02:00
Weisheng Si a86d84e68c Improve comments and remove useless comments 2016-06-05 12:29:52 +10:00
Weisheng Si d2f6062ac1 Improve comments and remove useless comments 2016-06-05 12:17:50 +10:00
Weisheng Si 87d8faaafe Remove code for debugging purpose 2016-06-05 11:57:34 +10:00
Weisheng Si cf278a6f66 Remove a "TODO" comment 2016-06-05 11:46:10 +10:00
Sébastien Loriot eadc085d98 fix include guards 2016-06-02 09:23:28 +02: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 815a4ba4cc Plan_Scan_Tree -> Plane_scan_tree 2016-05-31 09:55:11 +02:00
Sébastien Loriot 9356eea527 rename files to match CGAL naming convention 2016-05-31 09:53:05 +02:00
Sébastien Loriot 71d1666b39 replace tabs with 4 spaces 2016-05-31 09:48:36 +02:00
Sébastien Loriot 3d1e20e1e3 quick pass on the doc 2016-05-18 16:35:02 +02:00
Andreas Fabri a864e30623 std::min -> (std::min) for VC++ 2016-04-27 10:19:13 +02:00
Andreas Fabri 3974c29331 VC++ does not like min and max 2016-03-22 09:25:53 +01:00
Weisheng Si 0eba2b7280 Move Direction_2 ray out of loop. 2016-03-17 22:06:04 +11:00