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 |
Laurent Rineau
|
bbf430b0b1
|
Merge pull request #585 from afabri/Kernel-Weighted_point-GF
Introduce Kernel::Weighted_point_3 together with functors
|
2016-12-20 19:52:02 +01:00 |
Sébastien Loriot
|
632d1f368d
|
initialize pointers
|
2016-11-29 11:57:32 +01:00 |
Sébastien Loriot
|
4c5270752b
|
rename template parameter
|
2016-11-29 11:52:52 +01:00 |
Sébastien Loriot
|
c8117a76f4
|
replace static_vector by a small struct
|
2016-11-24 15:42:47 +01:00 |
Sébastien Loriot
|
810fbd323f
|
Use a static_vector instead of a shared_ptr<vector>
|
2016-11-24 11:50:42 +01:00 |
Sébastien Loriot
|
10dd2175ac
|
remove non-needed unsigned
|
2016-11-24 11:37:08 +01:00 |
Sébastien Loriot
|
bc85850104
|
use an optional for exact_nt
|
2016-11-24 09:51:04 +01:00 |
Sébastien Loriot
|
a46dfa29d0
|
avoid throwing an assertion
|
2016-11-24 09:45:45 +01:00 |
Sébastien Loriot
|
cf71b05937
|
add an overload of CGAL::to_double for Lazy_alpha_nt_3
|
2016-11-24 09:41:41 +01:00 |
Andreas Fabri
|
d35c6c913d
|
Use Weighted_point_mapper_3
|
2016-11-21 15:33:27 +01:00 |
Andreas Fabri
|
54ec8f9d92
|
the VC++ testsuite should pass now
|
2016-11-03 13:06:02 +01:00 |
Andreas Fabri
|
1e2ff1131e
|
assert -> CGAL_assertion
|
2015-08-27 16:51:55 +02:00 |
Marc Glisse
|
571f370e28
|
Rename Exact_type_selector to Exact_field_selector.
|
2012-12-24 12:20:13 +01:00 |
Sébastien Loriot
|
7f6b7c9ff1
|
remove warnings on windows
|
2012-01-17 10:59:01 +00:00 |
Sébastien Loriot
|
27218c61e9
|
QPL -> GPL3
|
2012-01-16 15:56:52 +00:00 |
Sébastien Loriot
|
a7456a2736
|
merge from next
|
2012-01-16 15:28:51 +00:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Sébastien Loriot
|
83cd1ef2d2
|
add _3 suffix
|
2011-12-30 15:22:11 +00:00 |
Sébastien Loriot
|
74aeaf24ac
|
add comparison operators as member functions of Lazy_alpha_nt_3
(to avoid look-up pb).
Remove the version with double as an implicitu constructor from double
is available.
|
2011-12-30 11:20:05 +00:00 |
Sébastien Loriot
|
6014d39844
|
Lazy_alpha_nt -> Lazy_alpha_nt_3
|
2011-12-29 15:31:15 +00:00 |
Sébastien Loriot
|
52321a8cff
|
update copyright and add an example using ExactAlphaComparisonTag
|
2011-12-27 16:15:09 +00:00 |
Sébastien Loriot
|
485237caf5
|
use ExactComparisonTag only if FT is a floating point NT
|
2011-12-27 15:33:13 +00:00 |
Sébastien Loriot
|
0d4cd34a0a
|
use a tag to indicate whether exact comparison of alpha value should be done
|
2011-12-27 13:33:28 +00:00 |
Sébastien Loriot
|
0ebdccfa4e
|
update URL and Id tag
|
2011-03-02 14:59:51 +00:00 |
Sébastien Loriot
|
d1ab01a9b0
|
merge candidate package into trunk
|
2010-12-08 17:39:30 +00:00 |