Daniel Russel
acda4208f4
moved generate to demo
2006-03-21 02:00:59 +00:00
Daniel Russel
ece2e377bf
moved to using variable for boost options
2006-03-21 02:00:10 +00:00
Fernando Cacciola
cb9d660c5b
Changes.txt updated
2006-03-20 21:27:26 +00:00
Fernando Cacciola
1dc6f764df
Coincident-nodes merging added
2006-03-20 21:25:42 +00:00
Laurent Rineau
a42cf143e6
- fix include/CGAL/Gray_level_image_3.h
2006-03-20 18:58:11 +00:00
Daniel Russel
cee30d20e0
evil hack for vc
2006-03-20 16:36:51 +00:00
Andreas Fabri
be0fceee50
a tentative to trick the g++/darwin/powerpc
2006-03-20 16:21:13 +00:00
Andreas Fabri
772c53c416
include Filtered kernel right after curved kernel in order to avoid a VC7 ICE
2006-03-20 16:04:13 +00:00
Andreas Fabri
00f91751d7
include algebraic before curved kernel in order to avoid a VC7 ICE
2006-03-20 15:57:27 +00:00
Laurent Saboret
b6146fd8a7
Turn on TAUCS trace with DEBUG_TRACE preprocessor definition (temporary)
2006-03-20 15:52:38 +00:00
Laurent Saboret
9e8ba2d568
VC++ projects need now only the %TAUCSROOT% variable
2006-03-20 15:50:41 +00:00
Laurent Rineau
b2d9a74a5b
2006-03-20 15:13:53 +00:00
Laurent Rineau
1ebedb3b02
Hacking of my personnal (dont submitted) makefiles: GNUmakefile
2006-03-20 15:10:14 +00:00
Le-Jeng Shiue
eca65d792e
fix the position problem of the teaser of the manual
2006-03-20 14:52:00 +00:00
Laurent Rineau
771d3ff0ea
forgot to submit changes.txt
2006-03-20 14:39:31 +00:00
Laurent Rineau
0530e82ca4
- fix a desynch between the doc and code: is_marked->is_in_domain, in the
...
face base type
2006-03-20 14:38:45 +00:00
Peter Hachenberger
90d529cfd3
additional #ifdef to definitely prevent the
...
compilation of the old point location and
ray shooting code.
2006-03-20 13:27:52 +00:00
Peter Hachenberger
1d8a8a8372
two hash maps are initialized with 0 instead
...
of -1 to prevent warning. Since there is no
code checking for the initialized value,
there should be no problem.
2006-03-20 13:10:40 +00:00
Laurent Saboret
ce976769ea
Fixed bug in taucs_system_memory_size() on Linux 2.6
2006-03-20 11:37:20 +00:00
Laurent Saboret
86adba238c
Clarify documentation about symmetric/asymmetric matrices
2006-03-20 11:22:05 +00:00
Andreas Fabri
c37d17aa82
qualified make_pair with std::
2006-03-20 09:23:51 +00:00
Pierre Alliez
92bf6d552d
removed command-line demo folder
2006-03-20 08:51:30 +00:00
Daniel Russel
178231896c
removed all protection to try to appease VC
2006-03-20 08:10:32 +00:00
Le-Jeng Shiue
bdb598aeb0
add concepts of subdivision masks into the reference manual.
2006-03-20 03:48:35 +00:00
Andreas Meyer
d229cc55c1
fixed broken links
2006-03-19 22:54:59 +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
Andreas Meyer
69c9fd5749
prevented non-CGAL include files from being dead-linked
2006-03-19 22:18:37 +00:00
Andreas Meyer
e9a9ca7ae9
emanate an empty bibliography page, if there are no \cite
...
commands. prevents dead links
2006-03-19 21:44:38 +00:00
Sylvain Pion
6b8afe6a70
- Add missing <CGAL/basic.h> before CGAL_USE_QT.
2006-03-19 19:35:17 +00:00
Andreas Meyer
4dc6605f94
fixed operator formatting for classes with scope
2006-03-19 17:18:34 +00:00
Andreas Meyer
d76e064ac0
some FIXME notes
2006-03-19 16:54:42 +00:00
Peter Hachenberger
c58506e934
This file is in the internal release, but definitely
...
not used as long as the special #define is not used.
Therefore this commit does not influence the testsuite.
On the other side, this code could be used and is
in the release. Hence, I wanted to fix some easy
bugs.
point(v) -> v->point()
2006-03-19 15:58:28 +00:00
Peter Hachenberger
7fab4d81f1
#ifdef => ifndef
2006-03-19 14:51:50 +00:00
Baruch Zukerman
9dd9d78ab1
fixed compilation warnings on visual compiler by adding CGAL:: before min and max global functions.
2006-03-19 12:16:51 +00:00
Andreas Meyer
ea2d5e06d2
missing column info in testsuite_middle_header
2006-03-19 11:00:28 +00:00
Andreas Meyer
6aee4d8241
added use of linkchecker. only used with -testsuite
...
(and if linklint is present, at all)
2006-03-19 00:01:19 +00:00
Andreas Meyer
265c19ab46
Nested_type anchors were undefined, previously! fixed.
2006-03-18 23:57:54 +00:00
Daniel Russel
d9e63053e6
forgot a namespace
2006-03-18 20:36:16 +00:00
Sylvain Pion
581fea564c
Move Modules directory to Maintainance, which is not submitted.
2006-03-18 19:23:54 +00:00
Sylvain Pion
775d661ee4
Remove special treatment for the Modules/ directory, which is now dont_submit'ed.
2006-03-18 18:09:22 +00:00
Sylvain Pion
d585137aff
dont_submit the Modules directory.
2006-03-18 18:07:24 +00:00
Sylvain Pion
dff739663c
Use __attribute__ only with GCC.
2006-03-18 17:54:04 +00:00
Andreas Fabri
a838f2e27e
Changed variable name in else as it conflicted with name in if(..)
2006-03-18 17:33:32 +00:00
Laurent Rineau
c914773f0f
I forgot to commit changes.txt, long ago.
2006-03-18 09:40:33 +00:00
Daniel Russel
993130665d
removed border
2006-03-17 22:24:38 +00:00
Daniel Russel
afec020ca2
resized pictures
2006-03-17 22:23:59 +00:00
Daniel Russel
4c068acde5
resized pictures
2006-03-17 22:23:07 +00:00
Daniel Russel
74df1c72e7
removed border on figure in html
2006-03-17 22:16:24 +00:00
Pierre Alliez
5fa845d9be
moved definitions to user manual
2006-03-17 20:50:52 +00:00
Sylvain Pion
49f53eede9
Remove redundant #include <iostream>.
2006-03-17 19:57:14 +00:00