Commit Graph

156 Commits

Author SHA1 Message Date
Marc Pouget 95e32bf74e corrected scope of sign_of_determinant 2008-09-02 07:38:25 +00:00
Laurent Saboret 66e8a7a3bc Fixed memory leaks in Lapack_matrix and Lapack_vector 2008-08-11 15:25:33 +00:00
Sylvain Pion 7395c145e9 const-ification to remove warning 2008-07-30 09:39:01 +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
Sylvain Pion b740e90de0 Rename the following functions:
sign_of_determinant2x2
  sign_of_determinant3x3
  sign_of_determinant4x4
  sign_of_determinant5x5
  sign_of_determinant6x6
to:
  sign_of_determinant

So that we have less dimension-dependent namings, at least internally...
2008-04-09 12:20:25 +00:00
Laurent Rineau 4bd3a85753 Needed <cstdlib> header, and std:: prefix, for malloc and calloc.
(That code should be reviewed. It seems that there is a memory leak.)
2008-03-25 13:43:35 +00:00
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
Laurent Saboret 463401111b Partial undo of r42150: "inline" keyword is not necessary for templated functions and methods implemented in headers. 2008-02-14 10:34:44 +00:00
Laurent Saboret c8a07a9ecb Bug fix: declare functions and methods in headers "inline". 2008-02-12 13:29:22 +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 8394b7eeec default arg for testsuite 2008-01-21 08:38:37 +00:00
Sylvain Pion 838dab23ab Add missing #include <cassert> . 2008-01-20 19:13:05 +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
Marc Pouget 50d4fd22e3 dont submit AIDE 2008-01-07 10:46:40 +00:00
Marc Pouget 3f807dba2a mv captions below fig 2007-12-17 08:45:59 +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
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
Laurent Saboret 9a3a41c302 Port Jet_fitting_3 and Ridges_3 to Win64 2007-08-28 15:11:43 +00:00
Fernando Cacciola 8d2b0faf24 Merged back from 3.3-branch 2007-06-06 16:13:11 +00:00
Andreas Fabri 01e763217b 3.3 branch -> trunk 2007-06-04 14:27:09 +00:00
Andreas Fabri bc7c63ac1d Fixed headings 2007-06-04 14:01:24 +00:00
Andreas Meyer 3ad6028729 replaced largest space-consuming images by smaller jpegs 2007-06-01 18:53:54 +00:00
Andreas Meyer 7ed1a00c04 merge manual fixed from 3.3 branch back intro trunk:
svn merge -r 38751:38754 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38773:38775 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38783:38784 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38795:38796 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38815:38816 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38827:38829 ~/projects/CGAL/branches/CGAL-3.3-branch
svn merge -r 38834:38836 ~/projects/CGAL/branches/CGAL-3.3-branch
2007-05-28 23:05:00 +00:00
Laurent Saboret 7041d64152 Visual C++ auto-link feature for TAUCS and LAPACK 2007-05-24 14:50:24 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Marc Pouget ddd5facc33 overview 2007-04-02 10:12:59 +00:00
Marc Pouget 907cde8405 expanded 2007-04-02 08:53:05 +00:00
Marc Pouget ae52437e4b rm big file 2007-03-29 19:20:02 +00:00
Marc Pouget d0ab5571fe changed email of maintainer 2007-03-25 20:41:08 +00:00
Marc Pouget f1d6bef159 test lapack before running test 2007-03-24 15:31:25 +00:00
Marc Pouget 2ddc899ddc typo 2007-03-24 14:41:56 +00:00
Marc Pouget 696f855585 Name of example program changed
added #ifdef CGAL_USE_LAPACK to test if LAPACK is installed
2007-03-22 10:25:22 +00:00
Andreas Fabri 664373e35f Add illustration 2007-03-20 13:37:26 +00:00
Sylvain Pion 465c6ca0df Make it work when Boost.ProgramOptions is not there 2007-03-20 09:41:05 +00:00
Andreas Fabri 1c188c4512 Use EXE_OPT instead of -o and remove -g 2007-03-15 08:28:50 +00:00
Andreas Fabri e7829ede2f added missing entries 2007-03-14 13:56:08 +00:00
Andreas Fabri 8dd5dd0eea fixed C interface for lapack 2007-03-14 10:38:43 +00:00
Andreas Fabri 1779856513 fixed typo 2007-03-14 08:39:11 +00:00
Andreas Fabri c1fc46f57c polish 2007-03-13 09:45:47 +00:00
Andreas Fabri 8520242b53 Replaced \hot as it was already defined and removed file defining it 2007-03-13 09:33:56 +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