Commit Graph

122 Commits

Author SHA1 Message Date
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +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
Marc Pouget c7ae22aba7 hcanged exple infile 2008-01-21 09:45:22 +00:00
Sylvain Pion 6a775c5f2d Add missing headers 2008-01-20 19:05:57 +00:00
Sylvain Pion 50ed4bb632 Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>. 2008-01-18 20:33:57 +00:00
Sylvain Pion bfc4a876ac Rename variable to avoid shadow warning. 2008-01-17 21:48:08 +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 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Laurent Saboret 9a3a41c302 Port Jet_fitting_3 and Ridges_3 to Win64 2007-08-28 15:11:43 +00:00
Marc Glisse 82481b0a17 For a bug in the RWSTD library. I could not find a way to fix it in
Sun_fixes.h.
2007-08-01 14:06:29 +00:00
Andreas Fabri 66fa512de7 \subsections instead of \paragraphs 2007-07-05 13:38:08 +00:00
Andreas Fabri 9266bde5fb Fixed typos 2007-07-05 13:30:04 +00:00
Fernando Cacciola 8d2b0faf24 Merged back from 3.3-branch 2007-06-06 16:13:11 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri 21e20e4d42 3.3 branch -> trunk 2007-06-04 14:28:57 +00:00
Andreas Meyer 3ad6028729 replaced largest space-consuming images by smaller jpegs 2007-06-01 18:53:54 +00:00
Laurent Saboret 7041d64152 Visual C++ auto-link feature for TAUCS and LAPACK 2007-05-24 14:50:24 +00:00
Marc Pouget ca0c55add3 improved visu, model is centered 2007-05-09 07:31:44 +00:00
Frédéric Cazals c1a39f63f1 fc. changes introspec-qt to ridges_viewer 2007-04-29 07:30:01 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Marc Pouget a522d467d4 mv big model to ftp and fix the manual 2007-04-12 11:18:11 +00:00
Marc Pouget dfbf9cfb70 more standard makefile 2007-04-02 16:50:56 +00:00
Marc Pouget 7cb586d7eb even better 2007-04-02 10:12:27 +00:00
Marc Pouget 75b98e1933 expanded 2007-04-02 08:53:30 +00:00
Marc Pouget f31bd0312e fix rm 2007-04-01 09:34:48 +00:00
Marc Pouget f48b78888e rm due to copyright 2007-03-30 08:52:55 +00:00
Marc Pouget 48cbc22ea1 changed to light weight file 2007-03-30 07:57:07 +00:00
Marc Pouget 9daee64732 rm big file 2007-03-29 19:30:26 +00:00
Marc Pouget 3ca082b4b0 main parameters wrt with/without boost prog options 2007-03-26 15:06:14 +00:00
Marc Pouget e58ffeb31e changed overview illustration pict 2007-03-26 12:18:49 +00:00
Andreas Fabri 7ab92328e9 Removed unused parameters 2007-03-26 07:55:45 +00:00
Marc Pouget 3f574a1e90 changed email of maintainer 2007-03-25 20:41:23 +00:00
Marc Pouget 4b20777898 test lapack before running test 2007-03-24 15:30:56 +00:00
Marc Pouget 0e8a7b169c Name of exemple program changed
added #ifdef CGAL_USE_LAPACK to test if LAPACK is installed
2007-03-22 10:24:31 +00:00
Andreas Fabri bbf4e62b92 Better choice for the illustration 2007-03-20 19:52:08 +00:00
Andreas Fabri 221e449f40 Added illustration 2007-03-20 13:41:36 +00:00
Andreas Fabri 6d90c03b88 default values in absence of Boost ProgramOptions 2007-03-20 10:09:13 +00:00
Andreas Fabri df33591000 Use EXE_OPT instead of -o 2007-03-15 08:26:17 +00:00
Andreas Fabri b1a0388000 added missing entries 2007-03-14 13:57:25 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +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 05840a8f17 Cleanup of white spaces and empty lines also under examples/*/*.h. 2007-03-10 16:45:36 +00:00
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion 76389f03d2 remove useless const qualification on return type to avoid g++ 4.3 warning 2007-03-05 16:24:43 +00:00
Marc Pouget d3346909e8 rm specific package assertions 2007-03-05 08:44:42 +00:00
Marc Pouget 3b4a70d2b4 fix warning 2007-02-27 09:11:57 +00:00