cgal/Packages/Triangulation_3/changes.txt

127 lines
3.3 KiB
Plaintext

Version 1.32 (21 fev 00)
bug fix (undefined variable in assertion...)
Version 1.31 (11 fev 00)
small bug fixes (only appearing when disabling preconditions)
Version 1.30 (4 fev 00)
changes for -pedantic (thank you Geert-Jan)
Version 1.29 (12 janv 99)
changes in the figures of the doc only
Version 1.28 (21 dec 99)
newline removed in cout<<" " in demos
Version 1.27 (17 dec 99)
useful #include added in the demos
a few small details changed in the doc
Version 1.26 (16 dec 99)
removed : useless #include in the "demos"
added : pictures in the doc
Version 1.25 (10 dec 99)
change in the doc:
\begin{ccClass}{Traits} --> \begin{ccClass}{Triangulation_3_traits}
Version 1.24 (2 dec 99)
changes for Borland
makefile in demo changed for M$
Version 1.23 (16 nov 99)
Function is_valid(cell) added in Delaunay (had been forgotten...)
Version 1.22 (3 nov 99)
Fixes in the documentation (section titles)
Version 1.21 (2 nov 99)
- another vertex base in Triangulation_vertex_base_3.h, that does not
copy points
- first submission of src/Triangulation3.C : contains the definition of
the static table used by Triangulation_utils_3.h
Version 1.20 (28 oct 99)
cleaning and purify-ing
Version 1.19 (22 oct 99)
Remove reference to Quotient, replaced by Homogeneous::FT.
Triangulation_utils_3 cleaned
Version 1.18 (22 oct 99)
(problem with submission - 1.19 submitted instead)
display changes in the doc
Version 1.17 (18 oct 99)
same contents, but lots of fixes in the doc following Susan's remarks.
Version 1.16 (14 oct 99)
flips added
short_names (needed by MSVC)
Version 1.15 (5 oct 99)
removing "unsigned int"
Version 1.14 (4 oct 99)
problem in conversion from ds_cell to Cell_handle solved in
Triangulation_circulator_3 (in Facet_circulator)
Version 1.13 (28 sept 99)
cleaning typedefs, friend declarations
test suite modified for regular triangulation
Version 1.12 (23 sept 99)
Facet_circulator added
changes in the internal representation of Cell_circulator
Version 1.11 (17 sept 99)
trying new special macro for MSVC typename bug
Version 1.10 (15 sept 99)
a few more typenames in Regular triangulation
a few more std:: in the test suite
Version 1.9 (13 sept 99)
minor changes (names, etc)
minor changes in the doc (macros, not change in the contents)
Version 1.8 (8 sept 99)
minor fixes (std::, typenames, etc)
Version 1.7 (1st sept 99)
changes in Dagstuhl for MSVC++
Version 1.6 (25 august 99)
minor changes to run with g++ 2.95
Version 1.5 (2 august 99)
bug fix in _test_cls_tds_cell.C (which made the test suite fail
on Linux)
Version 1.4 (27 july 99)
regular triangulations added
+ cleaning
Version 1.3 (13 July 99)
include files :
Some cleaning +
The constructors of the cells do not insert the cell in the
triangulation any more. Instead the triangulation has functions
to add cells. (for data structure and geometric triangulation as well)
doc :
Several small corrections + updates due to the changes in include files.
test-suite :
updates due to the changes in include files +
does not always call gmp
Version 1.2 (30 June 99)
small bug fixes in the test-suite after results of 2.1-I-1
methods defined outside classes to compile with -O2
Version 1.1 (24 June 99)
Bug fixes in memory management (too much cleaning...)
testsuite was failing on Linux
Version 1.0 (23 June 99)
- Initial release !!!