Daniel Russel
e0f0d4da3e
fixed missing const
2006-03-22 17:59:03 +00:00
Daniel Russel
0cadea3857
The copy constructor off by one error which had been fixed was unfixed!!! It is now refixed.
2006-03-22 17:50:02 +00:00
Laurent Rineau
1103d868d1
Again, a workaround for Solaris make.
...
Added comments, to be able to understand it.
2006-03-22 17:42:02 +00:00
Sylvain Pion
d7520d90fb
- Change ulimit from 20 minutes to 60 minutes.
2006-03-22 17:40:45 +00:00
Sylvain Pion
8d012cf255
- Change the default ulimit from 20 minutes to 60 minutes.
2006-03-22 17:39:52 +00:00
Andreas Fabri
95230146d0
deICEing for Visual C++
2006-03-22 17:09:45 +00:00
Andreas Fabri
87e885cbe4
cleaned makefile
2006-03-22 17:08:43 +00:00
Peter Hachenberger
42f15dc77c
erased error output
2006-03-22 16:59:00 +00:00
Andreas Fabri
7856099cfc
Code factorization and a comment why it is not exact without exact constructions
2006-03-22 16:11:11 +00:00
Daniel Russel
d6d5c6f421
why won't it commit?
2006-03-22 16:08:10 +00:00
Daniel Russel
7633a5cb7f
oops, forgot to check it in
2006-03-22 16:05:39 +00:00
Laurent Rineau
2416985a9a
- change sligthly the code of examples, and modify sligthly the user manual
...
accordingly
2006-03-22 15:09:42 +00:00
Laurent Rineau
9c43f0c5fa
GNUmakefile hacking
2006-03-22 14:39:12 +00:00
Laurent Rineau
5278473b74
patch to src/CGALQt/makefile to please Solaris make
2006-03-22 14:32:12 +00:00
Laurent Rineau
120f5224e9
- fix the (bool debug, bool verbose) parameters of
...
Surface_mesher::refine_mesh. It is now template parameters of the class
Surface_mesher. I have verified that the optimizer of GNU/CC is able to
strip the debug code when NO_DEBUG is use.
2006-03-22 13:47:31 +00:00
Laurent Rineau
3e75b2407a
fix makefile default rule
2006-03-22 13:24:02 +00:00
Laurent Rineau
28e3008ec3
Fix a comment.
2006-03-22 13:22:55 +00:00
Laurent Rineau
8152739c1b
Remove an old debug code.
2006-03-22 12:43:43 +00:00
Peter Hachenberger
27c72b8e4d
removed memory leaks
2006-03-22 12:18:20 +00:00
Peter Hachenberger
9e275626d2
-deleted constructor parameters for exchange of
...
point locator
- removed memory leaks
2006-03-22 12:17:47 +00:00
Peter Hachenberger
d07357ae40
if LEDA is available, tests are only done
...
with leda number types, now
2006-03-22 12:16:47 +00:00
Peter Hachenberger
9c810100dc
erased test with Simple_homogeneous kernel
2006-03-22 12:15:57 +00:00
Laurent Rineau
db3d6d86b5
typo
2006-03-22 10:33:31 +00:00
Laurent Rineau
91b8567695
remove default iso_value
2006-03-22 10:23:59 +00:00
Andreas Fabri
0cb80406f3
Fix in clean rule for polylines
2006-03-22 10:14:31 +00:00
Laurent Rineau
833814224b
- fix doc_tex/Surface_mesher_ref/ImplicitSurfaceTraits_3.tex after the
...
changes of yesterday
- forgot to tell that FT must be constructible from a double
2006-03-22 09:53:41 +00:00
Daniel Russel
8633034d99
I think I finally figure out a way around the VC bug with listeners
2006-03-21 23:49:21 +00:00
Laurent Rineau
064bc1f93a
Add a fake year, to fix a warning.
2006-03-21 23:15:24 +00:00
Sylvain Pion
82f07d6c16
- cleanups thanks to SVN move
...
- remove diff creations (probably useless)
- use exact release name as tag name
(removal of "-" and "." is not needed by SVN).
2006-03-21 22:47:19 +00:00
Laurent Rineau
3ef5ee750b
- Change the compilation process of ImageIO, to be cross-platform
2006-03-21 22:42:28 +00:00
Daniel Russel
c1af374fff
extra typename
2006-03-21 22:03:53 +00:00
Laurent Saboret
c8d6f4eaec
TAUCS detection is now robust on Linux/Unix
2006-03-21 16:06:47 +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
Laurent Rineau
e0ae69d457
Killed the Windows compiler bug that made the testsuite red!
2006-03-21 15:34:43 +00:00
Laurent Rineau
2229fed961
Fix this file.
2006-03-21 15:27:30 +00:00
Laurent Rineau
95a4d483bb
FIX the crazy bug: rename the base class!!!
2006-03-21 15:24:26 +00:00
Laurent Rineau
2e1fe4c14a
- changes template parameters of all classes
...
include/CGAL/Surface_mesher/Surface_mesher*.h and update of
include/CGAL/make_surface_mesh.h
2006-03-21 15:04:50 +00:00
Peter Hachenberger
7633956921
inserted missing allocation of info variable
2006-03-21 14:17:47 +00:00
Laurent Rineau
3d245552b8
typos, svn:ignore and other non relevent stuffsc
2006-03-21 13:59:08 +00:00
Laurent Rineau
45f42b0640
- fix examples/Surface_mesher/3d_image_surface_mesher.C (stupid bug: the
...
bounding sphere and the criteria were copy-pasted from
implicit_surface_mesher.C and were unappropriate.
2006-03-21 13:57:54 +00:00
Peter Hachenberger
2c2ab1343c
never expect no side effects: excluding SNC_ray_shooter.h
...
had the effect of a missing #include<map> in K3_tree.h.
This was fixed.
2006-03-21 13:53:04 +00:00
Peter Hachenberger
81ffe69398
visual_hull now tells the user how to use it
2006-03-21 13:51:29 +00:00
Laurent Rineau
066208cc03
yet another makefiles hacking
2006-03-21 13:51:11 +00:00
Laurent Rineau
9a2c1808e6
yet another makefiles hacking
2006-03-21 13:50:54 +00:00
Laurent Rineau
5fb2bf0100
changes names "gt."->"GT()." and list fonctors
2006-03-21 13:50:14 +00:00
Abdelkrim Mebarki
7f668feca0
Fix a bug in the interpolation scheme
2006-03-21 13:48:32 +00:00
Andreas Fabri
0e1247405b
Juggled with typedefs to get rid of VC++ ICE
2006-03-21 13:00:26 +00:00
Andreas Fabri
2d37935ddc
juggling with typedefs to get rid of VC++ ICE
2006-03-21 12:28:14 +00:00
Andreas Fabri
6a6dad9f4a
juggling with typedefs to get rid of VC++ ICE
2006-03-21 12:27:07 +00:00
Sylvain Pion
eca23609a8
- Rename Point to Point_2 for Darwin_powerpc+Qt.
2006-03-21 11:06:46 +00:00