Commit Graph

281 Commits

Author SHA1 Message Date
Andreas Fabri 2bfc6535bf Fix for Windows 'min/max' bug 2012-01-23 08:41:10 +00:00
Andreas Fabri a213593dff Fix for <windows.h> bug 2012-01-21 08:36:43 +00:00
Andreas Fabri 628abfbb4c Fix for Windows 'min/max' bug 2012-01-19 08:09:04 +00:00
Andreas Fabri c45cc051dd Fix for Windows 'min/max' bug 2012-01-18 09:57:46 +00:00
Michael Hemmer 7a406177ef rm use of assert 2012-01-17 14:54:29 +00:00
Laurent Rineau a46f5ed05d Add a copyright and license notice 2012-01-16 14:27:54 +00:00
Laurent Rineau 99a28b4bc8 Missing "#include <cassert>" for assert. 2012-01-16 10:29:14 +00:00
Laurent Rineau 27383e7ee1 merge from next 2011-10-17 16:18:46 +00:00
Sébastien Loriot 961d58fa4b update files with incorrect license headers (QPL but should be LGPL) 2011-10-10 16:07:44 +00:00
Michael Hemmer 7c31f2f284 merge from next 2011-10-10 14:02:41 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot 1046e461e7 thread-safe static Polynomial::get_default_instance() 2011-09-08 10:04:15 +00:00
Guillaume Damiand a29c905ee0 Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +00:00
Michael Hemmer 5ca5d133aa minor fix 2011-07-13 14:50:58 +00:00
Sébastien Loriot 8ce2048aea add #include<CGAL/config.h> before any directive CGAL_USE_* 2011-03-02 18:52:57 +00:00
Sébastien Loriot ae62b2ae4d remove warnings 2011-02-24 16:36:04 +00:00
Michael Hemmer ab9d38dab4 minor bug fix in generation of sparse polynomials for tests 2010-11-04 13:47:59 +00:00
Michael Hemmer 7d24c3bb9f fixing a very old bug 2010-11-04 12:48:47 +00:00
Andreas Fabri 92829bfe28 Don't call Random::get_int(0,0) as [0,0) is not well defined 2010-10-06 06:17:09 +00:00
Andreas Fabri 56debebe07 Don't call Random::get_int(0,0) as [0,0) is not well defined 2010-10-05 14:58:11 +00:00
Laurent Rineau 9277a77b72 Fix all svn:keywords in */include/ 2010-10-04 11:00:27 +00:00
Michael Hemmer 37b8a8ba00 remove too expensive postcond 2010-09-03 12:46:16 +00:00
Michael Hemmer a5e7591328 return const & where possible 2010-09-02 15:33:28 +00:00
Michael Hemmer 648f5d1e1a fix minor bug in gcd_utcf 2010-08-17 09:20:10 +00:00
Sébastien Loriot 301b04954e update testsuite to avoid assert(false)
add a cout comments when nothing is tested (no arithmetic kernel)
update macro
2010-08-12 13:49:08 +00:00
Michael Hemmer f7731fc15e use f==g before computing the gcd(f,g) 2010-08-04 15:30:42 +00:00
Michael Hemmer e786da1314 use static default instance in default constructor 2010-08-03 11:18:47 +00:00
Michael Hemmer 200244a755 fix for VC++ 2010-07-09 06:50:24 +00:00
Michael Hemmer 4fa9589ab7 bugfix for i686_Cygwin-Vista_MSVS2008-Release-32bits 2010-07-08 15:04:38 +00:00
Michael Hemmer de81cb08f8 added missing test for is_square_free
reduce costs of test for square_free_factorization
2010-07-08 15:04:00 +00:00
Michael Hemmer f2fef56a53 consistent use of struct/class 2010-07-08 10:37:04 +00:00
Andreas Fabri 625582b52e perform static_cast<int> as Polynomial degree is bound by int not size_t 2010-06-22 09:26:00 +00:00
Michael Kerber 4377bda5fe Introduced cast-to-void to avoid compiler warnings 2010-06-18 15:10:29 +00:00
Michael Kerber f39ad3b38e Make pedantics happy 2010-06-18 15:00:20 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Michael Hemmer 65d67a3591 move Wang traits spec into Sqrt_extension 2010-05-05 16:04:03 +00:00
Michael Hemmer 08220653fc went into AST 2010-05-05 16:00:25 +00:00
Michael Hemmer 7622de47d7 rm comments 2010-05-05 15:20:34 +00:00
Michael Hemmer a6d6b78d52 rm comment 2010-05-05 15:19:28 +00:00
Michael Hemmer 0d2cb98390 move Get_arithmetic_kernel specializations into correct packages 2010-05-05 14:19:26 +00:00
Michael Hemmer 995594696e extend constructor from iterator range such that it allwos int, ICoeff and Coeff
-This lie, and those below, will be ignored--

M    Test/_test_polynomial_traits_d.h
M    Polynomial_traits_d.h
2010-04-30 11:37:33 +00:00
Michael Hemmer 49e547c7db rm cout 2010-04-30 07:00:55 +00:00
Michael Hemmer 17cf111f69 make Polynomial explicit constructible from Coeff/ICoeff, which prevents bugs 2010-04-28 12:31:42 +00:00
Michael Hemmer 3f748c9055 remove some unnecessary function overloads 2010-04-22 11:20:50 +00:00
Michael Hemmer 028e6132d9 -Wall -pedantic -Wno-long-long -Wstrict-overflow=0 2010-04-21 16:20:47 +00:00
Michael Hemmer d057a419f3 fixed wrong fwd declarations 2010-04-20 09:43:03 +00:00
Michael Hemmer cd719b5db5 rename internal gcd/gcd_utcf to gcd_/gcd_utcf_ 2010-04-19 12:29:57 +00:00
Michael Kerber e8e247ac50 Subresultants with cofactors now also work for equal degrees 2010-04-14 14:31:50 +00:00
Michael Kerber f131890356 Bugfix: New algorithm for subresultants with cofactors 2010-04-13 19:55:57 +00:00
Eric Berberich 3458ca869d added this-> 2010-03-31 08:09:52 +00:00