Commit Graph

25 Commits

Author SHA1 Message Date
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 91bca286d3 Fix warnings with CGAL_USE
All those variables were unused only if CGAL_NDEBUG was
defined. CGAL_USE can solve that.
2015-08-19 17:37:46 +02:00
Ophir Setter 6521ba2392 Changing Multiplicity in Envelope traits to inherit from the base class. 2012-07-07 07:45:01 +00: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
Efi Fogel d29bd87a6c Fixed Arrangement_2 construction bug - made the geometry traits const 2009-07-05 13:22:10 +00:00
Efi Fogel 5543eb4dad fixed type 2009-05-24 14:09:29 +00:00
Sylvain Pion 643ea487a0 Remove casts to Comparison_result.
They are useless since we merged the various enum types.
2008-04-09 12:46:22 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Efi Fogel 0b797b55f1 ophirset: segmenets are not allowed to be constructed from 2 identical points 2007-07-25 10:52:37 +00:00
Ophir Setter cfb054ab1c bug fix so we can use lazy kernel with envelope triangle traits 2007-07-01 12:17:04 +00:00
Efi Fogel ed058b4ae9 Added the proper SVN keywords 2007-04-03 18:32:55 +00:00
Michael Hemmer 9608231a02 fixed problems with CGAL::sign(CGAL::Sign) 2006-10-28 13:07:32 +00:00
Baruch Zukerman 081c510507 construct_projected_boudary has changed 2006-10-17 14:11:29 +00:00
Baruch Zukerman 1d6739bd0a fixed a compilation error 2006-10-17 13:02:15 +00:00
Baruch Zukerman 5aa38bc9eb clean up 2006-09-25 12:13:32 +00:00
Baruch Zukerman e802d9a34d changed the traits so the surface will not inherit from the Handle 2006-09-13 09:34:53 +00:00
Baruch Zukerman 88f2b7af9e added myself as an author to all relevant files at the Envelope_3 package. 2006-09-11 10:22:10 +00:00
Baruch Zukerman f30df37b72 changed the construct projected intersection function of the traits to return x-monotone curves instead curve. 2006-09-04 13:02:34 +00:00
Baruch Zukerman 7a58b5bdda many changes... 2006-09-03 13:49:11 +00:00
Baruch Zukerman 670cebc988 changed the code to match the new interface of the traits 2006-08-03 10:16:41 +00:00
Baruch Zukerman d38fe2802f changed Construct_envelope_xy_monotone_parts_3 to Make_xy_monotone_3 2006-08-02 08:41:09 +00:00
Baruch Zukerman 3216e291cf put in a comment '#define CGAL_ENV_TRIANGLES_TRAITS_CACHE_POINT_ON' 2006-08-02 07:51:31 +00:00
Ron Wein c8b9eb5893 Fixed all include files and updated the examples. 2006-08-01 12:48:10 +00:00
Ron Wein 57606cb940 Renamed files. 2006-08-01 08:21:52 +00:00