Commit Graph

487 Commits

Author SHA1 Message Date
Michael Hemmer 14debf77ce mv Real_embeddable_traits_base in internal namespace 2008-08-07 08:57:24 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Michael Hoffmann a25985b73b Remove dependency on CGAL/functional -> replace Unary_function
and Binary_function by std:: counterparts.
2008-07-23 15:07:16 +00:00
Sylvain Pion 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +00:00
Sylvain Pion 7dfd4237cc Rename SS and CS to avoid name clashes with macros on x86/solaris (/usr/include/sys/regset.h). 2008-06-15 16:21:29 +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
Laurent Rineau 234e77e615 Add a vpath, to ease the in-place(1) compilation of Qt_widget.
(1) Directly in the subversion tree, outside of a CGAL installation.
2008-04-25 14:03:30 +00:00
Sylvain Pion 1d8779b171 Rename the following functions:
det2x2_by_formula
  det3x3_by_formula
  det4x4_by_formula
  det5x5_by_formula
  det6x6_by_formula
to:
  determinant

How cute...  a name independent of the dimension, and even readable !
2008-04-09 13:35:34 +00:00
Sylvain Pion ebb5e40b14 Remove casts to Sign.
They are useless since we merged the various enum types.
2008-04-09 13:09:17 +00:00
Sylvain Pion 643ea487a0 Remove casts to Comparison_result.
They are useless since we merged the various enum types.
2008-04-09 12:46:22 +00:00
Daniel Russel 488c34f406 make pretty 2008-04-01 18:05:30 +00:00
Daniel Russel 10bfa4d35d not really part of kinetic 2008-04-01 18:04:47 +00:00
Daniel Russel 814aa19b72 make pretty 2008-04-01 18:04:16 +00:00
Daniel Russel b3754f9e94 make the macros usable outside of the namespace 2008-04-01 18:03:41 +00:00
Daniel Russel c26995f483 Slightly safer choice of NT 2008-04-01 18:02:51 +00:00
Daniel Russel b5da19d44f Call the renamed instantaneous versions 2008-04-01 18:02:12 +00:00
Daniel Russel 7bd75414f2 Split instantaneous and kinetic versions of predicate as the compiler was having trouble telling the templates apart. 2008-04-01 18:01:39 +00:00
Daniel Russel b28d073a9f Static asserts to make sure the various template parameters are compatible 2008-04-01 18:00:57 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Daniel Russel 618bb2a764 cross packge dependencies with GETSET 2008-03-06 07:12:04 +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
Daniel Russel 7eee16103a updated manual 2008-02-13 00:55:29 +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
Daniel Russel 1e531c4370 class vs struct fixed 2008-02-06 18:13:32 +00:00
Sylvain Pion b24108f5fd Remove #include <cassert> from everywhere under include/CGAL/.
CGAL code has to use CGAL assertions instead.
2008-01-20 18:47:19 +00:00
Sylvain Pion 44792b0f90 Fix partial specialization. 2008-01-17 18:32:43 +00:00
Daniel Russel 75d053154f fixed demos. Found some problem with dynamic insertion in regular triangulations. 2008-01-14 22:01:20 +00:00
Sylvain Pion b55e442199 Add missing #include <CGAL/Tools/Counter.h>. 2008-01-14 21:12:02 +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 7302cae41f Use CGAL_assertion_code macro instead of if(...); hack to kill unused variable warning in release mode, as this triggers a g++ 4.3 warning for empty if body. 2007-12-27 16:23:41 +00:00
Sylvain Pion b500997a37 Remove useless "const" on return type to avoid g++ 4.3 warning. 2007-12-24 13:36:51 +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 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 0ffeb44254 Add qualification needed by g++ 4.3. 2007-10-27 08:39:56 +00:00
Daniel Russel 5684bc8d55 removed variadic macro 2007-10-04 11:14:00 +00:00
Marc Glisse 3df14be20d Sunpro vector constructor workaround. 2007-08-28 10:00:21 +00:00
Daniel Russel b9650efc0c added public to some typedefs 2007-08-23 15:44:25 +00:00
Daniel Russel 1ad21fef7c Hmmmmm, demo works here 2007-08-23 15:34:09 +00:00
Daniel Russel b9bd1350c3 removed size_t 2007-08-20 21:03:49 +00:00
Daniel Russel faf373778d allow the retrieval of current event key: 2007-08-16 23:10:46 +00:00
Sylvain Pion d76beea6ad Remove obsolete config flag CGAL_CFG_NO_LOCALE. 2007-08-08 15:30:58 +00:00
Daniel Russel 91e3c9a70a added header to avoid compilation problem 2007-07-15 17:12:23 +00:00
Daniel Russel 8a107b364b fixed qt problem--too fancy with overloading 2007-07-10 22:09:27 +00:00
Daniel Russel 6cee3cddc1 get latest changes into build 2007-07-09 23:10:13 +00:00
Daniel Russel 6ade9c0a47 need full function call now 2007-06-15 20:55:31 +00:00