Commit Graph

788 Commits

Author SHA1 Message Date
Laurent Rineau 0a1b5756e5 Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
"cannot_wait_for_CGAL-3.2" to the trunk.

My idea: the branch is the real working version, and I want it to be joined
back to the trunk:

          __________________________         cannot_wait_for_CGAL-3.2 branch
         /                          \
        /                            \ 
-------------------------------------------- trunk
        S                             M

The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".

The trunk versions of these three packages have been removed already.
2006-06-06 13:38:15 +00:00
Laurent Rineau b80c458ae5 Remove trunk of Mesh_2, Mesh_3 and Surface_mesher.
Do not worry: I will "svn cp" the branch "cannot_wait_for_CGAL-3.2" into the
trunk, and the trunk will inherit from the logs of the branch.

My idea: the branch is the real working version, and I want it to be joined
back to the trunk:

          __________________________         cannot_wait_for_CGAL-3.2 branch
         /                          \
        /                            \ 
-------------------------------------------- trunk
        S                             M

The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
2006-06-06 13:36:21 +00:00
Laurent Saboret e42659d1a4 Fixed svn:executable, svn:keywords and svn:eol-style properties of the whole trunk 2006-05-04 09:15:26 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Andreas Fabri f6434de1b3 upgrade to VC7.3 and fixes 2006-04-26 11:45:55 +00:00
Laurent Rineau 0a8f735701 - small changes in the user manual:
- change captions location
    - fix typos and bad english
(thanks to Pierre Alliez)
- fix a typo in doc_tex/Mesh_2_ref/Delaunay_mesh_*criteria_2.tex :
  (1/2B instead of 1/4B^2)
2006-04-20 17:04:34 +00:00
Laurent Rineau ac620f3213 depends files should not be commited 2006-04-20 17:03:42 +00:00
Laurent Rineau ad29c3378a remove an old unused file, which was dont_submitted 2006-04-20 17:01:42 +00:00
Laurent Rineau 31d8782842 remove an old unused file, which was dont_submitted 2006-04-20 17:01:16 +00:00
Laurent Rineau 0161de5a27 - added test_conforming and test_meshing in test/ with test files.
- rename test/Mesh_2/makefile to GNUmakefile, not submitted:
  makefiles in the testsuite are generated.
- fix a BUG in Mesher_level: one_step() and try_to_insert_one_point(), in
  Null_mesher_level must return false! This fix solves the "follow under
  mouse" bug of mesh_demo.C!
- change some DEBUG macro names to:
    CGAL_MESH_2_DEBUG_BAD_FACES
    CGAL_MESH_2_DEBUG_CLUSTERS
    CGAL_MESH_2_DEBUG_CONFLICTS_ZONE
    CGAL_MESH_2_DEBUG_DRAW
    CGAL_MESH_2_DEBUG_INSERTIONS
    CGAL_MESH_2_VERBOSE
  to please CGAL developer manual.
- add a seed in fish.poly

(Note to Andreas: this is the bug I was looking for. The added test file
helped me to find it cause.)
2006-04-13 16:07:19 +00:00
Laurent Rineau b8291c4ec9 fix examples poly files, so that the demos can read them 2006-04-12 16:50:50 +00:00
Laurent Rineau 3dd002b334 fix Mesh_2 typo
;-) for Andreas
2006-04-06 22:31:13 +00:00
Laurent Rineau ae69967c14 Quality must also be default constructible. 2006-04-06 22:12:38 +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 7ae298b72f Added license information 2006-04-06 15:15:02 +00:00
Andreas Fabri 2f62e897ae Added package descriptions 2006-04-05 20:42:23 +00:00
Andreas Fabri 9d10607691 cleanup of \sections 2006-04-05 14:02:06 +00:00
Laurent Rineau e15412aed1 patch for SunCC 2006-03-30 16:11:40 +00:00
Laurent Rineau 6231c6ed23 GNUmakefile hacking 2006-03-23 16:10:54 +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
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
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
Laurent Rineau e47ee26c5c little fix of names 2006-03-09 10:53:58 +00:00
Andreas Fabri 47b0815eab #include <CGAL/basic.h> in the demo 2006-03-09 08:32:53 +00:00
Andreas Fabri 256120bd63 #include <CGAL/basic.h> in the demo 2006-03-08 13:43:28 +00:00
Laurent Rineau 4562a57217 Rename mesh_2_user.tex to main.tex 2006-03-03 10:13:17 +00:00
Laurent Rineau 9a6c87188e First step be a renaming of mesh_2_user.tex to main.tex: erase main.tex 2006-03-03 10:12:36 +00:00
Laurent Rineau ffc5329e83 do not document Mesher_level_base 2006-03-03 09:45:07 +00:00
Laurent Rineau 9c74bc8ec7 Update for SVN. 2006-03-03 09:42:36 +00:00
Laurent Rineau 114d740b35 - Move the internal header
include/CGAL/Mesh_3/Triangulation_mesher_level_traits_3.h to Mesh_2.
- change its use to std::list to use of std::vector (and call reserve).
2006-02-27 17:23:10 +00:00
Laurent Rineau bf18b7b7ce Move include/CGAL/Mesh_3/Triangulation_mesher_level_traits_3.h to Mesh_2. 2006-02-27 17:19:11 +00:00
Sylvain Pion 86b98eb15b Remove obsolete filenames from dont_submit files:
wrapper.tex, error.txt, .cvsignore
2006-02-19 20:23:51 +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 541f5f7f0e Remove .cvsignore files (changed to svn:ignore properties) 2006-02-14 09:20:20 +00:00
Laurent Saboret 6b42bcbb9b Move packages to trunk root 2006-02-14 08:58:16 +00:00