Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Laurent Rineau
|
f83053c2a5
|
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
Fix for VC2017 with /arch:AVX
|
2019-01-22 09:14:57 +01:00 |
Andreas Fabri
|
a879cb040a
|
Fix Inscribed_area
|
2019-01-18 12:30:37 +01:00 |
Andreas Fabri
|
bc455b4715
|
Fix Largest_empty_iso_rectangle
|
2019-01-15 19:25:45 +01:00 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
2b35bddfb2
|
Replace all std::binary_function by CGAL::binary_function
|
2017-10-04 16:36:32 +02: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 |
Sébastien Loriot
|
444cbfb63d
|
qualify with CGAL to avoid ambiguous call
|
2016-02-01 09:56:15 +01:00 |
Andreas Fabri
|
6412bf1fce
|
std::bind -> boost::bind
|
2016-01-28 08:48:04 +01:00 |
Laurent Rineau
|
78815374c1
|
Fix permission after Andreas commit.
|
2013-11-13 14:03:06 +01:00 |
Andreas Fabri
|
e0c5b163aa
|
Fix memory leak
|
2013-11-12 11:27:56 +01:00 |
Andreas Fabri
|
747d005898
|
Add static_casts
|
2013-02-08 17:52:14 +01:00 |
Philipp Möller
|
c03d1f7f86
|
Move tests, examples and headers from Matrix_search and merge package_info.
|
2012-09-18 15:34:42 +00:00 |
Philipp Möller
|
9884a438b0
|
Rename Largest_empty_rect_2 into Inscribed_areas to feed in the rest here.
|
2012-09-18 15:17:20 +00:00 |