Commit Graph

16 Commits

Author SHA1 Message Date
Guillaume Damiand a29c905ee0 Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +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
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
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 200244a755 fix for VC++ 2010-07-09 06:50:24 +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
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 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 17cf111f69 make Polynomial explicit constructible from Coeff/ICoeff, which prevents bugs 2010-04-28 12:31:42 +00:00
Michael Hemmer a29fd3130f added missing include 2010-03-16 14:49:49 +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
Michael Hemmer 7eee2b6780 rename file 2009-08-17 07:09:30 +00:00