Laurent Rineau
095c27e2be
cosmetic changes
2018-04-17 17:14:19 +02:00
Andreas Fabri
97ac4d5f51
Exploit that construct is variadic
2018-04-17 14:15:07 +01:00
Andreas Fabri
7cbffac35b
Deal with deprecated functions allocator<T>::construct/destroy
2018-04-17 13:35:04 +01:00
Laurent Rineau
af7e5db1e2
typo
2018-03-29 12:06:25 +00:00
Andreas Fabri
a87b20ea7c
Add license header
2018-03-29 11:39:33 +01:00
Andreas Fabri
643aaf2dcf
Fix voronoi_covariance_3 and HalfedgeDS_vector
2018-03-29 11:44:25 +02:00
Laurent Rineau
a6498e1c4d
Fix typename
2018-03-28 18:43:25 +02:00
Andreas Fabri
4818e5ddd4
Add #include
2018-03-28 17:35:00 +01:00
Andreas Fabri
76ccc9ab6f
Convex_hull_3: Remove dependency on package Polyhedron
2018-03-28 14:59:22 +01:00
Sébastien Loriot
483f69728e
Refresh branch
2018-02-12 22:21:38 +01:00
Simon Giraudot
6269309d86
Use CGAL include for boost counting/transform iterators everywhere
2018-01-23 11:09:52 +01:00
Andreas Fabri
22bd2815a3
Polyhedron
2018-01-17 17:13:53 +00:00
Sébastien Loriot
0698f79aff
add SPDX identifier for files under the LGPL-3+ license
2017-11-12 10:17:50 +01:00
Laurent Rineau
223c1cf5a4
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
...
Compute and fix packages dependencies
2016-10-05 13:11:04 +02:00
Laurent Rineau
51f5697d3d
Add missing #include
2016-09-30 15:23:14 +02:00
Andreas Fabri
7ff83d1b8c
dispatch files to the appropriate package: T2,Polyhedro,HDS
2016-09-30 15:23:14 +02:00
Andreas Fabri
40e9c6f735
Move specializations of graph_traits the packages that are concerned
2016-09-30 15:22:29 +02:00
Andreas Fabri
edea262b34
No need for thread local storage as readonly
2016-08-31 12:09:51 +02:00
Xiang Gao
882f5b8570
fix warning for unused parameter 'p'
2013-08-05 07:45:04 +02:00
Sébastien Loriot
22cc8bf0b3
fix documentation and code of keep_largest_connected_components to match
...
During the review of Surface_mesh_reconstruction_3, this functions has been
asked to be moved into the HDS decorator, but without checking that it would
be working with a plain HDS. This patch fixes this and also the requirements
of the function.
2013-01-18 12:15:44 +01:00
Sébastien Loriot
fb4f7ac2ea
add documented but missing decorator functions
2013-01-18 11:30:29 +01:00
Laurent Rineau
bfc84ff07c
Remove warning about unused parameter
2012-07-27 08:59:52 +00:00
Philipp Möller
d0310bf67e
Missed a }; that was an ifdef instead of an ifndef.
2012-04-13 14:23:20 +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
Sébastien Loriot
dff6dda8b3
Remove from copyright holder
...
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +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
Andreas Fabri
b87a57bbf0
Add 'using' for ansi-compliance
2010-05-11 07:16:33 +00:00
Andreas Fabri
89634808ca
Add 'using' statements for ansi-compliance
2010-05-10 07:16:03 +00:00
Andreas Fabri
9d2c653361
Another 'using' for strict ansi
2010-05-06 15:43:37 +00:00
Andreas Fabri
c07b76f7d2
Add 'using' for strict ANSI compliance
2010-05-05 16:00:09 +00:00
Andreas Fabri
7ba952351b
Add 'using' for strict ANSI compliance
2010-05-04 11:58:41 +00:00
Sylvain Pion
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Laurent Saboret
94690fd34f
Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (12):
...
Moved keep_largest_connected_components() to HalfedgeDS_decorator and Polyhedron_3 classes.
2009-06-15 13:09:47 +00:00
Sylvain Pion
b9a9f208dd
Rename DS to D_S to avoid clashes with macros defined by <sys/reg.h>.
2009-04-26 14:03:12 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Laurent Rineau
89c66dab62
Remove a "unused variables" warning.
2008-04-25 13:59:34 +00:00
Sylvain Pion
360d29f72a
Rename CGAL_CIRC_NULL to CGAL_NULL.
2007-12-28 15:40:36 +00:00
Sylvain Pion
2bdfec6cc0
Removal of remaining protect macros : those protecting other CGAL include files.
...
Done using the script Scripts/developer_scripts/cgal_conditional_include_remove.
2007-01-24 18:00:30 +00:00
Sylvain Pion
fb8595b94e
Cleanup : remove ancient CGAL_PROTECT_* macros.
...
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Fernando Cacciola
36302e190f
VC8 STL iterator fixes
2007-01-18 13:55:56 +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
4f17410a6f
Move packages to trunk root
2006-02-14 08:58:15 +00:00