Commit Graph

194 Commits

Author SHA1 Message Date
Laurent Rineau 2eb3006a14 Fix: Convex_hull_d is QPL, not LGPL. 2009-02-03 17:50:43 +00:00
Andreas Fabri 74bf87b137 one less warning for VC++ 2008-11-25 10:43:44 +00:00
Laurent Rineau ec9f2e29e5 Update citations (s/07/08/).
Let us hope that CGAL-3.4 will be release before 2009!
2008-11-20 22:19:28 +00:00
Laurent Rineau 4032eade9a Massive removale of "QUIET" in find_package calls (except for
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +00:00
Andreas Fabri 14de565860 Removed makefile 2008-11-11 15:52:02 +00:00
Andreas Fabri e1d3b3db3b Comment call to leda::print_statistics function which is missing in the free edition 2008-11-11 15:51:17 +00:00
Andreas Fabri de4f2d8445 As the demos don't need Qt the default generated file doesn't do the job 2008-11-11 15:39:41 +00:00
Sylvain Pion 3823b3bbc0 Add {} after empty else block to remove warnings 2008-07-30 09:54:22 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +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
Laurent Rineau 51f01ad033 Fix "Error: The function "atoi" must have a prototype."
(detected by Sun CC-5.9)
2008-03-11 11:23:57 +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
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
Sylvain Pion ba2dc8bab2 Disable debug mode which was enabled by default...
( Maybe this caused slowdowns for the d-dim stuff... )
2008-01-17 21:59:23 +00:00
Sylvain Pion ac72743078 remove warning for empty body of for loop 2007-12-30 14:56:53 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Andreas Meyer 0f941fbcf2 again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +00:00
Andreas Meyer c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Andreas Fabri 8dd2382415 typo 2007-08-14 13:04:00 +00:00
Andreas Fabri 975b886328 .C -> .cpp 2007-06-28 18:36:15 +00:00
Sylvain Pion 51b8b2e28a Do not use _DEBUG, prefix some macros by CGAL_KD_. 2007-05-23 13:33:11 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion 050c27d13b Spell check. 2007-04-17 13:31:51 +00:00
Sylvain Pion 7e71c4b1f1 Move Convex_hull_d documentation under Convex_hull_d rather than Kernel_d. 2007-04-17 13:28:07 +00:00
Andreas Fabri 39eb2af0f2 Remove Window_stream 2007-03-20 22:00:26 +00:00
Andreas Fabri e98af359f4 removed and modified demos which depend on Leda 2007-03-13 13:47:55 +00:00
Joachim Reichel 704933f79a replace obsolete variable CGAL_WINDOW_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:57:31 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +00:00
Sylvain Pion a24361e4ae pgcc warning-- 2007-03-10 10:50:36 +00:00
Sylvain Pion fef0400986 Add parentheses to fix a warning.
(I hope I get the logic right !)
2007-03-08 09:36:50 +00:00
Sylvain Pion d5c2d0aa24 rename .C to .cpp 2007-01-27 21:17:33 +00:00
Andreas Meyer 68c3715b5c support for LEDA 5.x (mostly done by Eric Berberich) 2006-08-10 15:14:32 +00:00
Andreas Fabri c29334c0cb changed .C to .cpp in examples 2006-07-09 21:20:20 +00:00
Andreas Fabri ba1e852de0 Added #include of Handle_for 2006-04-05 15:26:02 +00:00
Fernando Cacciola f325446f66 Missing #include <CGAL/basic.h> added 2006-03-29 14:31:13 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Marc Glisse b41ad5d643 Missing std:: or #include <cstdlib> 2006-02-25 23:14:49 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 75227528ee Move packages to trunk root 2006-02-14 08:58:14 +00:00