Commit Graph

27071 Commits

Author SHA1 Message Date
Le-Jeng Shiue 00b9eec7bc use std::cin for input off file in the examples 2006-03-07 05:35:35 +00:00
Sylvain Pion ad640e92f0 - Rename .processed_test_results to processed_test_results,
better not hide things uselessly...
2006-03-07 00:33:51 +00:00
Sylvain Pion 63e073ab8f - Fix last change. 2006-03-07 00:31:05 +00:00
Sylvain Pion 0ec1b0efcc - Merge H2 and H3 into Homogeneous_kernel. 2006-03-06 23:51:27 +00:00
Daniel Russel bcf05d4b2d added license 2006-03-06 21:07:02 +00:00
Laurent Saboret bf827e4a06 Put (almost) the entire example code in the user manual (as requested by MK) 2006-03-06 19:23:46 +00:00
Sylvain Pion 1fe35d30e1 - Remove crypt_passwd (obsoleted by SVN move). 2006-03-06 18:44:42 +00:00
Mariette Yvinec 932d3d1b3d updated the doc 2006-03-06 18:26:47 +00:00
Sylvain Pion 0e130994a7 - Fix for universal brain damage: "the the" -> "the". 2006-03-06 17:38:43 +00:00
Sylvain Pion 388ba779f3 - Fix frenchism : mecanism -> mechanism. 2006-03-06 17:22:00 +00:00
Laurent Saboret cc94e75bee Rewrite of the EPS output example (as requested by MK) 2006-03-06 16:39:01 +00:00
Laurent Saboret 05939a56b8 Removed not-yet-implemented features (as requested by MK):
- border parameterization on any convex polygon
- check matrix conditioning
2006-03-06 15:33:44 +00:00
Michael Hoffmann b5cd2003e7 Set linker flags in link_run_test. 2006-03-06 15:29:53 +00:00
Christophe Delage 4e28b57a64 Big changes.
- brio_sort is now called spatial_sort.
- global functions now have the same names in 2D and 3D.
2006-03-06 15:24:33 +00:00
Laurent Saboret d6748af3a3 Fixed executable property 2006-03-06 15:22:04 +00:00
Laurent Rineau 7d5329c79f change copyright 2006-03-06 15:17:07 +00:00
Sylvain Pion 3eec19f481 - Remove include/LEDA/allocator.h as it should not be needed anymore. 2006-03-06 15:09:48 +00:00
Michael Hoffmann b4e006d082 Move ${START_LD_OPT} in _link_run_test. 2006-03-06 15:06:17 +00:00
Bernd Gärtner e1005296e6 - fixed bugs in Value_by_index:
- avoid using bounds in standard form
	- included denominator handling
- included new Variable_numerator_iterator in feasibility test
2006-03-06 14:22:18 +00:00
Laurent Saboret 7d7203801d Do not ship internal test scripts 2006-03-06 14:21:23 +00:00
Laurent Saboret c7dfff5de9 Removed not-yet-implemented features (as requested by MK) 2006-03-06 14:14:28 +00:00
Michael Hoffmann 33ccc4e6c5 Add ${START_LD_OPT} when linking testfiles. 2006-03-06 13:42:31 +00:00
Michael Hoffmann 537d560cce Also do single <-> multi-threaded for Windos. 2006-03-06 13:41:20 +00:00
Laurent Saboret d83784ed18 Replaced 'one to one' and '1 to 1' by 'one-to-one' (as requested by MK) 2006-03-06 13:32:35 +00:00
Andreas Fabri c2b9c0b003 Changed void* to Vertex_handle and Cell_handle in some reference manual pages 2006-03-06 13:20:22 +00:00
Andreas Fabri f87fce753f Changed void* to Vertex_handle and Face_handle in some reference manual pages 2006-03-06 13:16:38 +00:00
Sylvain Pion c599c7600a - Add missing #include <CGAL/Handle_for.h> . 2006-03-06 13:08:09 +00:00
Andreas Fabri 32ccce0569 Added intro.tex with the \chapter command in order to get uniform URLs 2006-03-06 12:45:54 +00:00
Andreas Fabri 1c84016a9e Added intro.tex with the \chapter command in order to get uniform URLs 2006-03-06 12:38:03 +00:00
Laurent Saboret 6d42e60266 Removed examples from reference manual (as requested by MK) 2006-03-06 12:18:58 +00:00
Andreas Fabri 7682bd8f91 Replaced \bf by \em in the definitions in the manual. 2006-03-06 11:25:50 +00:00
Laurent Saboret ce3a61b9fc Added template parameters to class names (as requested by MK).
Also added \ccRefPageBegin..\ccRefPageEnd pairs.
2006-03-06 11:07:47 +00:00
Michael Hoffmann c07a782e15 2006-03-06 10:58:51 +00:00
Michael Hoffmann 4535b62b9a Fixed "\nt" qualification bug in makefile_print_from_var.
Fixed bug in handling of --with-... commandline option.
Add CGALQt to linker flags when QT support is enabled.
2006-03-06 10:40:16 +00:00
Andreas Fabri ff7eae0ea4 Moved the caption of figures 2006-03-06 09:57:23 +00:00
Andreas Fabri c6d726ff33 Moved the caption of a figure 2006-03-06 09:03:06 +00:00
Andreas Fabri ee78fd2edd Moved the caption of a figure 2006-03-06 08:59:24 +00:00
Monique Teillaud c83e05daba simplification in previous commit 2006-03-06 08:56:40 +00:00
Andreas Fabri 966251b06e Moved the caption of a figure 2006-03-06 08:56:02 +00:00
Monique Teillaud a6068a0b24 constructor of circular_arc(Circle_2) modified to avoid filter failures 2006-03-06 08:23:11 +00:00
Michael Hoffmann f77769e675 Separate mpfr from gmp. 2006-03-06 08:08:17 +00:00
Michael Hoffmann 6141b902f8 Moved to Installation/config/support. 2006-03-06 08:04:41 +00:00
Peter Hachenberger cf04e57d38 examples for the construction of a set of polygons
and a set of polylines.
2006-03-05 17:34:34 +00:00
Le-Jeng Shiue ae4d40548c Try to fix the format problem of template template parameter.
Still need to email Lutz to fix the ccThree command.
2006-03-05 01:41:32 +00:00
Sylvain Pion 100f1e82ab - Stop filling my mailbox with bugs when test-results files are empty. 2006-03-05 01:16:00 +00:00
Le-Jeng Shiue ded33c694f Fix some grammars. 2006-03-05 01:10:51 +00:00
Andreas Meyer 8b7d944401 * \gtreqless is now defined.
* INSTALLATION cleaned up
2006-03-04 22:56:10 +00:00
Andreas Meyer 8f48af5066 LATEX_CONV_INPUT patch sent by Laurent Rineau 2006-03-04 22:55:02 +00:00
Andreas Meyer 4eb6024dcd fixed latex_converter error complaining about
unknown macro in c++ mode

fix: \ccc{\ccVar. --> \ccVar\ccc{. 

and a kosmetic change
2006-03-04 22:25:33 +00:00
Peter Hachenberger 75d0aa081f old termination reactivated 2006-03-04 15:56:14 +00:00