Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Sébastien Loriot
7e6a8ec739
fix unused variable warning
2017-08-08 13:38:31 +02:00
Sébastien Loriot
6f122cfa1a
move unused files to archive
2016-10-06 09:53:38 +02:00
Sébastien Loriot
7e2ee496de
update project name of cmake scripts of tests
2016-09-08 00:26:37 +02:00
Sébastien Loriot
c869ee6855
update cmake scripts with at least one example requiring Core
2016-03-24 16:40:57 +01: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
Sébastien Loriot
1118177959
fix unused type warnings
2015-07-23 09:27:55 +02:00
Sébastien Loriot
691689e165
avoid unused typedefs warnings
2015-07-22 14:18:39 +02:00
Sébastien Loriot
3e037f0f15
fix warnings
2015-07-16 14:44:56 +02:00
Laurent Rineau
36d8b5bd18
Convert source files encoding to utf-8
...
All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
2014-08-01 11:20:13 +02:00
Laurent Rineau
495ed0b6ab
Merge remote-tracking branch 'origin/CGAL-Less_warnings-GF'
...
Fix various warnings.
Tested in CGAL-4.5-Ic-97. Approved by the Release Manager.
2014-07-16 17:48:56 +02:00
Laurent Rineau
64c5573a85
rm warning
...
(cherry picked from commit c309fde259c04b8e3beb609b3dece1673240ab34)
Trivial fix for master
2014-07-11 16:51:27 +02:00
Andreas Fabri
964f04c5fb
Remove unnecessary include and typedef
2014-07-11 09:50:19 +02:00
Andreas Fabri
56deede019
Use CGAL_USE_TYPE
2014-07-11 09:49:55 +02:00
Sébastien Loriot
3cfc2e7efe
using Exact_rational instead of Gmpq
2014-06-27 15:20:48 +02:00
Laurent Rineau
c18c93023a
More #include
...
When CORE_arithmetic_kernel and LEDA_arithmetic_kernel are used, then
one should have:
#include <CGAL/CORE_arithmetic_kernel.h>
#include <CGAL/LEDA_arithmetic_kernel.h>
2014-06-24 18:10:07 +02:00
Laurent Rineau
67a3824cec
Change permissions of files created by Andreas
2013-10-04 16:57:11 +02:00
Andreas Fabri
deef1a5fa2
unify names
2013-09-19 12:54:42 +02:00
Andreas Fabri
948b08d72d
simplify tests
2013-09-19 12:53:33 +02:00
Andreas Fabri
c3cce8a8fa
remove unused typedefs and wrap in assertion_code()
2013-09-18 15:06:46 +02:00
Andreas Fabri
5a21045741
Split up Polynomial_traits_d.cpp in smaller testcases
...
as VC++ suffers from a combinatorial explosion
2013-09-18 14:55:03 +02:00
Sébastien Loriot
9fcf46e11a
replace CGAL_[kernel/qpe/triangulation/]_assertion by assert in tests
...
this should be the case, following our guidelines.
using:
find */test/* -name '*.[hc]*' | xargs sed -i 's/CGAL_assertion/assert/g'
2013-03-21 10:50:55 +01:00
Andreas Fabri
0707d8b9be
split the test
2013-03-05 15:30:09 +01:00
Andreas Fabri
b0cffa4c7f
ExponentVector is no BackInsertionSequence
2013-03-04 16:38:30 +01:00
Andreas Fabri
4720c7ad0a
remove a typedef
2013-02-06 17:05:29 +01:00
Laurent Rineau
3b0cacdd2d
Rename a test.
...
There was another target of the same name in ../../examples
2012-10-05 15:01:50 +00:00
Laurent Rineau
7e6972d819
Rename two tests to avoid conflicts
...
There was target name conflicts with
test/Algebraic_foundations/Coercion_traits.cpp
and
test/Arithmetic_kernel/Get_arithmetic_kernel.cpp
2012-10-05 14:13:53 +00:00
Eric Berberich
b306a5acaa
added missing include
2012-06-27 12:27:41 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Philipp Möller
441ca3e68b
square_free_factorize_utcf did not get evaluated in release mode and the test subsequently segfaulted
2011-11-21 17:11:50 +00:00
Guillaume Damiand
a29c905ee0
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
2011-08-31 14:30:07 +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
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
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
0d2cb98390
move Get_arithmetic_kernel specializations into correct packages
2010-05-05 14:19:26 +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
028e6132d9
-Wall -pedantic -Wno-long-long -Wstrict-overflow=0
2010-04-21 16:20:47 +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
5799eaa704
added test for bug in polynomial_subresultants_with_cofactors
2010-03-16 15:58:10 +00:00
Michael Hemmer
87967d2416
missing include
2010-03-11 13:58:04 +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
8573fe26ce
Rename CGALi to internal.
2009-08-24 17:10:04 +00:00
Michael Hemmer
7eee2b6780
rename file
2009-08-17 07:09:30 +00:00