Commit Graph

15 Commits

Author SHA1 Message Date
Laurent Rineau 7fea74cad6 Replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE in Straight_skeleton_2
(that had been reverted a few months ago, after the massive changes of all
CGAL_BEGIN_NAMESPACE in the CGAL repository).
2010-11-23 11:20:03 +00:00
Fernando Cacciola 72ed56006a Reverting to release 3.6 2010-08-19 05:06:11 +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
Laurent Rineau 67928706cf C++ conformance: calls to member templates of dependent names must be
qualified with the "template" keyword.

Example:
  template <typenam T>
  void f(T foobar) {
    foobar.get<0>().foobar(); // error
  }
must be written:

  foobar.template get<0>().foobar();
2010-05-16 16:50:24 +00:00
Fernando Cacciola c9c10cdb3c SS weighted version 2010-01-17 15:13:08 +00:00
Fernando Cacciola 82bbf38081 Fixed iterator requirements (use != instead of <) 2009-07-07 14:31:18 +00:00
Fernando Cacciola 9f60e34b3e Permissions fixed 2008-01-11 15:46:07 +00:00
Fernando Cacciola 60cc71c58a Bug fixes 2007-09-10 14:07:00 +00:00
Fernando Cacciola 4ebde31d17 seed tracking added for correct handling of degenerate vertices 2006-08-04 19:11:49 +00:00
Fernando Cacciola cad534b0fc fixed bug in the computation of nodes from collinear but not consecutive edges 2006-07-28 10:17:28 +00:00
Fernando Cacciola a94d37a274 BUG FIX: Vertex-events replaced by Pseudo-split events 2006-06-20 18:20:05 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Fernando Cacciola 18c356954c VC8 fixes 2006-03-23 21:46:21 +00:00
Fernando Cacciola 73dc922516 consecutive coincidentpoints filter and overflow handling added, 2006-03-16 22:02:49 +00:00
Fernando Cacciola f2232527c6 Exterior skeletons/offset support added.
Doc Improvements
2006-03-13 08:06:37 +00:00