Commit Graph

475 Commits

Author SHA1 Message Date
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
Michael Hemmer c71989b406 use default Arithmetic kernel if present 2010-07-07 08:22:42 +00:00
Michael Hemmer 2280e4641d use default arithmetic kernel if present 2010-07-07 07:59:47 +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
Andreas Fabri 0d1c400bb4 Split up the function in orer to avoid ICE of VC++
(It seems that it still additionally needs /bigobj)
2010-05-19 07:57:16 +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 77570116dd fix doc of IO 2010-04-30 07:11:07 +00:00
Michael Hemmer 49e547c7db rm cout 2010-04-30 07:00:55 +00:00
Michael Hemmer c738eb889c minor fix 2010-04-29 15:56:49 +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 125fa88349 CGAL::diff, is deprecated 2010-04-23 07:54:50 +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
Michael Hemmer 1ecaeb71b6 rm usage of Arithmetic Kernel 2010-03-31 08:41:29 +00:00
Eric Berberich 3458ca869d added this-> 2010-03-31 08:09:52 +00:00
Michael Hemmer 5799eaa704 added test for bug in polynomial_subresultants_with_cofactors 2010-03-16 15:58:10 +00:00
Michael Hemmer 2fbe557757 use macro \exacus 2010-03-16 14:57:09 +00:00
Michael Hemmer a29fd3130f added missing include 2010-03-16 14:49:49 +00:00
Michael Hemmer 87967d2416 missing include 2010-03-11 13:58:04 +00:00
Michael Hemmer e31b40850f counterpart is one word 2010-03-06 12:28:58 +00:00
Michael Hemmer 815eef72f2 add missing include 2010-02-18 15:45:24 +00:00
Michael Hemmer c9074430d3 change CGAL_HAVE_.. CGAL_HAS.. 2010-02-11 17:56:29 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Laurent Rineau 6e1b0d9e98 Merged revisions 53794,53805,53807,53812,53818 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r53794 | spion | 2010-01-26 11:02:56 +0100 (Tue, 26 Jan 2010) | 6 lines
  
  Undo revision 53764, since it triggered problems in the Surface_mesher test-suite
  (probably a bug there, but it's a bit late to investigate before 3.6-beta) :
  
    Improve locate() reproducibility.   (backport of trunk's revision 53763).
........
  r53805 | spion | 2010-01-26 17:09:59 +0100 (Tue, 26 Jan 2010) | 9 lines
  
  Backport trunk revisions 53799 and 53804 :
  
    Make locate() deterministic using Boost RNGs.
    The previous approach using a local CGAL::Random failed because it still uses a
    global state through drand48()...
  
    Replace CGAL::Random by Boost RNG (with geometric distribution)
    in the hierarchy as well, to avoid global state sharing issues.
........
  r53807 | penarand | 2010-01-26 19:32:31 +0100 (Tue, 26 Jan 2010) | 3 lines
  
  set RS compilation flag in Mac OS when using g++<4.3
........
  r53812 | penarand | 2010-01-27 09:32:13 +0100 (Wed, 27 Jan 2010) | 3 lines
  
  removed extra ';' from _test_polynomial_traits_d.h
........
  r53818 | lrineau | 2010-01-27 14:43:08 +0100 (Wed, 27 Jan 2010) | 8 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r53811 | afabri | 2010-01-27 09:20:18 +0100 (Wed, 27 Jan 2010) | 1 line
    | 
    | Switch from CGAL::Random to boost::rand48 as T3 did so
    | ------------------------------------------------------------------------
........
2010-01-27 13:44:08 +00:00