Fernando Cacciola
6dbc87028a
Fix minor error
2008-08-22 22:28:23 +00:00
Fernando Cacciola
717b7cf5fb
soversion added
2008-08-22 22:25:25 +00:00
Fernando Cacciola
a84b7f58a2
Fixed variable handling within subdirectories
2008-08-22 21:50:04 +00:00
Ben Galehouse
7bc8e45f26
Added #include <stdlib.h> to make it compile on a gcc 4.3 system.
2008-08-22 19:40:47 +00:00
Fernando Cacciola
db331e146d
Fix CGALCore ON/OFF switch to be WITH_CGALCore and not CGAL_USE_CGAL_CORE
2008-08-22 18:20:41 +00:00
Fernando Cacciola
4015b7f471
Enable back "C" language support... cmake itself seems to need it in TRY_COMPILE (I think it's a cmake bug...)
2008-08-22 18:15:05 +00:00
Fernando Cacciola
ee7cba9c38
Improved/Fixed dependencies and related CGAL_USE_* flags
...
OpenGL and QT3 are now searched by Qt_widget alone.
2008-08-22 17:47:49 +00:00
Fernando Cacciola
e0d7afe6a4
Removed unneeded compiler flag
2008-08-22 17:44:55 +00:00
Fernando Cacciola
4bfdc5e3d2
Add CGAL as a dependency for CGALPDB
2008-08-22 17:44:07 +00:00
Fernando Cacciola
9949de466f
Add CGAL as a dependency for ImageIO
2008-08-22 17:43:23 +00:00
Sylvain Pion
8a31352f65
Mention that it works on Mac OS X as well now.
2008-08-22 16:32:09 +00:00
Sylvain Pion
cafc3f6d0e
Rename Timer to Profiling_tools.
2008-08-22 16:29:53 +00:00
Sylvain Pion
eae803dd08
Rename Timer to Profiling_tools.
2008-08-22 16:24:40 +00:00
Sylvain Pion
b6b02f0ebc
Rename Timer to Profiling_tools.
2008-08-22 16:23:56 +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
Sylvain Pion
3b06d5bde1
Undo last commit (svn bug).
2008-08-22 16:20:23 +00:00
Sylvain Pion
82a750de8d
Rename Timer to Profiling_tools.
2008-08-22 16:16:26 +00:00
Sylvain Pion
cdab39708e
Propagate Uncertain-ty.
...
For the Norway data set, this changes the number of thrown exceptions
from >4000 to just a few.
2008-08-22 16:10:06 +00:00
Sylvain Pion
f615d84fe0
Add new function CGAL::indeterminate() to help generate an indeterminate
...
in template context.
2008-08-22 16:06:53 +00:00
Sylvain Pion
7d5dda0438
Propagate Uncertain-ty.
2008-08-22 15:22:00 +00:00
Andreas Fabri
fda3f6241f
Added global function squared_area
2008-08-22 13:24:50 +00:00
Laurent Rineau
f7784f4598
Fix for Windows platforms, so that Boost_LIBRARY_DIRS is correct even if
...
Boost_THREAD_LIBRARY_path is a list or paths (instead of a single path).
2008-08-22 11:31:06 +00:00
Laurent Rineau
679f5a4e26
Correct quotation of the script.
...
Remove another -q.
2008-08-22 10:15:04 +00:00
Laurent Rineau
254d6856bf
Attempt to debug the "grep" situation on Solaris.
2008-08-22 10:04:05 +00:00
Laurent Rineau
c8bf73082e
Leftover of revision 45057:
...
"- Make CGALimageIO compile at once (and not in two compilation units)."
I forgot to modify the (non-cmake) makefile.
2008-08-22 09:11:40 +00:00
Sylvain Pion
587ca0290b
Add --no-verbose option to wget to make it less verbose (remove progress bar).
2008-08-22 08:31:25 +00:00
Naama Mayer
cc6fbbad21
Fix bug in Equal_2 function
2008-08-21 15:05:43 +00:00
Naama Mayer
63c18b5d54
equality test for polylines
2008-08-21 15:02:44 +00:00
Naama Mayer
bf802f40d4
Adding the test_do_equal to the cgal_test_base
2008-08-21 14:55:05 +00:00
Sylvain Pion
b73bb087ba
Kill warning
2008-08-21 13:43:23 +00:00
Sylvain Pion
dfe92e7da1
kill warning
2008-08-21 13:10:38 +00:00
Sylvain Pion
7d2a42123d
Line_2_Line_2_pair changes to avoid a warning.
...
(code dating back to the origins of CGAL... and it shows...)
2008-08-21 12:50:41 +00:00
Laurent Saboret
e6316826b3
Removed unnecessary includes of CGAL/basic.h.
...
Enforced CGAL_NDEBUG rule:
- code under include/CGAL/ and src/ must not use NDEBUG and assert(), but CGAL_NDEBUG and CGAL assertion macros.
- code under demo/, examples/ and test/ must use NDEBUG and assert().
Added _HAS_ITERATOR_DEBUGGING=0 to .vcproj makefiles to speed up VC++ 2005 debugger.
Removed CGAL_SURFACE_RECONSTRUCTION_CHECK_EXPENSIVE from .vcproj makefiles (unused).
2008-08-21 12:21:20 +00:00
Laurent Saboret
f02e73df8d
Added back trace as orient_normals_minimum_spanning_tree_3() uses a lot of memory. I was not able to optimize more the memory footprint but at least the trace will show the reason of an out-of-memory crash.
2008-08-21 12:11:58 +00:00
Laurent Saboret
b643e74b70
test_all.sh outputs results to log file
2008-08-21 12:08:18 +00:00
Laurent Saboret
a1627b003f
Removed unnecessary includes of CGAL/basic.h
...
Enforced CGAL_NDEBUG rule:
- code under include/CGAL/ and src/ must not use NDEBUG and assert(), but CGAL_NDEBUG and CGAL assertion macros.
- code under demo/, examples/ and test/ must use NDEBUG and assert().
2008-08-21 11:57:02 +00:00
Samuel Hornus
a247a34cd2
Added Mac OS X support for Memory_sizer.
...
Needs testing.
Seems to work, but I don't completely understand the code.
Error checking needs to be implemented.
2008-08-21 11:47:25 +00:00
Efi Fogel
ba02f457b5
added dcel template parameter
2008-08-21 11:38:35 +00:00
Laurent Rineau
30d9bd5b9b
To be coherent with next line: one cannot say "REMOVING LOCAL_TEST_DIR" and
...
not do it.
2008-08-21 09:24:02 +00:00
Laurent Rineau
6e199ed734
- Make CGALimageIO compile at once (and not in two compilation units).
...
- Add $URL$ and $Id$ at some places.
2008-08-21 09:22:39 +00:00
Andreas Fabri
1119e5d024
fixed partial specialization
2008-08-21 07:44:16 +00:00
Laurent Saboret
242349559d
Updated reference manual
2008-08-20 15:16:34 +00:00
Laurent Saboret
42f40a7fc2
Changed the way parameterization errors are reported. Now:
...
- there is a clear distinction between internal errors (aka bugs) and not supported input files (typically models which are not topological discs),
- internal errors trigger a test suite failure.
The main consequence is that OpenNL errors trigger now a test suite failure.
2008-08-20 14:47:53 +00:00
Laurent Saboret
4a58449e4b
Added cgal_test and makefile to ignore list (automatically generated)
2008-08-20 14:37:28 +00:00
Laurent Saboret
5e61260a99
test_all.sh create now a log file
2008-08-20 14:31:55 +00:00
Ophir Setter
e93e696f40
removing comment printed to std cout
2008-08-20 14:12:16 +00:00
Sylvain Pion
f5b031be68
Common reformatting of the _pair classes (oh joy...).
2008-08-20 13:49:31 +00:00
Sylvain Pion
49549ded08
Remove the "may be used uninitialized in this function" by refactoring/cleaning the code
...
(much more would need to be done in this area...).
2008-08-20 12:36:50 +00:00
Sylvain Pion
a846642aa9
typo : succes -> success
2008-08-20 12:35:27 +00:00