Andreas Fabri
|
bbd5e917bc
|
fix typo
|
2019-02-22 16:28:02 +01:00 |
Andreas Fabri
|
6571ffa607
|
Include <iostream>
|
2019-02-22 16:11:53 +01:00 |
Andreas Fabri
|
e62ab30e6c
|
Fixes of fixes
|
2019-02-15 09:03:58 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
2d191d6651
|
commit CMakeLists.txt for all examples and tests
|
2016-03-07 17:39:36 +01:00 |
Andreas Fabri
|
4ef4b18fd1
|
comment was moved to the user manual
|
2012-10-03 06:17:23 +00:00 |
Michael Hemmer
|
3d965ead8e
|
use PT to construct polynomials
|
2010-05-03 12:22:48 +00:00 |
Michael Hemmer
|
1aabe3b9e9
|
Residue needs ieee double precion as well as rounding mode to nearest
use CGAL::Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
|
2008-12-10 10:19:44 +00:00 |
Sylvain Pion
|
af48d47506
|
Replace Protect_FPU_rounding<true> pfr(CGAL_FE_TONEAREST)
by Set_ieee_double_precision.
|
2008-12-03 21:42:28 +00:00 |
Michael Hemmer
|
e1737961cd
|
uses config.h instead of basic.h
|
2008-11-11 15:15:36 +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 |
Michael Hemmer
|
eba9e0b1ed
|
use CGAL/config.h
|
2008-09-25 15:40:34 +00:00 |
Michael Hemmer
|
8ee1a5ec59
|
more comments / using Gmpz again
|
2008-09-25 13:24:33 +00:00 |
Michael Hemmer
|
7b031d923f
|
CGAL::Modular -> CGAL::Residue
MT::Modular_type -> MT::Residue_type
|
2008-09-09 08:29:41 +00:00 |
Michael Hemmer
|
ca4450f1a4
|
rm unused variable
|
2008-05-16 07:39:56 +00:00 |
Fernando Cacciola
|
f93437ca22
|
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
|
2008-05-05 14:01:55 +00:00 |
Michael Hemmer
|
4b3cbf89e6
|
not needed
|
2008-04-23 08:04:38 +00:00 |
Fernando Cacciola
|
b704509dcf
|
Examples/Demos/Test CMake scripts updated
|
2008-03-05 21:14:02 +00:00 |
Fernando Cacciola
|
a659cd852a
|
Added project() and conditional test for CGAL_DIR
|
2008-02-14 15:42:36 +00:00 |
Fernando Cacciola
|
14043c43a0
|
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
|
2008-02-08 17:47:21 +00:00 |
Fernando Cacciola
|
afddfc4fca
|
CMake scripts for demos/examples/test added
|
2008-02-06 19:06:24 +00:00 |
Michael Hemmer
|
7499beea11
|
changed Is_convertible into Is_modularizable
|
2007-03-28 12:58:13 +00:00 |
Michael Hemmer
|
079f6c7808
|
added doc and example for CGAL::Modular_traits
|
2007-03-28 08:45:15 +00:00 |