Commit Graph
135 Commits
Author SHA1 Message Date
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 7dee76b1ab Third pass (manually) to remove CGAL_USE_QT 2008-09-09 21:46:21 +00:00
Sylvain Pion 6aba449434 Replace Nef's custom Object_handle by CGAL::Object.
There were some differences :
- CGAL::Object has no template constructor, so using make_object() was required.
- CGAL::Object had no comparison with NULL to check emptyness.  I added
  such comparison operators to CGAL::Object as *deprecated*.
2008-09-09 16:03:25 +00:00
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +00:00
Sylvain Pion aff1bf74aa Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter. 2008-08-06 13:16:04 +00:00
Michael Hemmer 182c550580 warp up RealEbeddable_traits, i.e., mv RET_base into internal namespace 2008-08-05 13:42:15 +00:00
Sylvain Pion a8e8ecfdcf Replace Interval_nt_advanced::unsafe_comparison by Uncertain_conversion_exception.
(it was alrady the same type, but now the filtering code can be independent on Interval_nt_advanced
(think other interval types, or other types of filters).
2008-07-31 13:31:26 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Michael Hoffmann 66620b881b Remove dependency on CGAL/functional -> replace Unary_function
and Binary_function by std:: counterparts.
2008-07-23 15:11:07 +00:00
Peter Hachenberger f6747b6fd7 final change for feature freeze 2008-07-16 17:07:27 +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
Peter Hachenberger 2294e0452c explicit declaration of tye slist_item 2008-06-27 10:02:41 +00:00
Peter Hachenberger 3583da31c8 added number type conversion 2008-06-27 10:01:55 +00:00
Peter Hachenberger 6a2e438f33 added Kernel_tag 2008-06-27 10:00:36 +00:00
Peter Hachenberger 5719d8c13f some new entries 2008-06-27 09:59:50 +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
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +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
Andreas Fabri 75dd77e648 Make operator() const 2008-01-21 08:10:50 +00:00
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
Sylvain Pion f24caaf675 Use CGAL_assertion() instead of assert(). 2008-01-20 18:27:11 +00:00
Sylvain Pion 5402050020 Include <cassert> instead of <assert.h> everywhere, for consistency. 2008-01-18 19:58:49 +00:00
Peter Hachenberger d758b282ce forgot to adapt is_plane() to Bounded_kernel 2008-01-17 17:53:00 +00:00
Peter Hachenberger 45cbea353a removed experimental old code 2008-01-15 16:59:14 +00:00
Sylvain Pion 29cf96f6c2 Add missing CGAL_ prefix to protect macros 2008-01-14 23:08:43 +00:00
Sylvain Pion f166d60a73 Add missing CGAL_ prefix to protect macros 2008-01-14 23:06:54 +00:00
Sylvain Pion 9d4a1851f1 Remove buggy bitrotting copy of HDS/include/CGAL/HalfedgeDS_items_decorator.h . 2008-01-14 22:54:43 +00:00
Sylvain Pion aad4ee729e Fix protect macro name 2008-01-12 21:08:22 +00:00
Sylvain Pion a3ee71d44f Get rid of obsolete Window_stream (LEDA window) code. 2008-01-10 18:10:23 +00:00
Peter Hachenberger 5415379102 two bugs fixed: y2x must be reset 2008-01-10 11:04:39 +00:00
Peter Hachenberger 2cfca8e125 also solved X-structure by Multiset 2008-01-04 16:09:28 +00:00
Peter Hachenberger 0ec0010667 new stl traits for overlay using red-black tree 2008-01-03 14:46:18 +00:00
Sylvain Pion b95fbae11a Remove last traces of KCC 2008-01-02 17:28:16 +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 0f941fbcf2 again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +00:00
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35: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
Sylvain Pion 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Sylvain Pion 76408cc24f Remove obsolete config flag CGAL_CFG_USING_BASE_MEMBER_BUG_3. 2007-08-09 09:48:44 +00:00
Sylvain Pion f2a1b260a4 Remove obsolete config flags
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG and
CGAL_CFG_OUTOFLINE_TEMPLATE_MEMBER_DEFINITION_BUG_2.
2007-08-08 14:50:01 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri 21e20e4d42 3.3 branch -> trunk 2007-06-04 14:28:57 +00:00
Andreas Fabri a432f17394 add demo 2007-05-04 13:40:30 +00:00
Andreas Meyer 840df40367 added pkg illu for nef_[23] 2007-05-03 10:41:58 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion a1c9aaae33 warning-- 2007-04-17 21:58:01 +00:00
Andreas Fabri f4d3f41786 .C ->.cpp and autolinking 2007-04-11 20:17:58 +00:00