Commit Graph

42 Commits

Author SHA1 Message Date
Philipp Möller 4c75c1a88d Implement compatibility between bgl_named_parameters for BOOST_VERSION >= 10510
The implementation of cgal_bgl_named_params (ab)uses internals of
bgl_named_params. Those internals have been changed/removed in Boost
1.51 and I have added another implementation that (ab)uses the new
internals.
2012-10-22 16:28:46 +00:00
Philipp Möller d0c07c51b4 remove duplicated const
Follow-up to r73108
2012-10-22 09:53:28 +00:00
Philipp Möller 6276e88020 Add partial specializations for property_map that match const template arguments.
This shouldn't be necessary, because it should never be called with
const arguments, but this works around a BGL bug. Those changes don't
fix the issues with the dijkstra example, as that would require adding
partial specializations for boost::filtered_graph, which would be a
little over the top.
2012-10-19 15:42:52 +00:00
Philipp Möller 8f1ce2412c Removed all places where the CGAL_CFG_NO_TMPL_IN_TMPL work-around was
used. Those were mostly in Polyhedron and HalfedgeDS but some places
in Arrangement_2 used it, too. Neither of the parts of Arrangement_2
have been documented.
2012-04-13 13:13:30 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +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
Andreas Fabri 1fc49d2927 next_edge_{cw,ccw} circulate around the target of the edge. Therefore we also have to refine the concept BidirectionalGraph 2011-06-11 19:46:15 +00:00
Andreas Fabri 0264f4e2f9 int -> size_t 2010-06-25 08:19:41 +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 838932c7ba More a function definition before its first use, so that it is declared
before its first use.
2010-05-21 17:01:26 +00:00
Laurent Rineau a01063fb02 Merged revisions 54354,54363,54365,54380,54389-54390 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r54354 | lrineau | 2010-03-01 09:23:05 +0100 (Mon, 01 Mar 2010) | 2 lines
  
  Missing word!
........
  r54363 | lrineau | 2010-03-01 11:35:39 +0100 (Mon, 01 Mar 2010) | 3 lines
  
  Fix the issue with <boost/property_map.hpp>
  <CGAL/property_map.h> checks for the Boost version.
........
  r54365 | lrineau | 2010-03-01 14:01:18 +0100 (Mon, 01 Mar 2010) | 2 lines
  
  Let's prepare CGAl-3.6 finale version, now.
........
  r54380 | penarand | 2010-03-01 17:07:43 +0100 (Mon, 01 Mar 2010) | 3 lines
  
  replaced macros reported by check_macro_names script
........
  r54389 | lrineau | 2010-03-02 11:43:47 +0100 (Tue, 02 Mar 2010) | 3 lines
  
  http://doc.qt.nokia.com/latest/ is the permanent URL to latest Qt version
  documentation.
........
  r54390 | lrineau | 2010-03-02 11:44:44 +0100 (Tue, 02 Mar 2010) | 2 lines
  
  qpl.html no longer exists since Qt-4.4!
........
2010-03-02 15:21:52 +00:00
Andreas Fabri 13a4a0c908 The edge weight should be FT and not double 2009-09-02 13:09:06 +00:00
Fernando Cacciola 572c2e9301 Fix in halfedge_graph_traits to work-around BGL const-correctness flaw. 2008-05-21 17:13:31 +00:00
Fernando Cacciola 7af5138e14 Fix hack for non-const correct BGL 2008-04-01 16:15:55 +00:00
Andreas Fabri 0d3c086525 hack graph traits of polyhedron to cope with non-constcorrect BGL 2007-09-20 14:10:09 +00:00
Sylvain Pion b976aea1b6 Remove 2 workarounds which are not needed anymore by the latest SunPRO:
CGAL_CFG_DEEP_DEPENDENT_TEMPLATE_BUG
CGAL_CFG_DEDUCABLE_CONTEXT_BUG
2007-08-24 12:57:55 +00:00
Marc Glisse 4a5de6ca4d workaround for sunCC. 2007-04-04 12:18:20 +00:00
Andreas Fabri 96104c79c3 license headers are now all LGPL 2007-03-19 19:36:49 +00:00
Andreas Fabri 0bb0a31ff7 removed unused parameters 2007-03-17 09:40:31 +00:00
Andreas Fabri 347339f988 removed/commented unused parameters 2007-03-16 08:43:23 +00:00
Andreas Fabri f75de56e8e removed/commented unused parameters 2007-03-16 08:41:47 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Andreas Fabri b3163b478e minor fixes 2006-11-14 13:02:29 +00:00
Fernando Cacciola c4145fb930 testsuite started 2006-10-05 16:48:15 +00:00
Fernando Cacciola 391c894ceb testsuite started 2006-10-04 17:09:50 +00:00
Fernando Cacciola e89ef39222 Various changes to reflect submmitted manual 2006-10-03 18:32:03 +00:00
Fernando Cacciola 2d812d4bb8 Various changes to reflect submmitted manual 2006-10-03 15:51:10 +00:00
Fernando Cacciola 3bd37ac26b Various changes to reflect submmitted manual 2006-10-03 15:49:36 +00:00
Fernando Cacciola 9ea4a671ce Various changes to reflect submmitted manual 2006-10-02 17:29:03 +00:00
Fernando Cacciola ce9bfdb21a File names renamed according to submitted manual 2006-09-29 16:59:14 +00:00
Fernando Cacciola 2b8cc00755 File names renamed according to submitted manual 2006-09-28 15:05:53 +00:00
Andreas Fabri 5209814b61 partial specialization for the triangulation 2006-09-14 13:27:46 +00:00
Fernando Cacciola 9b568841f8 Additions and changes to the manual and examples 2006-09-14 05:29:51 +00:00
Fernando Cacciola b2bf8e93f6 Some changed based on the current manual, and additions to the manual 2006-09-13 06:03:07 +00:00
Fernando Cacciola fa963c796b Some names changed based on the current manual 2006-09-13 00:11:07 +00:00
Fernando Cacciola 2c3ca3ab8f Some names changed based on the current manual 2006-09-13 00:07:03 +00:00
Fernando Cacciola 541724e247 Some names changed based on the current manual 2006-09-13 00:05:33 +00:00
Fernando Cacciola a46cbe0dc5 Added some missing files 2006-09-11 17:05:59 +00:00
Fernando Cacciola 2b42feb933 Additions to the manual and examples 2006-09-11 16:53:53 +00:00
Fernando Cacciola f967a5df59 Uncommited previous changes 2006-09-07 21:42:51 +00:00
Fernando Cacciola 3b37d88038 minor fixes 2006-08-30 13:07:00 +00:00
Fernando Cacciola 80a421ada8 Rearranged according to previous review 2006-08-26 15:02:48 +00:00