Marc Glisse
|
e7357ac003
|
Merge remote-tracking branch 'cgal/master' into mt-glisse
several PRs in Filtered_kernel conflicted with this :-(
|
2021-07-19 14:53:27 +02:00 |
Mael Rouxel-Labbé
|
78ff9185b3
|
Harmonize ASCII usage across all packages
|
2021-06-23 23:34:32 +02:00 |
Laurent Rineau
|
8fa0f55ac7
|
Merge branch 'master' into mt-glisse
|
2021-05-27 10:27:38 +02:00 |
Marc Glisse
|
099fd7cb52
|
Move-construct kernel objects
This saves a Handle copy in Lazy_construction
|
2021-05-27 00:41:14 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02:00 |
Dmitry Anisimov
|
81d9556707
|
Merge remote-tracking branch 'upstream/master' into Kernels-decltypes-danston
|
2021-02-10 10:06:45 +01:00 |
Sébastien Loriot
|
e5019d04e6
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2020-10-20 13:27:26 +02:00 |
Thomas Lin Pedersen
|
38e46d853c
|
move braces
|
2020-10-16 16:10:48 +02:00 |
Dmitry Anisimov
|
da0635e4b1
|
result_of changed to decltype
|
2020-07-20 17:03:28 +02: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 |
Laurent Rineau
|
786f85c93b
|
Merge pull request #3168 from MaelRL/Kernel23-Fix_weighted_point_translate_doc-GF
Kernel_23: Fix some doc issue with weighted points
|
2018-06-20 17:20:53 +02:00 |
Mael Rouxel-Labbé
|
d4011f3f1f
|
Fixed result_of function signature
|
2018-06-13 10:37:24 +02:00 |
Maxime Gimeno
|
7fa4b380d2
|
fixes in includes logic.
|
2018-02-02 12:08:05 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Mael Rouxel-Labbé
|
e88b643874
|
Removed ambiguous weighted point constructor
This constructor was already cleaned in the branch that this branch
is based upon... I must have messed up a merge conflict...
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
e95d3d3f2b
|
Make all conversions between Point and Weighted_point explicit
Also doc changes
|
2017-06-28 10:14:35 +02:00 |
Jane Tournois
|
6ec4669937
|
fix compilation of tests wrt Point vs Weighted point
|
2017-06-28 10:14:35 +02:00 |
Andreas Fabri
|
bb213d5ad1
|
Changes after making Weighted_point_3(const Point_3) explicit
|
2017-06-28 10:14:35 +02:00 |
Mael Rouxel-Labbé
|
548d2bfb02
|
Cosmetic changes to Point_23 and Weighted_point_23
|
2017-04-06 12:38:18 +02:00 |
Mael Rouxel-Labbé
|
aacf8db95f
|
Fixed includes and typedefs in Weighted_point_23
|
2017-04-06 12:35:24 +02:00 |
Mael Rouxel-Labbé
|
2d2e675dac
|
Fixed missing operators in Cartesian and homogeneous construct_weighted_point_23
|
2017-04-06 12:18:36 +02:00 |
Andreas Fabri
|
d78735364b
|
Fixes after review by Monique and Olivier
|
2016-11-03 14:53:15 +01:00 |
Laurent Rineau
|
3302d997b6
|
Fix I/O of Weighted_point_3
@afabri You should have use a code similar to the one of
`CGAL::Sphere_3`, that would have avoided those errors.
|
2016-11-03 13:10:27 +01:00 |
Andreas Fabri
|
fad0f195d5
|
Add operator!= for weighted points
|
2016-11-03 13:10:00 +01:00 |
Andreas Fabri
|
ea50fb811d
|
Cleanup. The 2D and 3D triangulation testsuite pass
|
2016-11-03 13:07:50 +01:00 |
Andreas Fabri
|
95027822f5
|
move predicates and constructions in Kernel packages
|
2016-11-03 13:07:17 +01:00 |
Andreas Fabri
|
8c72cf69aa
|
Add operator< for weighted points. Note that it ignores the weight
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
54ec8f9d92
|
the VC++ testsuite should pass now
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
af6c2e185e
|
remove Compute_point_3
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
0f3edb5cf5
|
Add the most impotant file
|
2016-11-03 13:06:02 +01:00 |