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 |
Maxime Gimeno
|
243c7b1c75
|
Replace matrix with worldTransform
|
2019-07-08 14:05:42 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Maxime Gimeno
|
e9e7ca0cf5
|
Fix for P2_T2
|
2016-02-03 16:03:11 +01:00 |
Laurent Rineau
|
90936d8e30
|
Fix a warning
demo/Periodic_2_triangulation_2/include/CGAL/Qt/PeriodicTriangulationGraphicsItem.h:348: warning: passing `double' for converting 1 of `void QPainter::drawRect(int, int, int, int)'
|
2014-03-11 18:23:11 +01:00 |
Laurent Rineau
|
e50a1c6374
|
Fix a warning
|
2014-03-06 17:03:47 +01:00 |
Laurent Rineau
|
73887c6927
|
Revert "Revert the merge of Periodic_2 into master. It was pushed by error."
This reverts commit b27c0a4efb.
|
2013-06-28 17:48:15 +02:00 |
Laurent Rineau
|
b27c0a4efb
|
Revert the merge of Periodic_2 into master. It was pushed by error.
Revert "Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal"
This reverts commit 5ac2c05249, reversing
changes made to 93b77ce529.
|
2013-06-24 12:50:27 +02:00 |
Nico Kruithof
|
bb9a733bd1
|
Updated the P2T2 demo.
|
2013-03-31 19:50:37 +02:00 |
Nico Kruithof
|
bc0a55ad1e
|
Improved demo with Iterator_type-ed simplices
|
2013-03-31 14:58:49 +02:00 |
Nico Kruithof
|
f5ba6b3ac0
|
Draw the bounding box around the middle cover if we have multiple covers
|
2013-03-26 15:07:44 +01:00 |
Nico Kruithof
|
f26692677f
|
Working on the demo, coloring the vertices of small triangulations
|
2013-03-24 09:19:52 +01:00 |
Nico Kruithof
|
1442e12512
|
Fixing compiler warnings with strict CXXFLAGS
|
2013-03-01 08:06:59 +01:00 |
Nico Kruithof
|
c97a1a1fbb
|
Worked on the dual functions
|
2013-02-05 14:07:12 +01:00 |
Nico Kruithof
|
b11bdb4513
|
moved circumcircle from triangulation to delaunay triangulation
|
2013-01-28 08:05:48 +01:00 |
Nico Kruithof
|
ae5565d912
|
Working on the P2T2 demo
|
2013-01-24 21:16:54 +01:00 |
Nico Kruithof
|
d23bb62118
|
Moved the Periodic demo to the graphicsview package. This makes it easier to find icons and other resources
|
2013-01-22 10:12:49 +01:00 |