Commit Graph

27365 Commits

Author SHA1 Message Date
Bernd Gärtner d9e740ff1a example added 2006-03-10 12:34:32 +00:00
Bernd Gärtner 0aa2469e6c warning fix 2006-03-10 12:29:00 +00:00
Andreas Meyer fc86095f76 allow multi-paragraph comments in \ccFunction, \ccMethod etc 2006-03-10 12:08:45 +00:00
Bernd Gärtner 4a4c4d711d example added 2006-03-10 11:57:53 +00:00
Menelaos Karavelas ea9c4ffbdc - unqualified swap of <FT>
- removed workaround for g++ < 3
2006-03-10 11:47:40 +00:00
Andreas Meyer ef93538e87 fixed some additional IncludeExampleCode bugs 2006-03-10 11:45:51 +00:00
Andreas Fabri 41141dd1bc make_pair -> std::make_pair 2006-03-10 11:32:10 +00:00
Nico Kruithof 62dd681016 Added documentation. 2006-03-10 11:28:41 +00:00
Andreas Meyer 2859db4e6f fixed example filename. 2006-03-10 11:27:04 +00:00
Laurent Rineau c545dafd87 Decrease the TODO list!! 2006-03-10 11:26:57 +00:00
Andreas Meyer 5308672744 fixed dead link (to kurt mehlhorns infimaxframes) 2006-03-10 11:13:18 +00:00
Andreas Fabri b25a7ebab9 Added #include <CGAL/basic.h> 2006-03-10 11:11:54 +00:00
Andreas Fabri d28738ef84 Added #include <CGAL/basic.h> 2006-03-10 11:10:11 +00:00
Laurent Saboret 7a1b3fbadf Removed obsolete comments 2006-03-10 10:38:20 +00:00
Laurent Saboret 0d1f107ef8 Fixed bib reference 2006-03-10 10:38:02 +00:00
Marc Glisse 03f52f455f Add CGAL:: to make sunpro happy. 2006-03-10 10:12:06 +00:00
Laurent Saboret 6423e03ef1 Fixed misspellings and other tiny errors 2006-03-10 09:26:27 +00:00
Andreas Fabri 7edc653623 Added #include <CGAL/basic.h> 2006-03-10 08:59:25 +00:00
Daniel Russel c139c5ca25 updated everything for changes to interface 2006-03-10 00:00:09 +00:00
Daniel Russel f8506fa8cb updated everything for changes to interface 2006-03-09 23:58:19 +00:00
Andreas Fabri 3b06e76852 Added #include <CGAL/basic.h> in demo 2006-03-09 23:14:39 +00:00
Peter Hachenberger c1f2b8a441 removed Visualizor.h from release 2006-03-09 22:56:11 +00:00
Peter Hachenberger 2c6815a97b adaptation to long ago deletion of static functions
in decorator. File is only used with glut visualization
and will be removed from the release immediately
2006-03-09 22:55:19 +00:00
Peter Hachenberger 17722c6eed excluded facet with box mechanism by #ifdef 2006-03-09 22:51:50 +00:00
Peter Hachenberger 13e4d89caf added CGAL_ to macros 2006-03-09 22:51:00 +00:00
Peter Hachenberger af97c1ed1f added CGAL_ to macros 2006-03-09 22:49:45 +00:00
Peter Hachenberger be008d11d4 bug fix for fast box intersection in presense
of the Infi Box
2006-03-09 22:49:07 +00:00
Peter Hachenberger 5cb761a288 latest changes for facet with box mechanism.
Mechanism is not compiled without special
flag
2006-03-09 22:47:22 +00:00
Peter Hachenberger f2df930a9b excluded the exploitation of reference
counting via #ifdef
2006-03-09 22:45:11 +00:00
Peter Hachenberger 79b4ca159e excluded exploitation of reference counting
via #ifdef
2006-03-09 22:44:20 +00:00
Peter Hachenberger 90c0513a29 added the setting of the sfaces 2006-03-09 22:41:45 +00:00
Peter Hachenberger 38004f8b75 - removed experiments from compiled code
via #ifdef
- removed some assertions that accidentally
failed with cartesian kernels
- removed progress indicator
2006-03-09 22:40:41 +00:00
Peter Hachenberger 994cad146f removed Progress_indicator.h from release 2006-03-09 22:35:15 +00:00
Peter Hachenberger bc47b5b22b added CGAL_ to macros 2006-03-09 22:34:13 +00:00
Peter Hachenberger 80a2ce897b added CGAL_ to macros 2006-03-09 22:33:27 +00:00
Peter Hachenberger 0e9b5ee95c added CGAL_ to macro 2006-03-09 22:33:09 +00:00
Peter Hachenberger 4561f79211 added CGAL_ to macros 2006-03-09 22:32:54 +00:00
Peter Hachenberger 895664f5b6 allow old visualization via #if guards 2006-03-09 22:31:37 +00:00
Peter Hachenberger be097c11d1 activated tests for LEDA in problematic_construction 2006-03-09 22:29:27 +00:00
Daniel Russel 20e0982b57 cleaned up tirival kds 2006-03-09 21:52:13 +00:00
Daniel Russel 3a9deffb29 added more of \ccc to manual 2006-03-09 21:43:38 +00:00
Daniel Russel f54155f711 added lots of \ccc to manual 2006-03-09 21:42:55 +00:00
Daniel Russel 6b9d8588fa typo 2006-03-09 21:35:40 +00:00
Daniel Russel 7b0f9cec9c missing eps files 2006-03-09 21:07:21 +00:00
Joachim Reichel c62eb076e6 LGPL copyright notices added to makefiles and compute_TAUCS_OSTYPE 2006-03-09 20:47:20 +00:00
Menelaos Karavelas 4ccc716e9b attempt to make the sunpro testsuite work 2006-03-09 18:58:00 +00:00
Menelaos Karavelas bffff5ae24 - "fixed" code when run with a number type that does not
support / and sqrt ("fixed" here means that the code still runs but
  operations are no longer exact; the operations that are not exact
  are only used for constructions, not for predicates); the issue 
  came up in the segment Delaunay graph package which uses the
  Parabola_2 and Parabola_segment_2 from this package.
2006-03-09 18:20:38 +00:00
Menelaos Karavelas 7a672dec6f - "fixed" code/testsuite when run with a number type that does not
support / and sqrt ("fixed" here means that the code still runs but
  operations are no longer exact; the operations that are not exact
  are only used for constructions, not for predicates)
2006-03-09 18:19:15 +00:00
Naceur Meskini 50c9f160c2 a spec file for rpm package 2006-03-09 17:27:45 +00:00
Naceur Meskini 6255f42409 a spec file for rpm package 2006-03-09 17:25:59 +00:00