Laurent Rineau
2d8da664a3
Merge branch 'CGAL-fix_warnings-gdamiand'
...
Conflicts:
.gitignore
Skin_surface_3/examples/Skin_surface_3/CMakeLists.txt
2013-02-22 13:02:37 +01:00
Laurent Rineau
32c315b4a7
Use CGAL_error_msg instead of an assertion
...
CGAL_error_msg is effective even in release mode. It is marked with the
attribute __noreturn__, and that tells the compiler that the code cannot be
reached.
2013-02-20 18:38:56 +01:00
Laurent Rineau
e06a6f535b
Add or fix license/copyright headers in CGAL headers
2013-02-19 16:45:00 +01:00
Laurent Rineau
01db7d30af
Fix the fix of a warning
2013-02-07 12:51:55 +01:00
Laurent Rineau
e87dad0f95
Fix all warnings in demo/Polyhedron/
...
The compilation was fix g++-4.8, and the flags:
--std=c++11 -frounding-math Wall -Wno-array-bounds -Wno-uninitialized
2013-02-06 17:03:20 +01:00
Philipp Möller
0f34f2a89e
Merge branch 'Maintenance-include-less-boost-pmoeller'
2012-12-21 09:44:18 +01:00
Philipp Möller
ea956821a8
Add missing includes in intersection_of_Polyhedra
2012-12-21 09:41:56 +01:00
Sébastien Loriot
82b2ebc865
apply the cpp0x namespace renaming in all files
2012-12-19 11:33:17 +01:00
Philipp Möller
71ea8e6e22
Minimal boost includes
...
Replace type_traits.hpp and utility.hpp with the respective
fine-grained includes.
2012-12-14 18:13:59 +01:00
Sébastien Loriot
7b7ba55f8c
mark opposite edges (needed for border edge)
2012-11-15 19:09:11 +01:00
Sébastien Loriot
0d810d37c8
fix an erroneous warning
2012-11-15 18:00:34 +01:00
Sébastien Loriot
0b0fb81b5f
changes to apply extract_connected_components on non-const Polyhedron
2012-11-15 09:45:26 +01:00
Sébastien Loriot
c699f225dd
we need the polyhedron to access the correct edge info
2012-11-09 14:25:57 +00:00
Sébastien Loriot
370c362c23
allow copy of polyhedron with points in different kernels
2012-11-09 10:18:14 +00:00
Laurent Rineau
7f5cdbcb89
Error in previous commit: that one is a vector, and not a map.
2012-11-01 16:16:58 +00:00
Laurent Rineau
913c60f62d
Rename types
...
'Node_vector' is sometime renamed 'Nodes_map', and something 'Nodes_vector'.
2012-11-01 16:14:13 +00:00
Laurent Rineau
86262d88d3
Change two names, that are fundamentally plural
...
Node_vector -> Nodes_vector
Triangle_segment_intersection_point -> Triangle_segment_intersection_points
2012-11-01 14:18:27 +00:00
Laurent Rineau
63d137b568
Add comments.
...
I incrementally had comments when I understand something, to help
non-authors understanding the code ...as much as possible!
2012-11-01 14:16:41 +00:00
Sébastien Loriot
e5d93ca023
if an edge was already marked, mark it again when split
2012-10-30 14:32:02 +00:00
Sébastien Loriot
0a81f7f4a7
use a property map to mark hedges on the intersection
2012-10-30 14:31:28 +00:00
Sébastien Loriot
c5a99efe5d
add a method to mark facets according to their component instead
...
of creating new polyhedra
2012-10-30 14:28:11 +00:00
Sébastien Loriot
054b09ca24
duplicate comments
2012-10-30 14:26:21 +00:00
Laurent Rineau
a04891ff93
WARNFIX: fix some warnings triggered by -Wconversion on g++
2012-08-09 16:06:54 +00:00
Laurent Rineau
db194534c7
First big patch to fix -Wunused-local-typedefs
...
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
by -Wall since gcc-4.8 (not yet released).
The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Sébastien Loriot
49f64c87b0
update license to GPL v3
2012-07-25 07:37:34 +00:00
Sébastien Loriot
c6c8fc571b
fix conversion from size_t to unsigned
2012-07-14 08:03:33 +00:00
Sébastien Loriot
3d3517408b
update testsuite to compile new plugins
2012-07-13 07:23:25 +00:00
Sébastien Loriot
e2e155fdb4
add include files for the demo
2012-07-11 16:21:54 +00:00
Sébastien Loriot
9d9963d4a0
update license
2012-05-11 12:19:34 +00:00
Sébastien Loriot
77ea587d47
merge from next
2012-05-11 11:55:44 +00:00
Sébastien Loriot
be1de01b22
*update AABB_primitive: the property maps must operate on Id!
...
*correct and complete implementation for HalfhedgeGraph models
2012-05-10 15:51:45 +00:00
Sébastien Loriot
aa97a337c7
property map to get the target point of a halfedge
2012-05-09 17:10:21 +00:00
Sébastien Loriot
b9c6fd11a4
rename
2012-05-09 13:28:11 +00:00
Sébastien Loriot
0e57290f58
property map to access one point of a facet
2012-05-09 13:27:40 +00:00
Sébastien Loriot
58156fb1e9
merge from next
2012-05-04 12:24:50 +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
ecf6aa105a
correct wrong typedef
2012-03-23 16:29:54 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Sébastien Loriot
578d41a962
deprecate AABB_polyhedron_*_primitive
...
add triangle and segment property_map from polyhedron simplices
update examples to use these property maps with modified primitive classes.
2011-07-25 06:22:05 +00:00
Sébastien Loriot
5471e90cd1
s/succesful/successful
2010-08-12 08:30:26 +00:00
Laurent Rineau
f143335c07
Merged revisions 57149 via svnmerge from
...
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r57149 | sloriot | 2010-06-28 14:39:16 +0200 (Mon, 28 Jun 2010) | 4 lines
fix-bug in test_facet of Polyhedron_incremental_builder:
the function did not test if while making a vertex manifold,
no other facet incident to that vertex breaks the manifold property.
........
2010-06-28 12:47:18 +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 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
Andreas Fabri
d856f80d79
fixed typo in documentation
2008-06-24 19:00:46 +00:00
Sylvain Pion
cc55ce1341
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:05:31 +00:00
Sylvain Pion
71e2a5ca6e
remove warning
2007-03-03 08:57:28 +00:00
Andreas Fabri
fa1debf22c
Changed int to size_type to get rid of a warning and a potential error when the polyhedron is huge
2007-01-29 12:49:02 +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
Fernando Cacciola
40e17118d5
VC8 STL iterator fixes
2007-01-18 14:05:05 +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
478dedc941
Move packages to trunk root
2006-02-14 08:58:18 +00:00