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 |
Laurent Rineau
|
0c9c775671
|
Display time before the assertion
On one platform, the assertion assert( t.time() >= 0.0); fails. I want
to display t.time() before checking its sign.
Trivial bug fix for master.
|
2015-01-15 11:06:44 +01:00 |
Laurent Rineau
|
5a43f93ba8
|
Fix memory leaks (in tests)
|
2013-10-30 13:50:15 +01:00 |
Laurent Rineau
|
008ccc5b48
|
Add missing #include <cassert>
|
2013-04-25 11:20:36 +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 |
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 |
Andreas Fabri
|
096bffba4b
|
Use :Protect_FPU_rounding in order to restore rounding mode
|
2008-10-17 13:06:01 +00:00 |
Sylvain Pion
|
550712455e
|
Rename Timer to Profiling_tools (subdirectories).
|
2008-08-22 16:22:41 +00:00 |
Sylvain Pion
|
00e0b0e81a
|
Rename Timer to Profiling_tools (second try).
|
2008-08-22 16:20:59 +00:00 |