Commit Graph

102 Commits

Author SHA1 Message Date
Andreas Fabri f1d5337c4a Changed to subsystem:console 2006-04-27 11:23:44 +00:00
Andreas Fabri a2273dc4da Initial version of vcproj files 2006-04-27 11:21:18 +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
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +00:00
Andreas Meyer 00c6cdf6f0 typo 2006-04-09 22:01:17 +00:00
Andreas Meyer ae2e6cbc2f bugfix: labels shalt not contain _ 2006-04-06 17:15:12 +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 Fabri daaab1c28a Added license information 2006-04-06 15:14:31 +00:00
Andreas Fabri 779a8bff84 cleanup of \sections 2006-04-05 13:51:44 +00:00
Andreas Fabri e855961949 cleanup of \sections 2006-04-05 07:47:12 +00:00
Andreas Fabri e9fb928058 cleanup of \sections 2006-04-05 07:46:00 +00:00
Andreas Fabri 3520739619 changed heading 2006-04-02 13:41:43 +00:00
Marc Glisse 1fb27ffd83 Missing CGAL:: 2006-03-31 12:13:21 +00:00
Andreas Fabri 7f19eec91a Added package description 2006-03-30 12:26:05 +00:00
Peter Hachenberger 6d2db9d6f8 removed bug in function clear() 2006-03-28 12:40:51 +00:00
Peter Hachenberger 78159aba79 added lines for funtion clear() 2006-03-28 12:40:12 +00:00
Peter Hachenberger e6760f090a added CGAL_ to some macros 2006-03-24 13:07:38 +00:00
Peter Hachenberger 21db1d8ba5 should compile on MacOS X, now. 2006-03-24 12:19:03 +00:00
Peter Hachenberger fb20cf2cdb should also work on Windows now. 2006-03-23 17:03:27 +00:00
Andreas Fabri 95230146d0 deICEing for Visual C++ 2006-03-22 17:09:45 +00:00
Peter Hachenberger 42f15dc77c erased error output 2006-03-22 16:59:00 +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
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
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
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
Andreas Fabri c37d17aa82 qualified make_pair with std:: 2006-03-20 09:23:51 +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
Peter Hachenberger ca172a6564 include CGAL/basic.h before #ifdef CGAL_USE_QT 2006-03-17 12:11:37 +00:00
Peter Hachenberger 9a57dac06f find_cutoff_plane did not work for wall in
positive y-direction
2006-03-17 12:09:53 +00:00
Peter Hachenberger 0715288ff8 accidentally corrupted reversal of inner
cycles if needed
2006-03-16 20:30:40 +00:00
Peter Hachenberger 688df24b61 example file for visual_hull.C 2006-03-16 19:56:21 +00:00
Peter Hachenberger 4aa3b68f11 explained visual_hull.C plus file format .vsh 2006-03-16 19:56:00 +00:00
Peter Hachenberger 6da8a70a8a header files that helps constructing visual
hulls
2006-03-16 19:25:22 +00:00
Peter Hachenberger 6723bef013 added visual_hull 2006-03-16 19:24:42 +00:00
Peter Hachenberger 580ec32ff0 wrong author 2006-03-16 19:22:41 +00:00
Peter Hachenberger 19336a07a8 demo for the computation of a visual hull 2006-03-16 19:21:58 +00:00
Peter Hachenberger 8bcf801487 OK, I finally figured out how this file works. 2006-03-16 14:05:46 +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 b0577e0505 I try different options for removing
files deep in the directory structure.
2006-03-15 16:36:11 +00:00
Peter Hachenberger fc06ac0bee number types are included before the
kernels to prevent compilation problems.
2006-03-15 15:17:09 +00:00
Peter Hachenberger bb28619f84 removed file test/Nef_3/FILES from release 2006-03-14 21:25:28 +00:00