Andreas Fabri
|
76ccc9ab6f
|
Convex_hull_3: Remove dependency on package Polyhedron
|
2018-03-28 14:59:22 +01: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 |
Andreas Fabri
|
466995a31b
|
Add typedef for Polyhedron_3
|
2016-11-30 11:56:52 +01:00 |
Andreas Fabri
|
9ee11501ac
|
Changes after the review by Sebastien
|
2016-11-30 10:03:00 +01:00 |
Laurent Rineau
|
7af20f34a9
|
Fix compilation with GNU/g++
|
2016-11-22 14:56:37 +01:00 |
Andreas Fabri
|
e26e60dd6c
|
Add Default to Convex_hull_graph_traits_3; BGLize some code
|
2016-11-22 12:27:18 +01:00 |
Andreas Fabri
|
698e0941ea
|
Make polyhedral surface a template parameter
|
2016-11-21 08:35:01 +01:00 |
Sébastien Loriot
|
b7caf33fbd
|
filter the predicates in Convex_hull_traits_3 if requested
|
2015-01-09 12:20:14 +01:00 |
Sébastien Loriot
|
7b05330a75
|
fix the concept ConvexHullTraits_3 in the case of coplanar points
|
2014-06-10 22:42:50 +02:00 |
Sébastien Loriot
|
00519e23bc
|
remove unused types
|
2014-05-19 18:52:23 +02:00 |
Sébastien Loriot
|
7df5600896
|
add missing projection traits requirements in the CH_3 traits concept
|
2014-05-19 18:31:48 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Laurent Rineau
|
369498d1e5
|
Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
| r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
|
| Merged feature-branch Aos_2-new_functors-tau into next
| ------------------------------------------------------------------------
|
2011-07-06 11:11:58 +00:00 |
Andreas Fabri
|
3596bbe9af
|
No longer use Convex_hull_projective traits classes
|
2011-04-06 07:43:38 +00:00 |
Sylvain Pion
|
85dc12f2a7
|
Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
|
2010-02-01 12:55:28 +00:00 |
Sylvain Pion
|
79864c0c8e
|
Remove Arity_tag.
|
2008-07-22 12:29:01 +00:00 |
Sylvain Pion
|
487b5a53b1
|
remove BORLAND workaround, we don't support it anymore, and the workaround is even probably suboptimal
|
2007-02-28 19:28:09 +00:00 |
Laurent Saboret
|
db6a8f948c
|
Change CVS keywords to SVN style
|
2006-02-16 14:30:13 +00:00 |
Laurent Saboret
|
1aad55d4cb
|
Change CVS keywords to SVN style
|
2006-02-14 10:08:15 +00:00 |
Laurent Saboret
|
8aa23e17ec
|
Move packages to trunk root
|
2006-02-14 08:58:14 +00:00 |