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
Sylvain Pion
90968cccd0
remove pgcc warning about pointless comparison of unsigned to 0
2007-03-10 10:59:33 +00:00
Andreas Fabri
952d15bc1a
changed wording
2007-03-09 13:34:09 +00:00
Marc Pouget
f8f9ee1d79
rm specific package assertions
2007-03-05 08:45:02 +00:00
Marc Pouget
4f92e283c3
fix warning
2007-02-27 09:11:30 +00:00
Sylvain Pion
a4cf5e71f3
ccChapterAuthor fixes
2007-02-24 16:41:31 +00:00
Andreas Meyer
f51f8cab97
include pkgdescription.tex for ridges_3 and jet_fitting_3
2007-02-21 19:54:51 +00:00
Marc Pouget
7b912f885f
details
2007-02-16 17:17:33 +00:00
Marc Pouget
f05e75b3f7
details
2007-02-15 16:38:52 +00:00
Marc Pouget
49316a1a78
copyright
2007-02-15 15:53:30 +00:00
Marc Pouget
1db5c1d809
switch to boost prog option
2007-02-13 17:22:38 +00:00
Marc Pouget
1d1bdc4496
fix for testsuite
2007-02-13 09:22:22 +00:00
Marc Pouget
a05f910ea9
lapack support
2007-02-12 15:31:20 +00:00
Andreas Fabri
6c6d8fda48
cleanup
2007-02-11 19:19:51 +00:00
Andreas Fabri
41f400b3fc
fixed typo
2007-02-06 13:36:34 +00:00
Marc Pouget
5d3a9e2fe5
add teaser
2007-02-05 15:50:52 +00:00
Marc Pouget
b40eda8d75
added teaser image
2007-02-05 15:21:01 +00:00
Marc Pouget
9e283250a2
enhanced makefiles
2007-02-01 15:50:07 +00:00
Sylvain Pion
29d13841fb
Uniformize the format. Add some missing/updates.
2006-12-17 11:58:21 +00:00