Andreas Fabri
bdb93ff62b
Documention
2024-11-07 17:46:20 +00:00
Andreas Fabri
31018d0a50
Apply the rule of five
2024-04-19 10:13:40 +01:00
Andreas Fabri
ed70775ee9
Polygon_repair:: Use move semantics; Add Polygon_2::reserve()
2024-04-15 11:28:13 +01:00
Laurent Rineau
94080248e7
Merge pull request #7230 from afabri/Polygon_2-erase_circulator-GF
...
Polygon: Fix erase(Vertex_circulator)
2023-02-10 15:40:39 +01:00
Andreas Fabri
81f127d50c
Polygon: Fix erase(Vertex_circulator)
2023-01-31 08:36:31 +00:00
Andreas Fabri
bdd2fb8e4b
Polygon package
2022-09-27 08:14:30 +01:00
Laurent Rineau
05c9dbfe8c
Simplify the code using `=default` for special member functions
2022-06-10 17:10:00 +02:00
Andreas Fabri
e8f5d6b042
Add test for Polygon_2
2022-05-25 13:57:25 +01:00
Andreas Fabri
3598e6ecbd
Fix Polygon_2::operator=()
2022-05-25 07:26:48 +01:00
Andreas Fabri
06e5884b9c
Add documentation
2022-05-24 15:00:02 +01:00
Andreas Fabri
01485044b6
Fix typos in the documentation
2022-05-24 10:11:20 +01:00
Andreas Fabri
7067cec506
Polygon: Add move semantics
2022-05-24 07:55:01 +01:00
Andreas Fabri
3c8d97c4fa
clean up the circulator and iterator types
2022-03-04 09:57:53 +00:00
Andreas Fabri
1cf6e0bcbe
Document the function
2022-03-04 08:30:36 +00:00
Andreas Fabri
d7d34b80a1
Add functions for ranges and give an example
2022-03-04 07:11:21 +00:00
Andreas Fabri
e2cda48d8e
Polygon: Remove a workaround for an old Sun compiler
2022-02-02 12:51:24 +00:00
Simon Giraudot
ad007389c4
Introduce vertex pair iterator
2020-08-13 14:44:45 +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
b9a079b530
remove cpp11/cpp0x
2019-11-04 11:34:53 +01:00
Sébastien Loriot
52164b1fba
First pass on removing license notice in header for LGPL files
2019-10-19 15:40:30 +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
Sebastien Loriot
43d6cbec06
Fix wrong simplification
...
Co-Authored-By: Maxime GIMENO <maxime.gimeno@gmail.com>
2019-07-08 10:09:42 +02:00
Sébastien Loriot
983645a51a
match @{ and @}
2019-07-05 21:49:46 +02:00
Laurent Rineau
90d6afdeb6
Merge pull request #3848 from afabri/Partition_2-Traits_with_state-GF
...
Partition_2: Make it work for a traits class with state
2019-05-06 15:45:56 +02:00
Andreas Fabri
88606e4110
Fix documentation
2019-04-26 11:18:26 +02:00
Andreas Fabri
804184ba78
Do not copy the traits object
2019-04-18 11:33:10 +02:00
Maxime GIMENO
41033a80be
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02: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
Sébastien Loriot
ecd818a3a7
remove cpp11 condition
2019-03-29 10:41:50 +01:00
Mael Rouxel-Labbé
b4a0ee0144
Fixed read-write mix up in Polygon_2 doc
2019-03-15 20:57:03 +01:00
Mael Rouxel-Labbé
0143042577
Unlink some link that shouldn't have been a link
2019-03-15 20:53:41 +01:00
Maxime Gimeno
0b31e6e5d8
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-03-07 14:01:02 +01:00
Andreas Fabri
27cfecca60
Use #ifndef DOXYGEN_RUNNING
2019-01-16 14:18:20 +01:00
Maxime Gimeno
350b51f5b9
fix typo
2019-01-11 11:49:54 +01:00
Maxime Gimeno
f38de3df4b
Fix doc
2019-01-11 11:06:43 +01:00
Andreas Fabri
cc9e304c60
Fix Polygon
2019-01-10 18:54:31 +01:00
Maxime Gimeno
3b1b6e2401
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-01-09 12:35:04 +01:00
Maxime Gimeno
cbf3e04fa6
Doc fix.
2018-10-30 14:15:01 +01:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Maxime Gimeno
6f54e0fd11
Add a reader function for WKT in a new package.
2018-05-15 10:04:22 +02:00
Sébastien Loriot
742a615527
fix doc warnings triggered essentially by the improvement of doxygen
2018-04-25 23:36:21 +02:00
Laurent Rineau
8531694fe5
Merge pull request #2762 from sloriot/Polygon-doc_missing_functions
...
Some functions did not appear in the doc
2018-01-29 18:08:41 +01:00
Sébastien Loriot
cce1826792
remove incomplete command
2018-01-23 14:23:27 +01:00
Sébastien Loriot
0698f79aff
add SPDX identifier for files under the LGPL-3+ license
2017-11-12 10:17:50 +01:00
Laurent Rineau
583ed73fd5
Merge pull request #2296 from sloriot/Polygon_2-fix_RA_for_NRAC
...
Make random accessor working even if the base container is not random…
2017-07-28 18:45:30 +02:00
Sébastien Loriot
2f3aaa63b9
make random accessor working even if the base container is not random access
2017-07-25 08:26:33 +02:00
Andreas Fabri
a7e8772234
Update Polygon_2.h
...
fix typo
2017-06-07 12:42:31 +02:00
Sébastien Loriot
c735e9107e
add a precondition
2017-04-27 15:53:49 +02:00
Laurent Rineau
1aefb3b0f3
include <CGAL/config.h>, not <CGAL/basic.h>
2016-09-30 15:23:14 +02:00