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
Laurent Saboret
312353dd51
Global fix of svn:executable property in trunk
2006-04-14 15:07:17 +00:00
Sylvain Pion
d2740513aa
Use .cpp file extension instead of .C for src/*/* files.
2006-04-14 09:19:29 +00:00
Sylvain Pion
55ed3d7ceb
Add #include <CGAL/basic.h> at the beginning
2006-04-13 23:34:58 +00:00
Andreas Fabri
a62e601188
unified titles
2006-04-11 13:47:54 +00:00
Andreas Fabri
b51f336018
Added package description
2006-04-10 14:43:12 +00:00
Peter Hachenberger
768f5a720f
small bug fix
2006-04-10 12:36:13 +00:00
Andreas Meyer
5b5a60cecf
rewritten the whole manual
...
ok. seriously:
renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Meyer
921ae75a8a
now that the manual-tools bugfix is in place,
...
the manual does not need to work around it anymore
2006-04-06 16:06:01 +00:00
Andreas Fabri
29d9000151
Added license information
2006-04-06 15:18:59 +00:00
Andreas Fabri
215f6c49b8
cleanup of \sections
2006-04-05 13:51:07 +00:00
Fernando Cacciola
f325446f66
Missing #include <CGAL/basic.h> added
2006-03-29 14:31:13 +00:00
Peter Hachenberger
9114d93fb2
added CGAL_ to some macros
2006-03-24 13:08:31 +00:00
Peter Hachenberger
01c0239e40
assoc_info was sometimes called for each sface
...
twice. I have put this functionality in a
separte function to have better control.
2006-03-21 15:44:06 +00:00
Peter Hachenberger
7633956921
inserted missing allocation of info variable
2006-03-21 14:17:47 +00:00
Sylvain Pion
f1410d4d9d
Some CGAL_USE_QT versus <CGAL/basic.h> ordering issues spotted
...
by the following (quick and very dirty) perl regexp :
perl -0777pi.bak -e 'print m!CGAL_USE_QT(.|[\r\n])*CGAL/basic!g;' */demo/*/*.C
2006-03-19 22:43:06 +00:00
Sylvain Pion
6b8afe6a70
- Add missing <CGAL/basic.h> before CGAL_USE_QT.
2006-03-19 19:35:17 +00:00
Joachim Reichel
f582718758
rename create_makefile to cgal_create_makefile to avoid name clashes,
...
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Peter Hachenberger
fcc561c8c0
removed superfluous #include
2006-03-12 14:55:00 +00:00
Marc Glisse
9240d225b1
Replace:
...
typedef B<T> B;
by:
typedef A::B<T> B;
to make sunpro happy.
2006-03-11 18:34:06 +00:00
Sylvain Pion
0e130994a7
- Fix for universal brain damage: "the the" -> "the".
2006-03-06 17:38:43 +00:00
Marc Glisse
3d1ee0cf13
Missing std::
2006-02-26 00:25:19 +00:00
Marc Glisse
13380ebe5e
Add some missing std:: and #include <c*>
2006-02-22 15:22:27 +00:00
Peter Hachenberger
46c91fff24
specialization for leda_rational was buggy
2006-02-17 16:40:20 +00:00
Peter Hachenberger
80d5c57bbc
corrected bug in leda_rational specialization/overload
2006-02-16 18:12:49 +00:00
Peter Hachenberger
b5147e0888
QPL => LGPL
2006-02-16 15:52:45 +00:00
Laurent Saboret
db6a8f948c
Change CVS keywords to SVN style
2006-02-16 14:30:13 +00:00
Laurent Saboret
1aad55d4cb
Change CVS keywords to SVN style
2006-02-14 10:08:15 +00:00
Laurent Saboret
622d8838c4
Move packages to trunk root
2006-02-14 08:58:17 +00:00