cgal/Packages/Matrix_search/long_description.txt

188 lines
6.8 KiB
Plaintext

//=====================================================================
// Revision History for package Matrix_search
//=====================================================================
//---------------------------------------------------------------------
// revision 1.31
//---------------------------------------------------------------------
ALL : Several fixes for Borland.
//---------------------------------------------------------------------
// revision 1.30
//---------------------------------------------------------------------
DEMO: Fixed MSVC problems.
TEST: Initial revision
SRC : Fixed bug in four-center computation.
//---------------------------------------------------------------------
// revision 1.29
//---------------------------------------------------------------------
SRC : Fixed range bug in expensive_assertion in extremal_polygon.
SRC : Workaround for peculiar egcs-1.* bug with pcenter_random tests.
SRC : Fixed two little bugs in 3cover (greater_equal ==> greater).
//---------------------------------------------------------------------
// revision 1.28
//---------------------------------------------------------------------
SRC : Fixed expensive checks.
SRC : Fixed internal compiler error on egcs-1.
//---------------------------------------------------------------------
// revision 1.27
//---------------------------------------------------------------------
TEST: Fixed some MSVC #ifdefs.
//---------------------------------------------------------------------
// revision 1.26
//---------------------------------------------------------------------
//---------------------------------------------------------------------
// revision 1.25
//---------------------------------------------------------------------
DEMO: Fixed a few things for VC++.
DOCS: Uniform traits classes documented.
SRC : Completely new four-center implementation.
//---------------------------------------------------------------------
// revision 1.24
//---------------------------------------------------------------------
SRC : Completely new four-cover implementation.
SRC : Unified traits classes.
SRC : Added std:: to vector in several places in extremal_polygon_2.h.
SRC : Removed CGAL::sqrt (now in double.h/leda_real.h).
SRC : added some return 0;
SRC : MSVBC workaround for TYPENAME_BUGs.
SRC : New linear 2- and 3-center algorithm.
SRC : added std:: in a number of places where it was missing
SRC : use namespace std and CGAL
SRC : use standard header files
SRC : fix signed <-> unsigned comparison warning on gcc.
SRC : some minor changes to prevent warnings for gcc -Wall.
SRC : fixed a bug in Rectangle_partition::first_left_of.
SRC : Initial revision
SRC : Matrix_search
//---------------------------------------------------------------------
// revision 1.23
//---------------------------------------------------------------------
SRC : Worked around some MSVC using-bugs.
SRC : Removed, --> Rectangular_p_center_traits_2.h.
SRC : added std:: in a number of places where it was missing
SRC : use namespace std and CGAL
SRC : use standard header files
SRC : fix signed <-> unsigned comparison warning on gcc.
SRC : some minor changes to prevent warnings for gcc -Wall.
SRC : fixed a bug in Rectangle_partition::first_left_of.
SRC : Initial revision
SRC : Matrix_search
//---------------------------------------------------------------------
// revision 1.22
//---------------------------------------------------------------------
ALL : Replaced selfmade timer by CGAL::Timer.
TEST: Removed "warning" from program output.
//---------------------------------------------------------------------
// revision 1.21
//---------------------------------------------------------------------
SRC : Added std:: to vector in several places in extremal_polygon_2.h.
//---------------------------------------------------------------------
// revision 1.20
//---------------------------------------------------------------------
DEMO: Prefixed leda_drawing_mode.
SRC : Removed CGAL::sqrt (now in double.h/leda_real.h).
//---------------------------------------------------------------------
// revision 1.19
//---------------------------------------------------------------------
ALL : added some return 0;
ALL : MSVBC workaround for TYPENAME_BUGs.
//---------------------------------------------------------------------
// revision 1.18
//---------------------------------------------------------------------
DEMO: New User-Interface with different Generators.
SRC : New linear 2- and 3-center algorithm.
TEST: Use Intervall_arithmetic number type.
//---------------------------------------------------------------------
// revision 1.17
//---------------------------------------------------------------------
DEMO: fixed for LEDA-3.8 (the point_set<I> data structure vanished)
DEMO: Now nearest neighbor queries are done brute-force.
//---------------------------------------------------------------------
// revision 1.16
//---------------------------------------------------------------------
DOCS: fixed "cal" problem with html converter
//---------------------------------------------------------------------
// revision 1.15
//---------------------------------------------------------------------
DOCS: fixed preconditions in replace_column (reported by Mariette).
//---------------------------------------------------------------------
// revision 1.14
//---------------------------------------------------------------------
ALL : added std:: in a number of places where it was missing
//---------------------------------------------------------------------
// revision 1.13
//---------------------------------------------------------------------
DEMO: Fixed MSVC problems.
DEMO: New User-Interface with different Generators.
ALL : Initial revision
TEST: added some return 0;
TEST: MSVBC workaround for TYPENAME_BUGs.
TEST: Added LONG_NAME_PROBLEM flags to makefile
//---------------------------------------------------------------------
// revision 1.12
//---------------------------------------------------------------------
ALL : use namespace std and CGAL
ALL : use standard header files
DOCS: Uniform traits classes documented.
DOCS: added some return 0;
DOCS: MSVBC workaround for TYPENAME_BUGs.
DOCS: fixed "cal" problem with html converter
DOCS: fixed preconditions in replace_column (reported by Mariette).
DOCS: Initial revision
//---------------------------------------------------------------------
// revision 1.11
//---------------------------------------------------------------------
//---------------------------------------------------------------------
// revision 1.10
//---------------------------------------------------------------------
//---------------------------------------------------------------------
// revision 1.9
//---------------------------------------------------------------------
SRC : fix signed <-> unsigned comparison warning on gcc.