Commit Graph
27707 Commits
Author SHA1 Message Date
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
Peter Hachenberger 9114d93fb2 added CGAL_ to some macros 2006-03-24 13:08:31 +00:00
Peter Hachenberger e6760f090a added CGAL_ to some macros 2006-03-24 13:07:38 +00:00
Peter Hachenberger 21db1d8ba5 should compile on MacOS X, now. 2006-03-24 12:19:03 +00:00
Andreas Fabri 3d8f2de06b fixes in program_options and new stuff for zlib on windows 2006-03-24 11:36:08 +00:00
Laurent Rineau 405f4ab235 Remove again the demo directory from CGAL releases. 2006-03-24 08:55:21 +00:00
Mariette Yvinec 82cade395b 2006-03-24 08:06:52 +00:00
Mariette Yvinec 564e5cb316 2006-03-24 07:24:39 +00:00
Daniel Russel a7c555fdc8 patching for visual studio protections bug 2006-03-24 01:57:48 +00:00
Daniel Russel b901b906d1 rearranged makefiles and things 2006-03-23 23:59:38 +00:00
Daniel Russel 5543720129 oops, forgot to handle Gmpq not having infinity 2006-03-23 23:41:18 +00:00
Fernando Cacciola 18c356954c VC8 fixes 2006-03-23 21:46:21 +00:00
Andreas Meyer 6fccd95e93 improved visual appeal of pkg descr 2006-03-23 18:30:50 +00:00
Andreas Meyer e7c0d60fcb part descriptions 2006-03-23 18:29:23 +00:00
Andreas Meyer 6f728868cf description for parts (preliminary) 2006-03-23 18:03:22 +00:00
Peter Hachenberger fb20cf2cdb should also work on Windows now. 2006-03-23 17:03:27 +00:00
Frédéric Cazals 0b1ed74e83 FC: I completed a solution of props maps based on std::map.
let's wait for Andreas' answer regarding other options...
2006-03-23 16:56:42 +00:00
Laurent Rineau 08461f35c0 added <assert.h> 2006-03-23 16:31:14 +00:00
Laurent Rineau bf6fc29c4f Typo: added 1e-2 2006-03-23 16:28:54 +00:00
Laurent Rineau 8472040e68 dont_submit update 2006-03-23 16:21:15 +00:00
Laurent Rineau 8874b778cd - added a demo, even if it is not ready
If somebody or the release manager do not agree with that, I will
  "dont_submit" it. So "Speak Now or Forever Hold Your Peace!" :-)
2006-03-23 16:19:20 +00:00
Laurent Rineau bef678f7da - the teaser picture of the doc is now centered in HTML too 2006-03-23 16:12:10 +00:00
Laurent Rineau 6231c6ed23 GNUmakefile hacking 2006-03-23 16:10:54 +00:00
Laurent Rineau cc7dc178c7 - the handle of bad edges, in
include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h, is now lazy,
  like in Surface_mesher_manifold.h
- include/CGAL/Surface_mesher/Surface_mesher_regular_edges_with_boundary.h 
  now longer exists: Surface_mesher_regular_edges is templated by a
  boolean (see the code)
- fix efficiency errors in Surface_mesher_manifold.h
2006-03-23 15:52:52 +00:00
Laurent Rineau 6e97eaa695 added CGAL/basic.h, just in case 2006-03-23 15:49:09 +00:00
Laurent Rineau 6f5d212c6e - updated test parameters 2006-03-23 15:48:42 +00:00
Laurent Rineau 62aa010da2 - new version, more didactic, of
examples/Surface_mesher/3d_image_surface_mesher.C
2006-03-23 15:48:00 +00:00
Laurent Rineau 84a9a36df9 - killed warnings in ImageIO 2006-03-23 15:42:27 +00:00
Laurent Saboret 8c06330b95 Declare cgal_taucs_available_memory_size() as inline 2006-03-23 14:36:46 +00:00
Laurent Saboret 2f2e783569 install_cgal detects now properly TAUCS on Cygwin/Visual C++. It probably also works for Cygwin/Intel Compiler.
Note: TAUCS is not compatible with Cygwin/g++ (no makefile provided).
2006-03-23 14:35:07 +00:00
Andreas Fabri f3af5c1be2 Added #include<CGAL/basic.h> 2006-03-23 14:11:42 +00:00
Laurent Rineau 7b01ac7f51 - remove the precision from examples/Surface_mesher/3d_image_surface_mesher.C 2006-03-23 10:40:23 +00:00
Andreas Meyer 2ecf058582 package descriptions, MK II 2006-03-23 10:12:17 +00:00
Daniel Russel cfd2923051 removed debuggin variable 2006-03-23 01:33:31 +00:00
Daniel Russel 414ecc83f5 deal with inf and doubles better 2006-03-23 01:08:38 +00:00
Daniel Russel dbcf1faf36 print out instructions on SoQt instead of just having compiler warning 2006-03-23 00:57:42 +00:00
Laurent Rineau 68fbbbb19c - add a case in the testsuite 2006-03-22 23:47:02 +00:00
Sylvain Pion 1aa2fda9f5 - Swap order of CUSTOM_CXXFLAGS and ADDITIONAL_CXXFLAGS
(spotted because I want to alter the default -Wall by -Wno-non-virtual-dtor)
2006-03-22 23:09:50 +00:00
Andreas Meyer 35259c9753 added some immature package description mechanism 2006-03-22 22:54:44 +00:00
Laurent Rineau dbc7185272 - added explanation of parameter error_bound of the constructor of
Implicit_Surface_3, in its ref page
2006-03-22 22:37:22 +00:00
Laurent Rineau cf4f92ec29 - change the way the parameter error_bound of the constructor of
Implicit_Surface_3 is multiplied by the radius of the bounding sphere.
- change some bug messages
2006-03-22 22:03:45 +00:00
Laurent Rineau 6452185f7c my proposal for this sentence. See the diff 2006-03-22 21:47:07 +00:00
Laurent Rineau 1fbd74b36b important patch: change the sign returned by Gray_level_image_3::operator() 2006-03-22 21:44:43 +00:00
Laurent Rineau 71f51a264e - change sligthly the code of examples, and modify sligthly the user manual
accordingly
2006-03-22 21:43:49 +00:00
Laurent Rineau 7bea6871e1 This is yet another stupid SVN comment! 2006-03-22 21:40:59 +00:00