Commit Graph

491 Commits

Author SHA1 Message Date
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Michael Hemmer 68be1cfdbb cleanup
- rm duplicates of CGAL::lower/uppwer(BF)
- rm include conflicts 
- rm Float_traits (from EXACUS but not ready for CGAL)
- added specs for Get_arithmetic_kernel<BigFloat/BF_interval>
- added test for interval support at its current status
2008-03-05 16:53:13 +00:00
Michael Hemmer ec16fa2ea0 wrap up 2008-03-05 16:37:29 +00:00
Michael Hemmer 000db9f575 rm bug in to_double/ to_interval
expr.approx(53,1) changed to expr.appraox(53,1024)
since expr is approximated until relative OR absolut error is reached
2008-03-04 10:25:16 +00:00
Michael Kerber 5649a45be6 Small changes for LEDA 6.0 compatibility 2008-02-27 16:23:26 +00:00
Ralf Schindlbeck 81250fd18b Added #include <CGAL/Float_traits.h>, to avoid parsing errors. 2008-02-26 10:50:10 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Ralf Schindlbeck d38238d834 Modified, due to porting of interval_support from EXACUS2CGAL. The new
interval_support is now in the Number_types package.
2008-02-14 09:44:46 +00:00
Ralf Schindlbeck edd70f970a interval_support, is now ported from EXACUS2CGAL 2008-02-14 09:33:09 +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 b74a7dd13f changed data member from char to bool 2008-02-06 08:56:30 +00:00
Sylvain Pion 147d4e867b Remove buggy comment :-)
(actually, a test for webdav write access)
2008-02-04 21:50:51 +00:00
Sylvain Pion c0fd30fe1e Re-add the static_cast
(the previous comment was misleading, SunPRO has nothing to do with the cast here).
2008-01-22 10:37:02 +00:00
Sylvain Pion 6a9740d043 Remove obsolete workarounds for __sgi. 2008-01-20 23:09:58 +00:00
Sylvain Pion b3b828a946 Remove obsolete workaround for SunPRO. 2008-01-20 22:01:15 +00:00
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +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 53d1ee3d7d Use <cfloat> more consistently instead of <float.h>. 2008-01-18 20:19:17 +00:00
Michael Hemmer ba837786ff rm typo 2008-01-13 10:55:48 +00:00
Sylvain Pion 7b8ba77a8f Include <CGAL/number_type_basic.h> before testing for CGAL_USE_LEDA. 2008-01-12 20:33:07 +00:00
Sylvain Pion bae7900e5f Protect by testing for CGAL_USE_LEDA. 2008-01-12 20:25:40 +00:00
Sylvain Pion accdf57415 CGAL_CFG_NO_LONG_DOUBLE_IO is not needed anymore (pgCC is fixed). 2008-01-02 16:35:13 +00:00
Sylvain Pion f90f3b6627 CGAL_CFG_LONG_LONG_IO_BUG is not needed anymore (pgCC is fixed). 2008-01-02 16:28:17 +00:00
Sylvain Pion 53de932f63 typo _MSCVER -> _MSC_VER. 2007-12-23 15:28:57 +00:00
Sylvain Pion a3851c8bf0 prevent warning with g++ for VC++ specific workaround 2007-12-23 15:25:35 +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
Michael Kerber 44e462a895 decompose uses Coercion_traits for Numerator and Denominator 2007-11-28 10:33:14 +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
Sylvain Pion df81bb3e54 Use anonymous namespaces. 2007-11-07 22:48:10 +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
Sebastian Limbach 32b0041c55 Removed some more unnecessary semicolons. 2007-10-25 14:18:35 +00:00
Sebastian Limbach 492710ec77 Added missing include directive. 2007-10-25 14:07:40 +00:00
Sebastian Limbach 41c39d857e Removed some unnecessary semicolons. 2007-10-25 09:11:15 +00:00
Sebastian Limbach 76bd82ecfa output_benchmark function and Benchmark_rep specialization added to produce the correct output, as expected by the Benchmark parser. 2007-09-27 08:13:05 +00:00
Sebastian Limbach 4f8e6e7c29 Benchmark_rep specialization added because get_benchmark_name has to be implemented. 2007-09-27 08:11:52 +00:00
Sylvain Pion 24a2064592 Shut up VC++ warning (reported by Peter Schroeder). 2007-09-11 21:25:39 +00:00
Sebastian Limbach b9e29f7cbe Moved Scalar_factor_traits specialization for Sqrt_extension number type from Algebraic_foundations package to the Sqrt_extension-SFT file in the Number_types package. 2007-09-03 13:45:21 +00:00
Sylvain Pion a0f9754bbe Add radius(Interval_nt).
Replace compare_relative_precision() by has_smaller_relative_precision()
fixing the case of [-Inf,+Inf].
2007-08-22 15:41:11 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Sylvain Pion d76beea6ad Remove obsolete config flag CGAL_CFG_NO_LOCALE. 2007-08-08 15:30:58 +00:00
Sebastian Limbach e81057cfad Moved Arithmetic_kernel from test to include/CGAL dir. 2007-08-02 11:47:02 +00:00
Sebastian Limbach c1aadfd606 Moved Modular_traits specializations out of Modular_arithmetic package to the respective Number_types. 2007-08-02 09:36:48 +00:00
Sebastian Limbach 4346f96583 check_root function added 2007-08-01 13:05:24 +00:00
Sebastian Limbach 748d79b3fb Bug fixed which lead to wrong results when calling the operator-= (added one minus sign).
Casts from Root type to NT are performed using the coercion traits now.
Output_maple-function added temporarily because it is currently needed in EXACUS.
2007-07-31 14:28:19 +00:00
Sebastian Limbach be7c5f72b8 Intern core_interval_support.h moved from Algebraic_kernel_d to Number_types package because it is needed for some fixes of the AST/RET of CORE_BigFloat. 2007-07-23 15:03:32 +00:00
Sylvain Pion 7fc6805ca4 Fix bug reported by Stefan Uhrig.
v.push_back(my_nearbyint(d)) can cause a problem when my_nearbyint(d)==-32769.
2007-07-20 17:19:15 +00:00
Joachim Reichel 35dbad809c Remove non-working rounding mode macros for alpha 2007-07-04 20:16:28 +00:00
Sylvain Pion 6d8066fccd Remove new g++ 4.3 warning. 2007-06-08 18:23:01 +00:00