cgal/Packages/Matrix_search/changes.txt

27 lines
1.1 KiB
Plaintext

//=====================================================================
// Revision History for package Matrix_search
//=====================================================================
//---------------------------------------------------------------------
// actual revision
//---------------------------------------------------------------------
DEMO: fixed for LEDA-3.8 (the point_set<I> data structure vanished)
DEMO: Now nearest neighbor queries are done brute-force.
ALL : added std:: in a number of places where it was missing
ALL : use namespace std and CGAL
ALL : use standard header files
ALL : Initial revision
DOCS: fixed "cal" problem with html converter
DOCS: fixed preconditions in replace_column (reported by Mariette).
TEST: Added LONG_NAME_PROBLEM flags to makefile
//---------------------------------------------------------------------
// CGAL-1.2
//---------------------------------------------------------------------
ALL : some minor changes to prevent warnings for gcc -Wall.
DEMO: Initial revision
SRC : fix signed <-> unsigned comparison warning on gcc.