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
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01: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
Alex Tsui
f27e1c2c7f
Circular_arc_traits example compiles and runs, but just barely.
...
* Currently errors out on attempting to insert intersecting arcs.
2012-08-02 21:00:08 +00:00
Alex Tsui
09857e2e74
Used sfinae to use circular and non-circular kernels with Converter.
2012-07-30 21:03:25 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Sébastien Loriot
8ae6131f2e
opti
2011-12-30 15:11:21 +00:00
Sébastien Loriot
c564dfe82a
fix drawing of degenerate parabola segment (source, target and center are collinear)
2011-12-30 15:00:46 +00:00
Laurent Rineau
f1549b69ba
PainterOstream can now paint bboxes
2010-11-09 09:12:58 +00:00
Nico Kruithof
6b9ecd54d8
Changed more typedefs from CGAL::Type<K> to K::Type
2010-04-13 09:47:42 +00:00
Laurent Rineau
df58898190
Add support to draw parabolic arcs with CGAL::Qt::PainterOStream.
2008-10-14 10:43:45 +00:00
Andreas Fabri
4901e9b973
No input with modifiers and cleanup
2008-10-01 09:19:53 +00:00
Andreas Fabri
5081742ee6
many fixes concerning the circular arcs
2008-09-23 13:11:22 +00:00
Andreas Fabri
f870cb8d38
fix IO for circular arcs
2008-09-23 09:03:13 +00:00
Andreas Fabri
c9e3b3416f
disable drawing of circular arc as it breaks linear kernel demos
2008-09-22 14:30:39 +00:00
Andreas Fabri
15ad06b081
Add (buggy) IO for circular arcs
2008-09-22 13:59:26 +00:00
Andreas Fabri
a3d016def5
Added license header
2008-09-09 11:56:57 +00:00
Andreas Fabri
834ca71ffa
more low level conversion and drawing
2008-06-26 12:46:19 +00:00
Laurent Rineau
bbaa078d3f
Fix compilation errors.
2008-06-26 11:52:39 +00:00
Andreas Fabri
993092d7b2
Put the clipping in the Converter
2008-06-26 10:18:11 +00:00
Andreas Fabri
48b005732f
Put the clipping in the Converter
2008-06-26 10:17:51 +00:00
Andreas Fabri
e54fcaa58c
Reorganize classes in a namespace and directory called Qt
2008-06-26 08:07:36 +00:00
Andreas Fabri
132153d513
after presentation at Inria
2008-06-25 19:41:13 +00:00
Andreas Fabri
08847b08b0
after presentation at Inria
2008-06-25 19:24:33 +00:00