mirror of https://github.com/CGAL/cgal
73 lines
2.1 KiB
Plaintext
73 lines
2.1 KiB
Plaintext
27 April 2004 Sylvain Pion
|
|
- Regenerate test/Width_3/makefile :
|
|
it eliminates "-g", which happens to make PGCC happier.
|
|
|
|
1.19 20 Feb 2004 Andreas Fabri
|
|
Removed #ifdef CGAL_USE_POLYHEDRON_DESIGN_ONE
|
|
|
|
1.18 (18 Jan 2004)
|
|
- Rename CGAL_TYPENAME_MSVC_NULL to typename.
|
|
|
|
============================= CGAL 3.0 ==================
|
|
|
|
1.17 (22 Sep 2003)
|
|
- new headers
|
|
|
|
1.16 (07 May 2003)
|
|
- Removed DESIGN_ONE of Polyhedron_3.
|
|
|
|
1.15 (3 May 2002)
|
|
- fix traits templating for Borland
|
|
|
|
1.14 (18 Mar 2002)
|
|
- Const correctness in Data_access of Width_polyhedron.
|
|
|
|
1.13 (31 Jul 2001)
|
|
- Susan moved doc_tex/*_ref directory up one level
|
|
|
|
1.12 (16 Jul 2001)
|
|
- Removed unused argc and argv parameter from main().
|
|
|
|
1.11 (13 Jul 2001)
|
|
- fixed Width_3 to remove erroneous assertion
|
|
- added missing function call to simple_test
|
|
|
|
1.10 (12 Jul 2001)
|
|
|
|
- Revised tests to work for both designs of polyhedral surfaces.
|
|
|
|
1.9 (12 Jul 2001)
|
|
- Adapted to new polyhedral surface design (release 3).
|
|
- Ported from dd_geo/chull to convex_hull_3.
|
|
- Changed to new concept naming convention, i.e., WidthTraits_3.
|
|
- Changed traits class to new kernel design naming. However, the unchanged
|
|
member functions make this traits not compliant with kernel traits.
|
|
- Edited Width_3.tex quite a bit. Removed redundant descriptions of type
|
|
requirements that are actually described in the WidthTraits_3.
|
|
|
|
1.8
|
|
- Moving to CVS Server and completed truncated text in description.txt
|
|
|
|
1.7
|
|
- To fix the problem with Microsoft Visual C: Replaced all function
|
|
calls by resolving explicitly all typename's within the signature
|
|
and adding the corresponding class to the list of template
|
|
parameters. There are some functions that have now a dummy data
|
|
access object.
|
|
- Some typename's have been replaced by a macro to please Microsoft VC
|
|
compiler.
|
|
- Added 2 typename's within debug regions
|
|
- Now test_width_simplex.C is the same in the text directory and the
|
|
test directory
|
|
|
|
1.6
|
|
- Renamed class DA to Data_access to please Windows compilers bcc32
|
|
and CL
|
|
|
|
1.5
|
|
- Lines have been wrapped after 80 chars
|
|
- At Line 1402: inserted CGAL:: before DA<...>
|
|
|
|
1.4.1
|
|
- Removed test/basic subdir
|