Laurent Rineau
881a713595
7th pass to remove CGAL_USE_QT: remove manually all remaining CGAL_USE_QT
2008-09-09 22:29:51 +00:00
Laurent Rineau
c9e35521e9
5th pass (manually) to remove CGAL_USE_QT: remove "#ifdnef CGAL_USE_QT"/"#endif"
2008-09-09 22:17:19 +00:00
Laurent Rineau
a9f67f82b5
4th pass to remove CGAL_USE_QT: remove "#ifdef CGAL_USE_QT"/"#endif"
2008-09-09 21:53:57 +00:00
Sylvain Pion
dc3bf72707
Remove changes.txt files.
2008-07-24 17:47:16 +00:00
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
Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +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
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Laurent Rineau
71616f8265
Visibility_complex has a "README" file that conflicts with CGAL's one.
2008-02-21 23:30:24 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Sylvain Pion
3cf10fb6ed
Remove useless over protection for inclusion
2008-01-14 23:02:57 +00:00
Sylvain Pion
88ed563f44
Remove some workarounds for SunPRO + RW's STL:
...
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES (partially so far)
CGAL_make_vector
CGAL_make_list
2008-01-03 14:50:13 +00:00
Sylvain Pion
c78e31ac9d
Remove most probably accidentally added file.
2008-01-02 22:26:43 +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
Sylvain Pion
a46b55bf71
The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
...
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +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
733128913c
Forgot a #ifdef CGAL_USE_QT.
2007-09-10 11:16:30 +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
80b4f2fb25
Updated manual with ellipses.
2007-08-31 12:50:44 +00:00
Luc Habert
0943569190
Yet other forgotten ellipse-files.
2007-08-31 12:41:52 +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
4f527dd122
Added email address.
2007-08-24 17:54:32 +00:00
Luc Habert
a716d68617
Subdirectory renaming, and some cleanup.
2007-08-24 17:39:19 +00:00
Sylvain Pion
770773043f
main -> main() to make cgal_create_makefile work.
2007-08-24 09:35:17 +00:00
Luc Habert
2f51062cb4
Moved to trunk, changed name to Visibility_complex_2.
2007-08-24 03:23:38 +00:00