Andreas Meyer
c1e9765ff4
manual fix: moved labels inside sectioning command
2007-04-18 14:20:12 +00:00
Andreas Meyer
f98952dc75
fixed figure/link to figure
2007-04-17 22:45:58 +00:00
Peter Hachenberger
3b6c45efa6
removed warnings
2007-04-17 07:29:00 +00:00
Peter Hachenberger
38712a8584
removed some warnings
2007-04-16 16:56:26 +00:00
Peter Hachenberger
418950e953
explicit initialization of Base class
2007-04-16 16:38:25 +00:00
Peter Hachenberger
9bde233b36
exchanged number type to get rid of conversion problem
2007-04-16 16:00:05 +00:00
Peter Hachenberger
c7b22268be
bug fix for indexed items
2007-04-12 10:31:22 +00:00
Peter Hachenberger
395ca9146c
fixed bugs in ray_shoot()
2007-04-12 10:30:33 +00:00
Andreas Fabri
ea71b8eaa1
.C ->.cpp and autolinking
2007-04-11 13:59:20 +00:00
Andreas Fabri
279d5d408b
remove unused parameter
2007-04-06 08:56:24 +00:00
Andreas Meyer
41169fc270
* updated howtocite bibkeys for upcoming 3.3 release
...
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Peter Hachenberger
4fec5dbc53
removed wrong assertions
2007-03-28 13:03:14 +00:00
Andreas Fabri
06a2a3fc0b
Removed unused parameters
2007-03-26 07:45:54 +00:00
Joachim Reichel
876652347a
change license to LGPL as the file is used during the build of libCGALQt
2007-03-20 20:33:56 +00:00
Andreas Fabri
37f581bd75
removed unused parameters
2007-03-19 09:13:00 +00:00
Andreas Fabri
7f4c5cc311
removed unused parameters
2007-03-19 09:05:53 +00:00
Andreas Fabri
4646824f92
.C -> .cpp
2007-03-15 18:15:18 +00:00
Andreas Fabri
188cf9590f
Added pragma to suppress warning, plus cleanup
2007-03-15 16:40:37 +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
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
ffe1e4ec1c
More redundant filename removal.
...
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +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
5d8d4c8dec
Constify check_sep().
2007-03-10 12:49:21 +00:00
Sylvain Pion
243dac15e6
warning--
2007-03-08 10:03:49 +00:00
Sylvain Pion
cb7784aa01
Replace the 7 partners by only MPI as copyright owner.
...
This probably came from a copy-paste of Qt_widget, which is INRIA only (post-GALIA).
2007-03-07 12:01:28 +00:00
Sylvain Pion
54bafcf4c4
Add missing CGAL:: qualifications required by g++ 4.3
2007-03-05 16:20:47 +00:00
Peter Hachenberger
1ec1a530f8
- hopefully gets rid of typedef Problems.
...
- removal of some warnings.
2007-03-02 14:30:25 +00:00
Laurent Rineau
31f8376377
- Rework on src/CGAL/common.mk:
...
- new targets for libCGAL.a, libCGAL.so, libCGAL.so.*
- fix rules when SOVERSION is empty (use GNU/make idioms)
- Additional vpath in src/CGALQt/makefile, so that one can build it directly
from a checkout of the trunk.
- fix the build of libCGALBenchmark.
- fix the bison special stuff, so that we no longer rely on the expr and
the $(shell) function of GNU/make.
2007-02-22 19:58:08 +00:00
Sylvain Pion
63df31fa96
Remove useless cgal_test.
...
Rename .C to .cpp.
2007-02-15 23:54:35 +00:00
Peter Hachenberger
a3923877cf
now faster and nicer through effective filtering
2007-02-15 16:03:18 +00:00
Michael Hoffmann
77cb8833ff
Remove OPENGL_LIBS.
2007-02-07 15:59:28 +00:00
Fernando Cacciola
70c736d388
Fixed pending VC8 STL iterator issue
2007-02-06 14:13:24 +00:00
Fernando Cacciola
4bd14fdc4f
VC8 STL iterator fixes
2007-01-18 14:08:27 +00:00
Sylvain Pion
40d0fb8d35
Fix all "align=center" in <img> by "align=middle".
2007-01-13 21:49:03 +00:00
Peter Hachenberger
8714bb6f2f
changes in the fashion of Plane_3<R> to typename R::Plane_3
...
in order to guarantee equal types
2006-11-13 13:43:37 +00:00
Andreas Meyer
e8491a407f
first pkgdesc illustration
2006-10-25 15:54:07 +00:00
Andreas Fabri
f239012836
suppress VC++ warning
2006-09-14 08:03:44 +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
571cd7c02c
Fixed min max problem
2006-07-26 08:10:34 +00:00
Andreas Fabri
55df67ac2a
changed .C to .cpp in examples
2006-07-09 19:31:02 +00:00
Andreas Meyer
0e3d6b8143
manual bugfix (ccHowToCiteCgal)
2006-05-04 12:28:44 +00:00
Andreas Meyer
dc3ce8747e
\ccHowToCite --> \ccHowToCiteCgal
2006-05-03 11:24:03 +00:00
Andreas Fabri
59a41e13b9
Added ccHowTocite
2006-05-02 19:26:55 +00:00
Andreas Fabri
1c09a12c9a
Not really interesting README
2006-04-29 22:29:50 +00:00
Andreas Fabri
e1a108225c
Initial project file
2006-04-27 14:37:44 +00:00
Peter Hachenberger
326dd0fb5c
kick out old demos
2006-04-27 14:13:03 +00:00
Andreas Meyer
09d2cb06c5
replaced
...
\ccPkgMaturity{Introduced in \cgal\
by
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Marc Glisse
b13e3b5ec0
Last round of missing std:: before 3.2 (Andreas permission)
2006-04-19 16:56:12 +00:00
Peter Hachenberger
bf4bf75a6d
fixed bug in test whether all svertices
...
and sedges lie on a common halfsphere.
2006-04-18 16:53:23 +00:00