Commit Graph
86 Commits
Author SHA1 Message Date
Laurent Rineau 9e9e89b179 Disable a data file
Approved by the Release Manager.
2014-08-28 16:29:35 +02:00
Laurent Rineau 5e7a628a45 Allow to compile without CORE or LEDA
The two "exact_construction" kernels are commented out. That patch
comments also the inclusion of the two headers. That avoids a
compilation error when neither CORE neither LEDA is available.

Trivial bug fix for master.
2014-08-07 17:43:02 +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
Philipp Möller 1adf441b18 Convert all CRLF files to LF 2012-12-03 18:44:24 +01:00
Sébastien Loriot 9f08f92ee9 BUGFIX in offset computation
while computing the offset of a polygon, it might happen that a candidate polygonal
component is discarded (if it's not a valid polygon but a polyline for example).
In that case, some halfedges are marked as visited, but among them some could be
needed by another component. In this patch, we collect all halfedges marked as visited
and unmark them in case the polygon is incomplete.

The test added was not correctly working before the patch.
2012-10-03 08:33:54 +00:00
Sébastien Loriot 3e36824df7 remove unused variable warnings 2012-10-03 08:21:35 +00:00
Andreas Fabri a3d7c19dbe Fix for Windows 'min/max' bug 2012-01-19 08:22:09 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot 41ae6a0cac correct typo in .cmd 2010-12-20 14:40:43 +00:00
Fernando Cacciola df69129ee4 Lowering testsuite load 2010-10-12 15:50:31 +00:00
Fernando Cacciola 72ed56006a Reverting to release 3.6 2010-08-19 05:06:11 +00:00
Andreas Fabri f6c700da1b Added static_cast 2010-06-25 06:56:45 +00:00
Fernando Cacciola 73da9f96ca Misc code fixes/cleaning up, plus documentation updates 2010-06-24 15:54:55 +00:00
Fernando Cacciola 20b7f183ee Misc compiler fixes and doc updates 2010-06-16 20:00:43 +00:00
Fernando Cacciola d6d94eff84 Simplified API testsuite 2010-06-11 16:49:25 +00:00
Fernando Cacciola bbf18925e7 Simplified API testsuite 2010-06-11 05:10:04 +00:00
Fernando Cacciola aff0c71a68 Simplified API testsuite 2010-06-08 20:47:41 +00:00
Fernando Cacciola 91c0cb5e76 Fixed weights handling 2010-04-15 22:17:21 +00:00
Fernando Cacciola 7dfa9bcea9 Removed EPECK_with_sqrt kernel 2010-03-25 13:25:52 +00:00
Fernando Cacciola fef1031474 Working test suite 2010-02-02 17:57:16 +00:00
Fernando Cacciola 7c172d599c re-fixed size_t warnings 2010-02-02 15:31:40 +00:00
Fernando Cacciola fc18123f79 Fixed -1 to size_t warning 2010-02-02 14:49:29 +00:00
Sébastien Loriot 95d83d7e79 remove warnings 2010-01-21 11:13:31 +00:00
Fernando Cacciola c9c10cdb3c SS weighted version 2010-01-17 15:13:08 +00:00
Fernando Cacciola d07ab269c6 Robust skeleton node construction fixes 2009-07-24 17:20:12 +00:00
Sylvain Pion 331feab366 Remove svn:executable property on *.poly files 2009-01-03 13:34:13 +00:00
Sylvain Pion 8eab7e07dd Split <CGAL/assertions.h> in 2 files, by moving the assertion behaviour
changing functions to a separate header, not included by default
(<CGAL/assertions_behaviour.h>).  The motivation is to hide the enum
values with risky names (ABORT, EXIT, CONTINUE) to a header file which
is most probably not used by any user (or very few).
(breaks backward compatibility for an expected very few, for the sake
of erasing random surprises for "many" ?)
2008-11-21 16:42:02 +00:00
Andreas Fabri 8ec64344ea Remove unused variable 2008-11-04 10:21:21 +00:00
Fernando Cacciola c2f03cca34 Added timeout watchdog using visitors 2008-10-20 19:01:09 +00:00
Fernando Cacciola 8608064198 Fixed numerical handling problem 2008-10-14 15:08:59 +00:00
Fernando Cacciola 1fc6bcadc4 Removed hand-made example cmake scripts 2008-09-04 18:58:48 +00:00
Sylvain Pion aff1bf74aa Replace CGAL::Interval_nt<>::number_of_failures() by a CGAL_PROFILER() counter. 2008-08-06 13:16:04 +00:00
Sylvain Pion 9f6a417bc9 Remove set_error_behaviour(CONTINUE). 2008-07-31 09:18:39 +00:00
Sylvain Pion fd8fa1d51b Rename *.C to *.cpp 2008-07-16 08:28:03 +00:00
Fernando Cacciola ea7e41de07 Fixed test to check both full and partial skeletons 2008-05-09 19:05:16 +00:00
Fernando Cacciola 4a5689b69b Improved full and partial skeleton creation testing 2008-05-08 22:29:36 +00:00
Fernando Cacciola 8adbf35a68 Miscelaneous SLS fixes 2008-05-07 16:01:29 +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
Fernando Cacciola d12124c350 Partial skeletons for faster offsetting 2008-04-28 17:03:23 +00:00
Fernando Cacciola f59aab14b7 Added filter statistics 2008-04-11 17:21:45 +00:00
Laurent Rineau 7c7eb63fa7 Fix the error
"test_sls.cpp", line 87: Error: The function "exit" must have a prototype.
detected by Sun CC.
2008-03-11 12:23:12 +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
Fernando Cacciola 6187ff621b Simplified API and polygon offset arrangement 2007-11-23 22:35:44 +00:00
Fernando Cacciola 2409987df8 Skeleton Converter added 2007-11-19 12:57:13 +00:00
Fernando Cacciola 2b84d80100 Bug fixes 2007-09-10 14:13:45 +00:00
Marc Glisse 07384bc3b3 Sunpro vector constructor workaround. 2007-08-28 10:03:25 +00:00
Fernando Cacciola a5ed83b166 Larger samples removed to avoid timeouts 2007-03-23 14:27:37 +00:00