Commit Graph

29 Commits

Author SHA1 Message Date
Andreas Fabri beb1417477 remove unused header files; remove commented includes; changed include paths 2016-02-15 14:20:12 +01:00
Sébastien Loriot 251a9d8446 fixes for tests to use leda and not gmp 2014-06-19 14:29:20 +02:00
Andreas Fabri 92ebc695a2 remove unused parameter name 2013-02-28 09:46:55 +01:00
Andreas Fabri e337d22aa2 Add export statements 2011-10-13 10:03:33 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Laurent Rineau 9c3701e4fc Use boost::iterator_facade. Without it, it is very difficult to write
iterators that real are models of the iterator concepts.
2010-11-29 12:33:20 +00:00
Laurent Rineau 09bab9cce9 Missing operator+ in CGAL::POLYNOMIAL::internal::Derivative<Fn>::It 2010-11-25 15:41:22 +00:00
Andreas Fabri 885678e792 Removed default constructor as there exists a constructor with one argument having a default value 2010-08-05 06:41:44 +00:00
Sébastien Loriot d53e01f1a1 remove package namespace macro 2010-06-09 08:45:58 +00:00
Marc Glisse 2256ae01e7 Trivial fixes for the testsuite. 2010-04-22 09:58:25 +00:00
Sylvain Pion 6cc542446d Fix some typos in the protect macro names.
Use a form "#ifndef" more consistently.

The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :

grep -r -m 1 '#ifndef' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +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
Daniel Russel 13660ff8d5 fixed a bug in solver and added regular_expression_inexact_traits 2007-01-24 04:44:16 +00:00
Daniel Russel e28894d30a cleaned up names in KK and FK 2007-01-22 18:36:00 +00:00
Daniel Russel ad256e12ef kernels fixed for new number traits 2007-01-21 23:40:54 +00:00
Daniel Russel 43cf28218c core working 2007-01-20 21:39:01 +00:00
Daniel Russel 02ccc9c36f before trying to clean things up for new number type stuff 2007-01-18 23:26:44 +00:00
Michael Hemmer 03010a476d replaced:
Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-16 08:54:12 +00:00
Daniel Russel fa295ec3cd Newton working well and everything else working. Will remove old solver to clean things up 2006-11-06 23:57:15 +00:00
Michael Hemmer 4ab92e6bda added #include<vector> since needed by file 2006-10-27 14:35:09 +00:00
Daniel Russel 104ddd51e6 patch for VC debugging 2006-05-18 20:31:29 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Daniel Russel 8f51d3fe2c handle zero function 2006-03-26 12:21:16 +00:00
Daniel Russel 5c5307351d removed refs to Gmpq 2006-03-13 22:35:27 +00:00
Daniel Russel c139c5ca25 updated everything for changes to interface 2006-03-10 00:00:09 +00:00
Daniel Russel 5eedc7e998 various optimizations 2006-02-21 05:49:40 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 2ed7e93bca Move packages to trunk root 2006-02-14 08:58:16 +00:00