Efi Fogel
4dbf509f7c
Fixed GeneralPolygonWithHoles_2 concept: requires now nested Polygon_2 type instead of General_polygon_2
2021-11-03 18:16:40 +02:00
Efi Fogel
8eeffb0335
Added a specific comment about backward compatibility
2021-11-03 16:26:15 +02:00
Efi Fogel
f17e5386bf
Fixed type requirement by GeneralPolygonWithHoles_2 concept
2021-11-03 16:16:43 +02:00
Efi Fogel
46529b376c
Fixed name construct_is_unbounded_object() => is_unbounded_object()
2021-11-03 15:18:55 +02:00
Efi Fogel
27e5db14b3
ed missing return type
2021-03-08 18:49:55 +02:00
Efi Fogel
9ebe6a821d
Added equality operator of general polygons
2021-03-03 01:09:09 +02:00
Efi Fogel
7436c149e1
Fixed intersection return type
2020-04-06 01:23:45 +03: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
Andreas Fabri
fb262e4c03
Boolean_set_operations_2
2018-01-18 16:25:50 +00: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
Efi Fogel
90c16905b1
Made all traits const. Pass traits as const reference
2014-10-25 00:37:54 +03:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Efi Fogel
a88d1427d2
cleanup
2009-10-29 15:14:06 +00:00
Guy Zucker
fa507ef863
implemented polygon validation as global functions in Gps_polygon_validation.h instead of using afunctor from the GpsTraits2 model
2009-02-05 15:39:55 +00:00
Guy Zucker
1d56177192
fixed typdef error for new g++ compilers
2008-09-04 12:01:30 +00:00
Guy Zucker
b1334aa718
Added functionality to models of GeneralPolygonSetTraits_2
2008-09-02 10:54:01 +00:00
Ron Wein
3c7617c31c
Fixed the Is_valid_2 auxiliary functor.
...
Also added CGAL:: qualifiers to please the SunPro compiler.
2006-03-12 09:47:58 +00:00
Ron Wein
12370317f9
Changed the Is_valid_2 template (to please the Sun compiler).
2006-03-09 11:42:20 +00:00
Baruch Zukerman
fbda62865f
added CGAL_ prefix to all macro statements at the beginning of a header file
2006-02-27 14:26:55 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
699961f1e7
Move packages to trunk root
2006-02-14 08:58:13 +00:00