- Incremental builder:
- Changed ABSOLUTE to ABSOLUTE_INDEXING.
- Changed RELATIVE to RELATIVE_INDEXING.
- Made add_vertex(), begin_facet(), and end_facet() return
useful handles.
- Added test_facet() to check for valid facets before modifying.
- Added vertex( size_t i) to return Vertex_handle for index i.
- Documented the allocator template parameter.
- Proof read and formatted the documentation.
- Removed redundant function parameter in
polyhedron_prog_subdiv_with_boundary.
- Added release note about old/new design to documentation.
- Documentation ispelled.
- Added allocators to Polyhedron.
- Stop testing new design with disabled compilers (MSVC6).
- Changed examples to work with bcc.
- Added pathname to example program header line.
- Added doc for Polyhedron_traits_with_normals_3.
- Replaced __GNUC__ excpetions with new workaround flag
CGAL_CFG_NO_NESTED_TEMPLATE_KEYWORD.
- Added missing Polyhedron_traits_with_normals_3.h to cvs.
- New example polyhedron_prog_subdiv_with_boundary.C.
- Fixed typename problem for MSVC in Polyhedron_old/Polyhedron_3.h.
- Removed support for normals.
- Added Plane_iterator.
- New naming scheme for concepts.
- New kernel traits introduced.
- Changed name of Polyhedron_default_traits_3.h to Polyhedron_traits_3.h.
- Revised example files and doc.