mirror of https://github.com/CGAL/cgal
80 lines
2.2 KiB
Plaintext
Executable File
80 lines
2.2 KiB
Plaintext
Executable File
04 May 2004 Andreas Fabri
|
|
- Removed ~Point_container() as it does nothing and leads to error messages for SunProCC
|
|
|
|
17 Feb 2004 Sylvain Pion
|
|
- Remove CGAL_CFG_NO_PARTIAL_CLASS_TEMPLATE_SPECIALISATION
|
|
|
|
10 February 2004 Radu Ursu
|
|
-Updated headers in examples
|
|
|
|
Version 4.25 (20 October 2003) [af]
|
|
- Added #include <vector> to Kd_tree.h
|
|
|
|
Version 4.24 (20 October 2003) [af]
|
|
- Removed #include<CGAL/Cartesian.h> from Kd_tree.h and put it in the examples
|
|
|
|
Version 4.23 (17 October 2003) [af]
|
|
- Added \label to the chapters
|
|
|
|
Version 4.18 (7 October 2003) [af]
|
|
- Prefix intro.tex with "Spatial_searching/"
|
|
|
|
Version 4.17 (30 September 2003) [af]
|
|
- Moved \chapter from intro.tex to main.tex
|
|
|
|
Version 4.16 (30 September 2003) [af]
|
|
- Changed doc_tex/basic/Spatial_searching_ref/introdcution.tex to intro.tex
|
|
|
|
Version 4.08 (15 September 2003) [rursu]
|
|
- Qt_help_window is in the CGAL namespace now
|
|
|
|
Version 4.04 (10 September 2003) [rursu]
|
|
- Qt_help_window is in the CGAL namespace now
|
|
|
|
Version 3.46 (08 September 2003) [rursu]
|
|
- demo use now the new help class Qt_help_window instead of HelpWindow
|
|
- demo use the new demo icon demoicon
|
|
|
|
|
|
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.
|
|
|