Commit Graph

27801 Commits

Author SHA1 Message Date
Laurent Rineau 9065493d94 - Patch to ImageIO to kill warnings of SunCC. ImageIO was a C library but
is compiled by a C++ compiler. It needs adjustments.
2006-03-29 14:33:19 +00:00
Laurent Rineau b0ca2a2746 typo in a comment 2006-03-29 14:31:16 +00:00
Fernando Cacciola f325446f66 Missing #include <CGAL/basic.h> added 2006-03-29 14:31:13 +00:00
Andreas Fabri e717e10966 Added superfluouos #include and Ctrl-M cleanup 2006-03-29 14:23:24 +00:00
Laurent Rineau 4bd53a4a22 - New "#if CGAL_USE_CORE/#endif" around the use of CORE, in
test/Surface_mesher/implicit_surface_mesher_test.C
2006-03-29 14:09:17 +00:00
Sylvain Pion 24045f8fd9 Add $CGAL_SHARED_LIB_INSTALL_NAME to specify the -install_name option for
building dylibs on Darwin (removes the need for $DYLD_LIBRARY_PATH).
2006-03-29 13:45:08 +00:00
Andreas Fabri c1c0b1906e Added the demo 2006-03-29 08:21:25 +00:00
Andreas Fabri ea43a393c4 Changed Construct_point_2::operator()(Line) 2006-03-29 07:57:25 +00:00
Andreas Fabri 2e1eba889e Removed rounding for Gmpq as it may change orientation of points 2006-03-29 07:51:47 +00:00
Sylvain Pion faf9a99f21 On Darwin, -fno-common is only needed when making the shared libs themselves,
not all the time, so move it from ADDITIONAL_CXXFLAGS to CGAL_SHARED_LIB_CXXFLAGS.
2006-03-28 21:30:31 +00:00
Andreas Fabri 39ac85b8b1 Added #include <CGAL/basic.h> 2006-03-28 21:29:50 +00:00
Bernd Gärtner a911c6340b added cin-files to allow execution of examples in testsuite 2006-03-28 15:38:11 +00:00
Andreas Fabri 70ad3ddf1e Added ccPkgDescription 2006-03-28 13:52:21 +00:00
Andreas Fabri f5f4760b7c Made example work with new Kernel design 2006-03-28 13:39:28 +00:00
Andreas Fabri 405a847ead Made example work with new Kernel design 2006-03-28 13:38:10 +00:00
Peter Hachenberger 6d2db9d6f8 removed bug in function clear() 2006-03-28 12:40:51 +00:00
Peter Hachenberger 78159aba79 added lines for funtion clear() 2006-03-28 12:40:12 +00:00
Michael Hoffmann 569f82f4c8 Fix CORE include. 2006-03-28 10:21:32 +00:00
Laurent Saboret e2e4323dd7 Return an error code instead of asserting to please CGAL test suite 2006-03-28 10:07:13 +00:00
Laurent Saboret d5f6332ecf Added error message 2006-03-28 10:05:35 +00:00
Andreas Fabri 65de099a11 Fix in ZLIB for windows and new conf file for non-windows 2006-03-28 09:41:17 +00:00
Laurent Saboret 703de7620f Fixed test suite on Cygwin: removed call to time shell command 2006-03-28 07:36:26 +00:00
Andreas Fabri a1e552c22c Replaced #ifdef WIN32 with #ifdef _MSC_VER in ImageIO.c 2006-03-28 06:52:00 +00:00
Andreas Fabri 17bb37e540 Replaced #ifdef WIN32 with #ifdef _MSC_VER in ImageIO.c 2006-03-28 06:51:40 +00:00
Bernd Gärtner 362466495b changed example/ data file naming for consistency 2006-03-27 15:56:10 +00:00
Bernd Gärtner 958ba8c6b1 added new examples that allow the solver to be used as standalone application 2006-03-27 15:47:36 +00:00
Michael Hoffmann 01228d2f2f Make KEY case-insensitive in support_menu. 2006-03-27 12:20:34 +00:00
Baruch Zukerman 4e2878a16d making a surface xy monotone 2006-03-27 11:49:14 +00:00
Daniel Russel 66917a69b3 removed unused var 2006-03-27 10:53:19 +00:00
Laurent Saboret a724496f02 Use smaller test models to avoid cpu time limit 2006-03-27 10:38:06 +00:00
Bernd Gärtner 012321adf5 fixed unitialized variable warning 2006-03-27 09:23:31 +00:00
Sylvain Pion 44bec1b413 - Flatten code structure to remove warning. 2006-03-27 09:13:37 +00:00
Sylvain Pion 5b95572773 Change std::size_t to unsigned int (on some systems they are not the same type). 2006-03-26 22:32:24 +00:00
Sylvain Pion 403a5c9424 - Check result of assign. 2006-03-26 22:08:27 +00:00
Sylvain Pion f2800b9b8a - Initialize variables to stop warning 2006-03-26 21:31:32 +00:00
Sylvain Pion a302f59f26 - Remove warning. 2006-03-26 21:00:34 +00:00
Fernando Cacciola 417891f528 More VC8 fixes 2006-03-26 16:16:40 +00:00
Daniel Russel 8f51d3fe2c handle zero function 2006-03-26 12:21:16 +00:00
Daniel Russel a5463f6d99 extra typenames removed, why doesn't gcc complain here? 2006-03-26 12:14:47 +00:00
Daniel Russel 2fc757d99f try to avoid ICE, this file seemed to be the one causing it, and this seemed to make it go away. This is all way to brittle though 2006-03-26 00:21:31 +00:00
Andreas Fabri 330e91616d Added a '.' to a rule 2006-03-25 17:39:31 +00:00
Sylvain Pion 209e525fb4 Force initialization of data members to prevent warning. 2006-03-25 12:23:10 +00:00
Sylvain Pion 23d1b2e70d - Renaming to avoid potential confusion 2006-03-25 12:21:56 +00:00
Andreas Meyer 04e9ae21d5 remove "W" again from libs, because it resulted in undefined references 2006-03-25 11:37:44 +00:00
Sylvain Pion 202e83f741 - Remove uninitialized warning. 2006-03-25 11:20:16 +00:00
Sylvain Pion 930150c7ee - Remove some warnings, and some useless point copies. 2006-03-25 11:16:13 +00:00
Daniel Russel 57c48bb359 made all not build 3d 2006-03-25 05:25:19 +00:00
Andreas Meyer 112fee3471 added libW to please WindowStream
... hope this does not brake anything :-)
2006-03-24 17:20:45 +00:00
Mariette Yvinec ade35a8e29 fixes to take into account Efi's comments 2006-03-24 16:59:02 +00:00
Laurent Saboret ea51b7e532 Fixed bug in cgal_taucs_available_memory_size(): don't do anything if not Linux 2006-03-24 16:52:08 +00:00