Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Sylvain Pion
bb9088bf68
Remove calls to round() (not C++98, clashes with Core's round(), and probably useless).
2008-03-29 09:57:14 +00:00
Sylvain Pion
3cf10fb6ed
Remove useless over protection for inclusion
2008-01-14 23:02:57 +00:00
Sylvain Pion
e1aa3fc142
fix protect macro name and add header
2007-12-31 00:24:02 +00:00
Sylvain Pion
360d29f72a
Rename CGAL_CIRC_NULL to CGAL_NULL.
2007-12-28 15:40:36 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Luc Habert
28bff76949
Protected the demos against lack of Qt.
...
Moved Qt_widget_get_ellipse.h to CGAL/IO.
2007-09-05 22:30:44 +00:00
Luc Habert
78dd7f3d63
Changed conversion to CORE types.
2007-08-31 14:19:48 +00:00
Luc Habert
a4062ac9e4
Had forgotten to svn add the ellipse related files.
2007-08-31 12:41:19 +00:00
Luc Habert
d14af11a2d
Fixed a few glitches and added a traits class for ellipses.
2007-08-31 12:28:29 +00:00
Luc Habert
98daabf255
Remove attempt to silence silly warnings from Sun CC.
2007-08-28 18:14:45 +00:00
Luc Habert
94b7813ec1
Cleanup.
2007-08-28 17:29:04 +00:00
Luc Habert
17829268ae
Forbid copying VC_in_place_list.
2007-08-27 22:55:48 +00:00
Luc Habert
33884a3e3b
Fixes for various compilers.
2007-08-27 22:42:37 +00:00
Luc Habert
a519c3c50c
Removed doc_tex/main.tex, and #define CGAL_multiset_* in Antichain.h.
2007-08-25 14:22:57 +00:00
Luc Habert
a716d68617
Subdirectory renaming, and some cleanup.
2007-08-24 17:39:19 +00:00
Luc Habert
2f51062cb4
Moved to trunk, changed name to Visibility_complex_2.
2007-08-24 03:23:38 +00:00