Commit Graph

53691 Commits

Author SHA1 Message Date
Eric Berberich dfaa8a9075 deleted obsolete and unmaintained subdirs
* MacOSX_Installer (replaced by port/homebrew, with OK from Menelaos)
* Modules (if we modularize we will do it with CMake these days)
* Third_party (Laurent: fixes are published via webserver)

Approved by the Release Manager
2013-12-06 14:52:04 +01:00
Sébastien Loriot f3899f9f36 update installation manual to use cgalReleaseNumber 2013-12-05 13:31:56 +01:00
Sébastien Loriot 6d3b7d5b9f add the doxygen macro cgalReleaseNumber in the Documentation package doc 2013-12-05 13:30:33 +01:00
Sébastien Loriot 153392de88 update testsuite script 2013-12-05 12:40:43 +01:00
Sébastien Loriot 139d3aa365 clean up developer manual
*rename developer manual chapter anchors
*linking issues
*update html links
2013-12-05 12:29:25 +01:00
Sébastien Loriot 25234d5578 reorder dependancy 2013-12-05 11:46:28 +01:00
Sébastien Loriot 961a7644a0 rename doc targets consistently 2013-12-05 11:24:30 +01:00
Sébastien Loriot ed40c09acf Merge remote-tracking branch 'origin/Documentation-improvement-lrineau'
change the target to build the documentation to doc,
Documentation_doc now builds the doc in Documentation package
2013-12-05 11:16:09 +01:00
Sébastien Loriot c1c29b2353 handle figure numbering for the developer manual 2013-12-05 09:36:51 +01:00
Sébastien Loriot 3d20253fcd remove link of doc_tex doc that is no longer generated 2013-12-04 09:36:42 +01:00
Sébastien Loriot 3af2add868 Merge branch 'BGL-fix_doc-sloriot'
Clean-up and fix the documentation of the specialization of boost::graph_traits

Approved by the release manager
Tested in CGAL-4.4-Ic-48
2013-12-04 08:53:15 +01:00
Sébastien Loriot b968e858f3 add missing dependancy 2013-12-04 08:46:22 +01:00
Philipp Möller 46ebcd5d8a Clean up .gitignore after LaTeX things have been removed
Approved by the Release Manager
2013-12-03 17:35:11 +01:00
Sébastien Loriot c941961373 remove mention of doc_tex in developer scripts 2013-12-03 17:33:56 +01:00
Sébastien Loriot 0fa2cacb60 remove doc_tex documentation (including developer manual) and old manual tools 2013-12-03 17:27:02 +01:00
Philipp Möller 032c6e428a Add the developer manual to the Manual 2013-12-03 17:17:43 +01:00
Sébastien Loriot 6650a69f77 expose less types 2013-12-03 14:56:50 +01:00
Sébastien Loriot c1fce9e175 more polish of graph_traits doc 2013-12-03 14:31:24 +01:00
Sébastien Loriot 77223ab0a6 polish graph_traits doc 2013-12-03 14:14:02 +01:00
Sébastien Loriot ee3ce8985f fix the way the specialization of graph_traits are documentated 2013-12-03 12:03:00 +01:00
Jane Tournois 0812cc5686 documentation bug fix for inexact_locate
inexact_lodate that needs x(), y() and z() functions to be available on query point
2013-12-02 14:51:52 +01:00
Laurent Rineau 4f681da8e7 Rename all platforms: g++ 4.8, Fedora 19
My Fedora version is now 19 for several weeks.
/usr/bin/g++ is now g++ 4.8.2
2013-12-02 11:09:15 +01:00
Laurent Rineau ce29976ded Update the path to the intel compiler 2013-12-02 10:57:04 +01:00
Sébastien Loriot f75f156f44 Merge branch 'Polyhedron_demo-stitching_plugin-sloriot'
Add a plugin in the polyhedron demo to stitch the boundaries of a polyhedron.
  The plugin also allows to visualize the boundaries of a polyhedron

  Approved by the release manager
  Tested in CGAL-4.4-Ic-43
2013-11-29 14:36:16 +01:00
Sébastien Loriot c5007beb59 update changes 2013-11-29 14:35:26 +01:00
Sébastien Loriot 0708404ff2 Merge branch 'Intersection_3-T3_T3_intersection_bug_fix-local'
Fixes a bug introduced in CGAL 4.3

Approved by the release manager
Tested in CGAL-4.4-Ic-43
2013-11-29 14:29:59 +01:00
Sébastien Loriot dc7aca42ce trivial doc enhancement 2013-11-28 17:29:41 +01:00
Sébastien Loriot 61dfe46ab9 fix regression in the Triangle_3-Triangle_3 intersection computation
this has been introduced when rewriting the code for the removal
of Object
2013-11-28 17:19:52 +01:00
Sébastien Loriot bf3d67921f fix testsuite 2013-11-28 14:47:13 +01:00
Sébastien Loriot 9527cfcfff bugfix/follow up of 6d5dd252: the vertices need to be updated first ...
... the update of the vertex for incident halfedges requires valid
next pointers
2013-11-28 14:39:51 +01:00
Sébastien Loriot 3fe1187e96 update an example that is in dont_submit 2013-11-28 10:34:04 +01:00
Sébastien Loriot 6d5dd252a9 rm hedges to stitch set used to update next-prev of hedge that won't be stitched 2013-11-28 09:39:55 +01:00
Sébastien Loriot 4c2cabd0ae bug fix in vertex merge
We merge the vertices before updating the HDS connectivitiy.
  All halfedges incident to the vertex to be removed get updated
  and then h2 is removed and the graph updated.
  This prevents from having zombie vertices in case more than
  two vertices are merged.
2013-11-28 09:14:56 +01:00
Guillaume Damiand 8e8ab82527 Merge branch 'CMap_no_static_for_null_dart_handle-gdamiand'
null_dart_handle is no longer static; implies to move several methods from Dart concept into CMap concept. This will simplify  the changing of the underlying container in the near future.

Small feature Combinatorial map dart attribute pre-approved in May 2013.

Approved by the release manager.
2013-11-28 08:22:40 +01:00
Marc Glisse 472efb4b63 Merge branch 'Number_types-fpu-glisse'
Approved by the release manager
2013-11-27 18:27:41 +01:00
Guillaume Damiand 375e7a919e no more -> no longer 2013-11-27 18:13:05 +01:00
Marc Glisse 7f1adbc485 Reformulate one comment about IA_opacify for vectors. 2013-11-27 17:57:43 +01:00
Marc Glisse 19f7beaa06 Merge remote-tracking branch 'origin/STL_extension-assume_in_refcount-glisse'
Approved by the release manager
2013-11-27 17:39:03 +01:00
Sébastien Loriot 05bff9cf8f add a function to stitch boundary edges in a polyhedron
also brings:
  a demo plugin that also display boundary edges
  a testsuite with examples
2013-11-27 16:19:42 +01:00
Guillaume Damiand 60e9c235af typo 2013-11-26 17:29:31 +01:00
Sébastien Loriot a3a3e9f69d fix wrong include directive
example in dont_submit
2013-11-25 10:31:22 +01:00
Guillaume Damiand e42f41a615 Small modif in explanations of modifications. 2013-11-22 08:00:00 +01:00
Guillaume Damiand db7c14cc58 * Document the deprecated function in Dart, CMap concept and LCC class;
* Add paragraph in changes.html;
* Bugfix in Linear_cell_complex_constructors for lcc without 2-attributes.
2013-11-21 10:23:24 +01:00
Luis Peñaranda 8d62e0d56f minor doc fix in Algebraic_kernel_d reference 2013-11-19 20:41:27 -02:00
Marc Glisse 44bc47b1c7 Mention Mpzf in changes.html. 2013-11-19 21:32:38 +01:00
Guillaume Damiand 95dd472779 Remove trailing whitespace. 2013-11-19 16:38:13 +01:00
Guillaume Damiand b35422939a Add Ken as contributer. 2013-11-19 16:35:09 +01:00
Guillaume Damiand c34014bcf7 Doc update. 2013-11-19 16:31:53 +01:00
Guillaume Damiand b3a7330a33 Remove function get_attribute_of_dart which is useless. 2013-11-19 15:42:51 +01:00
Guillaume Damiand a4ec793044 Documentation of modifications in CombinatorialMap and Dart. 2013-11-19 15:29:24 +01:00