cgal/Visibility_complex/changes.txt

51 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

26 April 2005 Laurent Rineau
- port to g++-4.0.0
- fix syntax errors and warnings.
- example2.C style has to be fixed.
09 April 2005 Laurent Rineau
- port to g++-3.4 (added a lot of using Base::foobar)
14 October 2004 Laurent Rineau
- Added back include/CGAL/predicates/Visibility_complex_ftC2.h.
- Added typenames.
18 May 2004 Radu Ursu
- modified doc in doc_tex/Visibility_complex to made it work with the new
Manual tools
- commented out a couple of macros like \todo which are not defined
- added gif files needed by latex_to_html conversion in
doc_tex/Visibility_complex/fig
30 April 2004 Andreas Fabri
- replaced global function calls with kernel functors
30 April 2004 Radu Ursu
- moved demo/* to demo/Visibility_complex/*
28 April 2004 Radu Ursu
- modified tex files in doc_tex/Visibility_complex_ref to \ccInclude the right header files in include/CGAL instead of CEP/Visibility_complex.
- added two more examples from the doc
28 April 2004 Radu Ursu
- moved testsuite to test/Visibility_complex
28 April 2004 Radu Ursu
- moved examples from doc_tex to examples dir
- moved headers from include/CGAL/Visibility_complex to include/CGAL
22 April 2004 Radu Ursu
- moved test_suite directory to test directory
22 April 2004 Radu Ursu
- changed files according to statement change from CEP to CGAL package
Before 22 April 2004
- CGAL:: missing in shortest_path.C in testsuite and demo
- std::missing for copy and back_inserter
- leftturn is deprecated and replaced by left_turn (g++ warns about that)
Shouldn't that be function objects anyway?
- the same for rightturn
- made a Point_2 const Point_2&