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
f7b99bbccd
improve indentation in Range_tree_d.h
2016-01-21 09:39:42 +01:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Sylvain Pion
e89b580703
I also want to play !
2010-09-24 06:59:13 +00:00
Sébastien Loriot
cb718baddc
typo
2010-09-24 06:51:48 +00:00
Andreas Fabri
d2de0fc323
undo previous wrong fix, and do a better one
2010-09-24 06:41:48 +00:00
Andreas Fabri
e7570005e4
simplify
2010-09-23 16:41:48 +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
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
Andreas Fabri
79dec30a9c
class -> struct
2008-10-15 07:52:05 +00:00
Sylvain Pion
b23f61eefd
Make Tree_base_node type safe using CRTP.
...
(removes frightening aliasing breakage warnings)
2007-12-30 16:51:02 +00:00
Marc Glisse
eb84eb8a23
Make the size of the file not a multiple of memory page size because of a
...
ridiculous bug in a compiler.
2007-07-31 18:32:54 +00:00
Andreas Fabri
f6399fada1
'interface' is a macro in windows.h
2006-08-22 08:13:35 +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
6fb8cac2d9
Move packages to trunk root
2006-02-14 08:58:19 +00:00