Commit Graph

51 Commits

Author SHA1 Message Date
Andreas Fabri e2d19b0c8d Replace NULL and Nullptr_t with nullptr and nullptr_t 2019-06-04 23:45:44 +02:00
Andreas Fabri ade4903000 Fix Voronoi 2019-01-22 19:07:32 +01:00
Simon Giraudot 6269309d86 Use CGAL include for boost counting/transform iterators everywhere 2018-01-23 11:09:52 +01:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Mael Rouxel-Labbé d45a77add8 Fixed wrong point type in regular adaption traits 2017-06-28 10:15:30 +02:00
Andreas Fabri dfb37af958 test dependencies in Mesh_2 2017-04-06 13:16:35 +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
Andreas Fabri f30b46cb76 fix Voronoi_diagram_2 2016-11-16 10:17:31 +01:00
Andreas Fabri 59cedfc7dd Fix Mesh_3 2016-11-03 13:08:31 +01:00
Andreas Fabri 82a02fae01 Replace Iterator_project with transform_iterator 2016-09-06 14:59:08 +02:00
Andreas Fabri 3feb65ee72 Replace std::cerr by an assertion 2016-09-01 15:42:04 +02:00
Andreas Fabri d37815ef98 Use CGAL_USE in Voronoi_diagram_2 too 2016-01-20 12:21:27 +01:00
Laurent Rineau 983480e222 Trivial bug-fix: fix a warning about unused parameter 2014-01-06 14:27:09 +01:00
Andreas Fabri fe1b908b1d remove unused variable 2013-09-18 11:19:45 +02:00
Andreas Fabri 6c547e5663 Mainly added includes 2013-09-13 22:24:30 +02:00
Andreas Fabri 8810523770 remove an unused parameter 2013-02-26 17:15:26 +01:00
Andreas Fabri ee5b4683d0 deal with Triangulation_3, Polyhedron,Voronoi, Minkowski_sum_3 2013-01-31 09:47:54 +01:00
Sébastien Loriot acb43cdbf2 renaming outer_ccb to ccb as documented.
outer_ccb is however kept in the code for backward compatibility
2012-12-20 12:58:28 +01:00
Sébastien Loriot 6ece04338b this should not be a reference (at least a const ref),
pass handle by value.
2012-09-05 10:51:01 +00:00
Sébastien Loriot e904968dff remove warning 2012-08-30 06:53:31 +00:00
Sébastien Loriot d523a09537 remove warnings 2012-08-30 06:50:37 +00:00
Philipp Möller 79b30908d5 WARNFIX: Silence a good part of unused variable/parameter warnings.
Wextra results in a dreadful wall of yellow in the test-suite and is
scary when using CGAL. Reduce some of the noise by silencing the
obvious cases with CGAL_USE or comments.
2012-08-07 11:04:32 +00:00
Sébastien Loriot 32694ff5e9 removed unused file 2012-05-11 12:58:38 +00:00
Menelaos Karavelas cb981fd797 Switched the Voronoi_diagram_2 license from QPL to GPLv3+
Removed the '*' from dont_submit, which means that VD2 is back into internal releases
2012-03-30 15:53:30 +00:00
Laurent Rineau 2f4675671b Revert the following revision for the Voronoi_diagram_2 package:
| ------------------------------------------------------------------------
  | r67117 | lrineau | 2012-01-13 19:14:48 +0100 (Fri, 13 Jan 2012) | 1 line
  | 
  | Switch from QPL to GPLv3+, and rename CGAL-3.10 to CGAL-4.0.
  | ------------------------------------------------------------------------

So far, this package is still under QPL. We do not ship it into CGAL, but
if it was shipped by accident, we really do not want it to be released
under GPL by accident.
2012-02-13 12:56:45 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Laurent Rineau 369498d1e5 Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
  | r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
  | 
  | Merged feature-branch Aos_2-new_functors-tau into next
  | ------------------------------------------------------------------------
2011-07-06 11:11:58 +00:00
Sébastien Loriot d53e01f1a1 remove package namespace macro 2010-06-09 08:45:58 +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 e6237cdb8b Get rid of VC++ warning 2009-07-07 16:04:31 +00:00
Sylvain Pion 8cf94e6062 Remove short name macros. See PR 1551. 2009-04-21 18:21:33 +00:00
Andreas Fabri 7ac64b6647 struct -> class 2008-10-14 07:47:16 +00:00
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +00:00
Sylvain Pion 1ab17e2186 Disable the remaining short names macros (to be removed after 3.4). 2008-07-16 07:21:40 +00:00
Andreas Fabri 60f7f7ef5d unified mixed struct/class declarations 2008-05-11 21:04:01 +00:00
Sylvain Pion ccfcdb60d0 Add missing include 2008-01-11 21:39:17 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +00:00
Andreas Fabri 21e20e4d42 3.3 branch -> trunk 2007-06-04 14:28:57 +00:00
Sylvain Pion f1921dfc03 Properly initialize base class in copy-ctor. 2007-03-23 19:17:37 +00:00
Andreas Fabri fca1e7c262 removed unused parameters 2007-03-20 08:38:25 +00:00
Andreas Fabri bfdb733362 remove unused parameter 2007-03-19 08:00:58 +00:00
Andreas Fabri cd3f2587ee removed unused parameters 2007-03-17 09:37:57 +00:00
Menelaos Karavelas dbccc9c582 removed file with unused code 2006-08-01 12:42:08 +00:00
Menelaos Karavelas 43450cae5a qualified calls to filter_iterator with CGAL:: 2006-06-16 19:28:51 +00:00
Menelaos Karavelas 4c3d09d7d4 - fixed errors introduced by the move of *.C to *_impl.h 2006-05-27 11:29:16 +00:00
Menelaos Karavelas 4ccc716e9b attempt to make the sunpro testsuite work 2006-03-09 18:58:00 +00:00
Menelaos Karavelas ac832d3a85 - demos now include CGAL/basic.h before testing for Qt; this is essential
due to the recent changes in install_cgal
- added copyright notices in demo files
- modified year in existing copyright notices
2006-03-07 23:41:02 +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