Commit Graph

27018 Commits

Author SHA1 Message Date
Le-Jeng Shiue b4a9acc074 - add the figures for the reference manual 2006-03-04 04:46:16 +00:00
Efi Fogel e863615b04 minor fixes to meet conventions 2006-03-03 23:34:53 +00:00
Efi Fogel 01265476e8 minor fixes to meet conventions 2006-03-03 23:34:25 +00:00
Efi Fogel fe3c6a2917 renamed snap_ref.tex to intro.tex to meet naming convention 2006-03-03 23:32:25 +00:00
Efi Fogel e7bd4a6174 renamed 2006-03-03 23:29:15 +00:00
Bernd Gärtner e520a96fa3 - removed old (not useful) variable iterators that go over the whole
set of working variables; instead, the same iterators now only go
  over the original variables
2006-03-03 18:56:43 +00:00
Bernd Gärtner 27289d34c0 - added original_variables_numerator_iterator
and original_variables_value_iterator
- tested this new functionality as part of test_MPS.C
- adapted Trung's example to work with it and checked it in
2006-03-03 18:32:37 +00:00
Monique Teillaud a60199a8b0 name of traits include file fixed
(I must have messed sthg up in the svn repository, I had done it already...)
2006-03-03 18:02:56 +00:00
Andreas Meyer e4ea7c87fd 2006-03-03 17:20:20 +00:00
Andreas Meyer eae25344bc 2006-03-03 17:01:57 +00:00
Andreas Meyer 5c32d00ef2 added KDS 2006-03-03 16:50:13 +00:00
Michael Hoffmann e71c4a1ce6 Fixed flag generation for testfiles.
Re-enable test menu.
Do not call "link" for MSVC and Intel.
Do not remove RIS_LOGFILE after creating it.
2006-03-03 16:20:04 +00:00
Laurent Saboret 59dc779edf Added templates parameters 2006-03-03 15:48:38 +00:00
Andreas Meyer e358d73dd8 cleanup: flex is not needed anymore at manual build time (since long ago) 2006-03-03 15:17:05 +00:00
Nico Kruithof d984d97c32 added documentation 2006-03-03 14:50:25 +00:00
Kaspar Fischer b7d5c7a617 - added Kaspar Fischer to chapter authors 2006-03-03 13:01:41 +00:00
Laurent Saboret 10f027705b Changed pointers to mesh to references all over the package (as requested by MK) 2006-03-03 10:37:36 +00:00
Laurent Rineau 8f1de4688b fix doc compilation errors. Surface_mesher HTML doc still buggy. 2006-03-03 10:37:18 +00:00
Kaspar Fischer 69fb290fe6 - fixed typos
- added comment about "Derivatives: none"
2006-03-03 10:36:31 +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 Saboret 7c66270ea9 Added same test as cgal_test 2006-03-03 10:12:25 +00:00
Laurent Saboret 5108d76708 Added same test as cgal_test 2006-03-03 10:09:51 +00:00
Kaspar Fischer 165a7f2e3f - fixed output of usage information to not harm the testsuite 2006-03-03 09:57:05 +00:00
Laurent Rineau a7783abb83 Updated svn:ignore 2006-03-03 09:46:02 +00:00
Laurent Rineau ffc5329e83 do not document Mesher_level_base 2006-03-03 09:45:07 +00:00
Andreas Fabri cee73dd6ef Minor modifications in the manual 2006-03-03 09:43:28 +00:00
Laurent Rineau 9c74bc8ec7 Update for SVN. 2006-03-03 09:42:36 +00:00
Laurent Saboret d2777b879a Changed pointers to mesh to references all over the package (as requested by MK) 2006-03-03 09:33:29 +00:00
Laurent Saboret aadd6d748c Added same test as cgal_test 2006-03-03 09:30:14 +00:00
Laurent Rineau fc9f3e8bb4 typo 2006-03-03 04:01:50 +00:00
Laurent Rineau c03357d3a5 Oups! Stupidly forgot to rename files here! :-( 2006-03-03 03:59:35 +00:00
Fernando Cacciola 611100f4f9 Switched to gcc4.0.2
Bugs fixed
2006-03-02 17:28:43 +00:00
Bernd Gärtner 293d0597d9 - added examples dir and fixed example from doc 2006-03-02 17:12:04 +00:00
Bernd Gärtner 6eb5df45a6 - added new test that batch-processes a number of files
- added a couple of files for the new test
- changed some verbosity settings
- is_valid now also checks that the QP_solver is valid
2006-03-02 17:09:21 +00:00
Laurent Rineau f2dbff8b5d (WARNING: partially compiles, runtime errors, temporary commit)
- Added an undocumented class Surface_mesh_triangulation_generator_3 which
  is a meta functor Kernel->Triangulation, that computes the right
  triangulation for make_surface_mesh()
- Added documented files:
    - include/CGAL/Implicit_surface_3.h
    - include/CGAL/Surface_mesh_default_criteria_3.h
    - include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h
- In doc, rename:
    - SurfaceMeshCriteria to SurfaceMeshCriteria_3
    - Surface_mesh_default_criteria to Surface_mesh_default_criteria_3
- Added doc_tex GNUmakefile, for developers uses.

- Wrote the first test file!
- Find Triangulation_mesher_level_traits_3.h in include/CGAL/Mesh_2/, now.
- Major changes in template arguments, data members, and constructors of:
  - class Surface_mesher,
  - class Implicit_oracle,
- Minor changes everywhere (sorry for the imprecision, too long).
2006-03-02 16:40:43 +00:00
Michael Hoffmann ca753a3ec2 Fixed more bugs in makefile processing. 2006-03-02 16:20:08 +00:00
Nico Kruithof dde7a3054b added documentation 2006-03-02 15:58:13 +00:00
Bernd Gärtner 2586165bee - fixed bug in ratio test for positive mu
- derivative generation is suppressed upon comment in mps-file
- warnings seen in -o3 fixed
2006-03-02 15:57:23 +00:00
Pierre Alliez c0d925a6ba update test suite 3D 2006-03-02 15:36:01 +00:00
Pierre Alliez 24c8aa272b update test suite 3D 2006-03-02 15:32:26 +00:00
Pierre Alliez 01fb911f18 update test suite 3D 2006-03-02 15:28:24 +00:00
Pierre Alliez d0c67b7b1f upupate test suite 3D 2006-03-02 15:25:52 +00:00
Pierre Alliez 19b3d37010 upate test suite 3D 2006-03-02 15:25:07 +00:00
Pierre Alliez 6f584aeb11 update teste suite 3D 2006-03-02 15:23:13 +00:00
Monique Teillaud 6296a1422e 2006-03-02 15:18:39 +00:00
Andreas Meyer 9d246a5777 CVS package "Web_pages" ---> SVN cgal-web project 2006-03-02 15:04:48 +00:00
Pierre Alliez d2fd408431 update test 3d 2006-03-02 13:02:42 +00:00
Pierre Alliez 668469357e forgot to add the 3D file 2006-03-02 12:50:28 +00:00
Pierre Alliez 29b8377106 started test suite about 3D fitting 2006-03-02 12:49:59 +00:00