Commit Graph

52921 Commits

Author SHA1 Message Date
Sébastien Loriot 42398f823e Merge branch 'doxygen_doc-fixes-local'
Documentation fixes
Tested in CGAL-4.3-Ic-113 but
  db7f9260, 1263439c and d14ac4ad which touches only doc files

This fixes various issues reported by Monique when reviewing the packages
Triangulation_3 and TDS_3.

At the general scope:
  * introduces and uses a macro \cgalCite to use instead of \cite in order to
    have a space before the reference
  * add a Inherits from section just after the #include for classes
  * Re-add Detailed Description but rename it to Definition for classes
    and namespaces
  * Remove the redundant class name in the Definition section
2013-08-06 10:26:29 +02:00
Sébastien Loriot db7f9260d8 prettify doc output
* inherits from has a big blue section
* keep Detail description but rename it Definition for classes and namespaces
* remove the class name in the Definition section
2013-08-06 10:14:54 +02:00
Sébastien Loriot 1263439c42 add a proper section for inheritance 2013-08-06 08:45:19 +02:00
Sébastien Loriot d14ac4adf2 put inheritance before details description 2013-08-06 08:07:57 +02:00
Sébastien Loriot 360535fd95 remove CGAL in the bibiographic references using postprocessing 2013-08-05 19:39:23 +02:00
Sébastien Loriot d282ade623 use \cgalCite instead of \cite
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Sébastien Loriot b0f9ed3188 add new macro replacing cite allowing to have a space before the citation
This is a total hack and rely on a bug of doxygen
2013-08-05 17:56:12 +02:00
Sébastien Loriot 5676ca70cf add missing \cite 2013-08-05 17:07:46 +02:00
Sébastien Loriot ded66799a6 make the insertion of a range of points with info working with hierarchy 2013-08-05 15:03:46 +02:00
Sébastien Loriot 8cd8461fa5 fix bibtex 2013-08-05 14:26:44 +02:00
Eric Berberich 90e5566c93 removed warning 2013-08-05 13:36:00 +02:00
Sébastien Loriot 35533f760c link less 2013-08-05 12:11:06 +02:00
Sébastien Loriot a5b291bc19 link less 2013-08-05 12:09:35 +02:00
Sébastien Loriot 31c2cecdda change order 2013-08-05 10:31:13 +02:00
Sébastien Loriot 1a8a2a0814 update url of reference 2013-08-05 10:20:07 +02:00
Sébastien Loriot 6d9aeba4f2 add missing links 2013-08-05 09:48:45 +02:00
Sébastien Loriot e1465ce617 add missing template parameter
requested by Monique
2013-08-05 09:18:41 +02:00
Sébastien Loriot da4fccda97 remove doc of hierarchy vertices and triangulation, deprecated since 3.6 2013-08-05 09:12:07 +02:00
Sébastien Loriot f2219bfa46 update classifed ref man 2013-08-05 09:03:23 +02:00
Xiang Gao 882f5b8570 fix warning for unused parameter 'p' 2013-08-05 07:45:04 +02:00
Jane Tournois a1516ca954 add missing namespace introducing "type already defined" errors 2013-08-02 14:35:35 +02:00
Sébastien Loriot 22b0d44f4a make the move function private to disable the inherited version 2013-08-02 07:52:09 +02:00
Eric Berberich 1836ae87a7 unified signatures 2013-08-01 15:33:51 +02:00
Eric Berberich c8592d7d72 removed warning 2013-08-01 15:25:20 +02:00
Eric Berberich a12ede2a2d whitespace cleanup 2013-08-01 15:22:50 +02:00
Eric Berberich ea0feb5553 removed warnings: unused variables from signatures 2013-08-01 15:21:40 +02:00
Efi Fogel d51398cfdc commented out unused variables 2013-08-01 10:39:01 +03:00
Sébastien Loriot d49ca3003c Merge branch 'Misc-glisse'
fix c++11 issue reported by clang with libc++ stdlib:
  ostream no longer has a implicit conversion operator to void*

This behavior is detected using the boost macros
BOOST_NO_EXPLICIT_CONVERSION_OPERATORS (up to 1.50) and
BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS (from 1.51)

Successfully tested in CGAL-4.3-Ic-108 and CGAL-4.3-Ic-106
Approved by the interim release manager
2013-08-01 07:20:54 +02:00
Sébastien Loriot f5f6b034a6 Merge branch 'AABB_tree-fix_graph_primitives-local'
This fixes the graph primitives that were only model of
AABBPrimitiveWithSharedData, and also remove the artificial compatibility
with deprecated primitives that are not needed since we want to make users
use the new method.

Successfully tested in CGAL-4.3-Ic-107
  One example on the platform i686_Linux-2.6_g++-4.1.2_CentOS-5.1-O3 indicates
  an error, but after checking it is a floating point computation threshold
  issue. The example expects an error to be below 1e-10 and it is 1.1e-10.
Approved by the interim release manager
2013-07-31 17:32:15 +02:00
Eric Berberich 6c5ecdc3da fixed warning: here, we indeed want to "adapt" by one 2013-07-31 17:21:35 +02:00
Efi Fogel 4b2386d70c replaced unsigned int with size_t 2013-07-31 12:21:49 +03:00
Efi Fogel 7775a6ddc2 Added some CGAL_USE_TYPE() to suppress warnings about unused locally defined typedefs 2013-07-31 12:21:14 +03:00
Efi Fogel 5fd35adc29 cleaned up assertions 2013-07-31 11:18:39 +03:00
Efi Fogel f619e8b377 fixed mismatch of signed and unsigned 2013-07-30 09:40:46 +03:00
Sébastien Loriot 5666173947 typos and missing static 2013-07-30 07:38:41 +02:00
Sébastien Loriot a5eb2fa0b4 missing backquote 2013-07-30 07:15:11 +02:00
Sébastien Loriot b6737e6b0f fix the graph primitive when they don't have shared data 2013-07-29 18:47:17 +02:00
Sébastien Loriot 0864336a66 remove compatibility with original polyhedron primitives
there is no need to maintain such an artificial compatibility, the old
primitives are still in CGAL.
2013-07-29 17:17:56 +02:00
Sébastien Loriot 61c5aa7010 C++11 stream conversion to bool/void* changes.
this commit is working for all versions of boost supported:
  * BOOST_NO_EXPLICIT_CONVERSION_OPERATORS is defined in boost 1.39->1.50
  * BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is defined startin boost 1.51
actually there is even a macro in boost setting
BOOST_NO_EXPLICIT_CONVERSION_OPERATORS when
BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is defined so we could be fine
with only the first one.
2013-07-29 15:06:48 +02:00
Efi Fogel 808c5d3cd7 Added a comment regarding the defficiency of _compute_signs()---it doesn't support the cylinder case 2013-07-29 14:45:04 +03:00
Efi Fogel d5ae8887fc Useing a constant index-map to prvent the introduction of new entries to m_he_indices_table 2013-07-29 14:27:48 +03:00
Sébastien Loriot 29a64aca9c bugfix: OneHalfedgeGraphPerTree was not correctly forwarded 2013-07-29 10:18:02 +02:00
Sébastien Loriot 88f265be1c re-document OneFaceGraphPerTree 2013-07-29 10:16:27 +02:00
Sébastien Loriot 0a2f31ce90 doc bugfix: fix template parameters 2013-07-29 10:07:51 +02:00
Sébastien Loriot 3b1c661634 doc bugfix: missing nested type in concept 2013-07-29 09:55:44 +02:00
Sébastien Loriot 7dbf5b3525 typo 2013-07-29 09:43:09 +02:00
Sébastien Loriot 8e2c92826e C++11 stream conversion to bool/void* changes.
this fixes only the issue if the boost version is at least 1.51
(release introducing the macro BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS)
2013-07-29 09:37:36 +02:00
Sébastien Loriot 201ae12b66 C++11 stream conversion to bool/void* changes. 2013-07-29 08:11:58 +02:00
Sébastien Loriot 1c2b0dfe4f constructor does not take a stream as parameter 2013-07-29 08:07:45 +02:00
Sébastien Loriot 60bf4de956 C++11 stream conversion to bool/void* changes. 2013-07-29 08:07:20 +02:00