Laurent Rineau
|
0fd7bbc4ff
|
Merge pull request #4364 from afabri/CGAL-Parallel_if_available_tag
CGAL:: Add Parallel_if_available_tag
|
2020-02-07 16:25:03 +01:00 |
Mael
|
8f29c7cb63
|
Merge branch 'master' into CGAL-Parallel_if_available_tag
|
2020-01-29 16:42:54 +01:00 |
Mael Rouxel-Labbé
|
2c2313ea44
|
Do not use inheritance in concepts
|
2020-01-16 12:23:21 +01:00 |
Laurent Rineau
|
0567554126
|
Merge pull request #4363 from afabri/TDS_3-doc-GF
TDS_2/3: Cleanup in the documentation
|
2020-01-15 17:23:57 +01:00 |
Mael Rouxel-Labbé
|
9d58d7ff67
|
Document the parameter template of CGAL::T_DS_vertex/face/cell_23
|
2019-12-30 18:57:16 +01:00 |
Mael Rouxel-Labbé
|
19ceed98b8
|
Misc minor fixes
|
2019-12-30 18:32:04 +01:00 |
Mael Rouxel-Labbé
|
6e69d886e3
|
Don't duplicate code between TDSVertex/Cell and TDS3::Vertex/Cell
|
2019-12-30 18:31:02 +01:00 |
Mael Rouxel-Labbé
|
801187c642
|
Clean some tests
|
2019-12-30 18:30:28 +01:00 |
Mael Rouxel-Labbé
|
efcb6c5378
|
Fix documentation of tds_data
tds_data is required from TDS3::Cell, not by a model of the cell base
of CGAL::T_D_S_3 (the model of TDS3).
It also must properly document its API.
|
2019-12-30 18:29:03 +01:00 |
Mael Rouxel-Labbé
|
185e50c250
|
Fix typo ('TDS2' in the documentation of TDS3)
|
2019-12-30 18:27:55 +01:00 |
Mael Rouxel-Labbé
|
6232c04f71
|
TriangulationDSVertexBase_3 should refine TDS3::Vertex
|
2019-12-30 18:27:22 +01:00 |
Mael Rouxel-Labbé
|
cb7c289766
|
TriangulationDSCellBase_3 should refine TDS3::Cell
|
2019-12-30 18:26:35 +01:00 |
Mael Rouxel-Labbé
|
0b0e7a7890
|
Document the Vertex/Cell types in the doc of CGAL::TDS_3 (the model)
|
2019-12-30 18:25:33 +01:00 |
Mael Rouxel-Labbé
|
80bfae0c78
|
Merge remote-tracking branch 'afabri/TDS_3-doc-GF' into TDS-Fix_doc-GF
|
2019-12-30 14:29:12 +01:00 |
Laurent Rineau
|
759cb0e4d8
|
Add an assertion to check that the `unsigned char` is wide enough
|
2019-12-10 13:52:41 +01:00 |
Laurent Rineau
|
c08c632fc8
|
Merge branch 'releases/CGAL-5.0-branch' into T3_accelerate_insert_in_hole-rebased
|
2019-12-10 13:02:24 +01:00 |
Andreas Fabri
|
3de47e8248
|
Fix warning
|
2019-12-10 12:45:02 +01:00 |
Laurent Rineau
|
435bb4d4c4
|
Cleanup the patch
|
2019-12-10 10:59:13 +01:00 |
Andreas Fabri
|
35fa824216
|
Move hash
|
2019-12-10 10:20:14 +01:00 |
Andreas Fabri
|
7c9ef9c9f2
|
Move code into TDS_3 and make it work for parallel mode
|
2019-12-10 10:20:12 +01:00 |
Andreas Fabri
|
b6ce453fd5
|
typo
|
2019-12-09 09:16:03 +01:00 |
Andreas Fabri
|
1b2ed599d7
|
Unify template parameter names and add tpram for TDS_2
|
2019-11-23 10:20:33 +01:00 |
Andreas Fabri
|
b0955c9443
|
Fix typos
|
2019-11-21 08:59:53 +01:00 |
Mael Rouxel-Labbé
|
e73b973b62
|
Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB
|
2019-11-20 12:24:54 +01:00 |
Andreas Fabri
|
161b358dc2
|
TDS_3: Cleanup in the documentation
|
2019-11-14 14:59:00 +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 |
Sébastien Loriot
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
32f80cbece
|
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
CMake>=3.13: opt for for new policies up to 3.15
|
2019-07-01 11:16:30 +02:00 |
Laurent Rineau
|
dbb1cb6c9b
|
Merge pull request #3974 from afabri/Triangulation-add_ranges-GF
Triangulation_{2,3): Add ranges
|
2019-07-01 11:16:05 +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 |
Andreas Fabri
|
5532b84b4f
|
nullptr_t -> std::nullptr_t
|
2019-06-05 07:28:56 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Andreas Fabri
|
785ae04e0b
|
Add ranges to Regular_triangulation_2
|
2019-06-04 12:45:42 +02:00 |
Andreas Fabri
|
285cdd5be5
|
Add more ranges and a testsuite
|
2019-06-04 10:40:13 +02:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
2ce16d14b5
|
remove workaround code for cpp11 in triangulation packages
|
2019-03-29 10:41:50 +01:00 |
Laurent Rineau
|
f5836b2206
|
Merge branch 'releases/CGAL-4.13-branch'
|
2019-03-07 14:31:16 +01:00 |
Laurent Rineau
|
99fe1bc548
|
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
|
2019-03-07 14:26:47 +01:00 |
Sébastien Loriot
|
3887a21429
|
add missing text for brief of advanced class/type/function/concept
|
2019-03-05 08:01:17 +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 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Andreas Fabri
|
806ba2ec98
|
Add operartor= for DT3
|
2019-01-10 18:29:52 +01:00 |
Sébastien Loriot
|
61169b394e
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-01-04 17:19:19 +01:00 |
Mael Rouxel-Labbé
|
b6f6aeb844
|
Merge remote-tracking branch 'mine/T3-Fix_weighted_ranges_insertion_removal-GF' into T3-Fix_weighted_ranges_insertion_removal-GF
|
2018-12-18 13:20:58 +01:00 |
Mael Rouxel-Labbé
|
82e458da80
|
Replaced TDS template specialization with tag-based detection
|
2018-11-14 07:58:08 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Laurent Rineau
|
821f9c015e
|
Merge pull request #3311 from sloriot/Doc-Pkg_link_name
Update the name of package names reference links
|
2018-10-29 10:27:53 +01:00 |