mirror of https://github.com/CGAL/cgal
224 lines
7.6 KiB
Plaintext
224 lines
7.6 KiB
Plaintext
//=====================================================================
|
|
// Revision History for package Min_quadrilateral_2
|
|
//=====================================================================
|
|
|
|
9 March 2006 Andreas Fabri
|
|
- Changed names of examples
|
|
|
|
5 August 2005 Sylvain Pion
|
|
- Remove CGAL_STD.
|
|
|
|
============================== CGAL 3.1 =========================
|
|
|
|
19 December 2004 Andreas Fabri
|
|
- Updated file headers in the demos
|
|
|
|
22 June 2004 Sylvain Pion
|
|
- Add some missing "using base::member;" and others for g++ 3.4.
|
|
|
|
May 17 2004: Menelaos Karavelas
|
|
- replaced Point by Point_2 in the demo in order to resolve clash with
|
|
the Mac version of Qt
|
|
|
|
Version 132 (10 February 2004) [rursu]
|
|
- Updated headers in examples
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 131
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : New file headers.
|
|
ALL : Deprecated old (minimum_enclosing...) interface.
|
|
SRC : - Change all headers to the new format/license.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 130
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Removed Polygon_traits_2
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 129
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Version 1.29 on 10-Sep-2003 [rursu]
|
|
ALL : - Qt_help_window is in the CGAL namespace now.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 128
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Version 1.28 on 07-Sep-2003 [rursu]
|
|
ALL : - demo use now the new help class Qt_help_window instead of HelpWindow
|
|
ALL : - demo use now the new demo icon demoicon
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 127
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Added missing std::.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 126
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Polished docs and example programs.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 125
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Kernelized traits class.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 124
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Kernelized traits class.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 123
|
|
//---------------------------------------------------------------------
|
|
|
|
GLOB: updated
|
|
DEMO: patch for FreeBSD
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 122
|
|
//---------------------------------------------------------------------
|
|
|
|
GLOB: updated
|
|
GLOB: remove Susan as maintainer
|
|
DEMO: rursu: removed Leda window demo
|
|
DEMO: rursu: Replaced Leda_window demo with Qt demo
|
|
DEMO: Better degeneracy handling; don't loop on NaN point sequence.
|
|
DEMO: Added #include <CGAL/intersections.h>.
|
|
DEMO: Fixed warning in test program.
|
|
DEMO: Fixed a warning on Borland.
|
|
DEMO: Changed concept names, added README for demo.
|
|
DEMO: Do not compute min_strip for < 2 and min_quad for < 3 points.
|
|
DEMO: Fixed file headers.
|
|
DEMO: minimum_enclosing_* -> min_*
|
|
DEMO: Fixed funny MSVC problems (and without LEDA-version).
|
|
DEMO: Fixed flags in makefiles.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 121
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Added expensive precondition checking.
|
|
ALL : Added test with degenerate input.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 120
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Better degeneracy handling; don't loop on NaN point sequence.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 119
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 118
|
|
//---------------------------------------------------------------------
|
|
|
|
GLOB: moved Optimisation_ref directory up one level
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 116
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Added #include <CGAL/intersections.h>.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 115
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed warning in test program.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 114
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed a warning on Borland.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 113
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Changed concept names, added README for demo.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 112
|
|
//---------------------------------------------------------------------
|
|
|
|
DEMO: Do not compute min_strip for < 2 and min_quad for < 3 points.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 111
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 110
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Removed superfluous window include.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 19
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed file headers.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 18
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : minimum_enclosing_* -> min_*
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 17
|
|
//---------------------------------------------------------------------
|
|
|
|
TEST: Replaced vertices by bounding lines for min_strip.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 16
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 15
|
|
//---------------------------------------------------------------------
|
|
|
|
DEMO: Fixed funny MSVC problems (and without LEDA-version).
|
|
SRC : Replaced Direction.vector() by to_vector().
|
|
SRC : Added CGAL:: to all calls of square(...).
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 14
|
|
//---------------------------------------------------------------------
|
|
|
|
ALL : Fixed flags in makefiles.
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 13
|
|
//---------------------------------------------------------------------
|
|
|
|
TEST: removed old file (only one example ...).
|
|
SRC : Define wrapper functions only if default_traits are present.
|
|
TEST: Fixed homogeneous test (point generators don't work ==> fix input).
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 12
|
|
//---------------------------------------------------------------------
|
|
|
|
|
|
//---------------------------------------------------------------------
|
|
// revision 11
|
|
//---------------------------------------------------------------------
|
|
|