Commit Graph

31 Commits

Author SHA1 Message Date
Clement Jamin 31e8415983 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-10-01 14:51:09 +02:00
Andreas Fabri 3d4a1be429 WIP with Clement 2015-10-01 09:47:47 +02:00
Andreas Fabri 0d70d7b1ce do not write 'static' in the macro so that we can use the macro also for a definition 2015-09-14 10:17:22 +02:00
Andreas Fabri ea612e9645 Improved macros to avoid #if #else where we want to use TLS
The Residue.cpp file still needs simplification
2015-09-11 18:01:51 +02:00
Andreas Fabri a14cf913e9 WIP: In Lazy.h we now have a single macro for boost and c++11 thread 2015-09-11 14:54:11 +02:00
Andreas Fabri 220651bc88 Use CGAL_THREAD_LOCAL as thread_local only comes with VC201 2015-09-04 18:09:50 +02:00
Guillaume Damiand 6b3fbfb5ef io static methods 2015-03-16 17:14:56 +01:00
Guillaume Damiand 9c78897ba5 Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin 2015-03-16 14:00:43 +01:00
Alexander Kobel a611152412 make prime list const 2014-11-24 10:21:29 +01:00
Guillaume Damiand 6ebeb41dbf Add missing include 2014-11-15 16:51:19 +01:00
Guillaume Damiand b92bcae1a9 Header only for Residue_type.cpp 2014-11-14 14:53:54 +01:00
Guillaume Damiand d3452cff45 Version header only for primes.cpp 2014-11-14 14:33:31 +01:00
Alexander Kobel 8ea840d722 fix Residue constructor from long int
see feature description, change 2.2:
  https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Modular_arithmetic_fixes
2014-02-11 10:14:20 +01:00
Alexander Kobel 1577aa4c56 update list of prime numbers to meet specification
see feature description, change 2.1:
  https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Modular_arithmetic_fixes
2014-02-11 10:14:20 +01:00
Laurent Rineau 902a51c9f2 Fix missing copyright and/or license notice 2012-01-19 16:51:59 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sylvain Pion 8573fe26ce Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Andreas Fabri 5a52575d39 Remove force_ieee_double_precision(); as this is a global side effect; TODO: Add preconditions in the operations which require this setting 2008-10-17 13:14:08 +00:00
Fernando Cacciola 1879926e22 Fixed case: residue.h -> Residue.h 2008-10-09 13:11:27 +00:00
Laurent Saboret c6b21a107f Fixed compilation errors (VC++ 2005). 2008-10-08 16:32:52 +00:00
Michael Hemmer 63d2fb4900 added license header 2008-09-17 07:49:08 +00:00
Michael Hemmer 909c7ed95c made CGAL::Residue thread safe using
boost thread_specific_ptr from <boost/thread/tss.hpp>
2008-09-16 07:31:18 +00:00
Michael Hemmer cff191916d changed name: CGAL::Modular -> CGAL::Residue
chnaged filenames accordingly 
changed: Modular_traits::Modular_NT -> Modular_traits::Residue_type
2008-08-04 15:09:13 +00:00
Michael Hemmer d0722885cd class name CGAL::Modular -> CGAL::Residue 2008-08-04 14:50:05 +00:00
Michael Hemmer e42a22537a use boost::ordered_field_operators1
modular arithmetic needs ieee double precision
2008-04-28 11:31:48 +00:00
Michael Hemmer ef862d658e added primes.h/.cpp (contains precomputed primes) 2008-03-31 12:50:54 +00:00
Sylvain Pion 360d29f72a Rename CGAL_CIRC_NULL to CGAL_NULL. 2007-12-28 15:40:36 +00:00
Michael Hemmer f586999c77 added header
.C -> .cpp
2007-12-20 11:58:01 +00:00
Sebastian Limbach a907ead17b Moved Modular::CST_CUT to Modular_type.cpp 2007-08-02 13:25:45 +00:00
Michael Hemmer 5c539a9ae9 - #include<CGAL/Modular_type.h>
+ #include<CGAL/Modular_arithmetic/Modular_type.h>
2007-04-10 13:33:39 +00:00
Michael Hemmer 372fe0cfce added initial version of package Modular_arithmetic
contains a 
  Modular_type 
  Modular_traits 
preliminar version of :
  chinese_remainder
  modular_gcd ( up to constant factor )
  TODO: implement true modular gcd for multivariat polynomials
2006-12-11 14:12:20 +00:00