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
54ec8f9d92
the VC++ testsuite should pass now
2016-11-03 13:06:02 +01: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
Andreas Fabri
65e3ff529b
Just FK would be nicer, but VC 2005 messes it up with an FK in a base class when compiling degenerate_test.cpp
2010-01-22 12:28:06 +00:00
Andreas Fabri
d8c72fb5c5
VC mixup
2010-01-21 17:05:19 +00:00
Sébastien Loriot
11d8010174
updates according to the modification of regular_3 traits
2009-10-19 14:29:50 +00:00
Sylvain Pion
79864c0c8e
Remove Arity_tag.
2008-07-22 12:29:01 +00:00
Sylvain Pion
cb368062d1
add missing CGAL:: qualifications, and proper constifications
2007-03-05 16:37:11 +00:00
Nico Kruithof
fa5ba0e9ba
Worked on the documentation.
2006-09-09 18:25:49 +00:00
Nico Kruithof
d043059303
Renaming Mixed_complex_traits to Skin_surface_traits
2006-08-18 13:35:28 +00:00
Nico Kruithof
f81db767a0
Cleaning up code
2006-06-16 12:08:05 +00:00
Nico Kruithof
4cef8e20fc
Reducing more memory
2006-05-19 10:07:25 +00:00
Nico Kruithof
bb754c6cd0
added documentation
2006-03-12 12:11:44 +00:00
Marc Glisse
9240d225b1
Replace:
...
typedef B<T> B;
by:
typedef A::B<T> B;
to make sunpro happy.
2006-03-11 18:34:06 +00:00
Nico Kruithof
62dd681016
Added documentation.
2006-03-10 11:28:41 +00:00
Nico Kruithof
b8d4d7a3f8
changed #defines.
2006-02-23 10:59:28 +00:00
Nico Kruithof
32a8dad992
changed RuG into Rijksuniversiteit Groningen
2006-02-23 10:18:43 +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
60a2bdf019
Move packages to trunk root
2006-02-14 08:58:19 +00:00