cgal/Packages/Spatial_searching/changes.txt

43 lines
1.1 KiB
Plaintext
Executable File

Version 3.38 (2 August 2003) [af]
- Removed template <> in example/Kdtree_example_3.C
Version 3.37 (31 July 2003) [af]
- Fixed typo in Weighted_Minkowski_distance.h: The_distance -> the_distance
Version 3.36 (30 July 2003)
rursu:
- fixed Kdtree_example3.C for cl_1300 by providing the full spec of Kernel_traits
Version 3.32 (20 July 2003) [af]
- fixed makefile problem on Irix
- fixed typo Item -> Point, Item_list > Point_list
- Replaced Rectangle with Iso_rectangle to avoid nameclash on mingw/g++
Version 3.30 (11 July 2003)
rursu:
- removed "\" character in demo makefile trying to solve problem
on IRIX platform
Version 3.29 (8 July 2003)
rursu:
- added demo for ASPAS(Spatial_searching)
- nearest neighbour
- iso_rectangle_2 query
- circle_2 query
Version 3.28 (7 July 2003)
- Made typedef typename Traits::Iso_box_d Box; public [af]
- Made type Midpoint_of_rectangle<>::Separator public [af]
- Replaced new/delete with Compact_container and std::vector
- Point_container::size() returns unsigned int instead of int
- Reorded member initialisation
1.1 (4 July 2002)
- internal release.