Commit Graph

53053 Commits

Author SHA1 Message Date
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 8cd8461fa5 fix bibtex 2013-08-05 14:26:44 +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
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
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
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
Sébastien Loriot 441186c65b Merge branch 'Polyhedron_demo-fix-save_issue-local'
Successfully tested in CGAL-4.3-Ic-103
Approved by the interim release manager
2013-07-29 07:54:26 +02:00
Sébastien Loriot 56faf80e3d Merge branch 'Triangulation_3-array-glisse'
fixes  array initialization in c++11

Successfully tested in CGAL-4.3-Ic-103
Approved by the interim release manager
2013-07-29 07:44:03 +02:00
Sébastien Loriot b2ef3b8673 Merge branch 'doc-remove_gif-local'
Successfully test in CGAL-4.3-Ic-102

This commit fixes a few issues in the doxygen documentation and in particular
the figure for the generation of latex doc.

Approved by the interim release manager

xplain why this merge is necessary,
2013-07-26 17:50:07 +02:00
Sébastien Loriot e24cdddbf2 Merge branch 'clang-cpp11_fix_compilation_errors-local'
Successfully tested in CGAL-4.3-Ic-102
Bug-fix in the Triangulation_2 package for clang with c++11 support
Approved by the interim release manager
2013-07-26 17:42:08 +02:00
Sébastien Loriot deeb6569a1 try to use a IO-plugin for saving only if filename matches the files handled 2013-07-26 15:07:53 +02:00
Sébastien Loriot 485e14927d extract the code that tells if an IO plugin can handle a given file 2013-07-26 15:04:50 +02:00
Sébastien Loriot e3af5e6443 typo 2013-07-26 09:20:27 +02:00
Marc Glisse 474d8bfbf6 Same fix for the 2 other copies of Scene_polyhedron_item.cpp. 2013-07-26 09:10:21 +02:00
Sébastien Loriot 67a118578c bump CGAL version number in the bibtex and add P2T2 2013-07-26 08:45:56 +02:00
Sébastien Loriot 44a9ce166b remove no longer used directories 2013-07-26 08:33:19 +02:00
Sébastien Loriot c130fa3b8c update copyright holder of P2T2 package 2013-07-26 08:32:46 +02:00
Sébastien Loriot 8e2db3be02 add copyright file for P2T2 2013-07-26 08:25:02 +02:00
Sébastien Loriot ed76911e06 Merge branch 'AABB_tree-fix_non_conventional_names-local'
Successfully tested in CGAL-4.3-Ic-101
Approved by the interim release manager

This merge fixes documentation bugs and rename classes with names
non conform to CGAL conventions
2013-07-25 18:56:17 +02:00
Sébastien Loriot 8ce47d7b6a Merge remote-tracking branch 'origin/Number_types-fpu-glisse'
Successfully tested in CGAL-4.3-Ic-101
Approved by the interim release manager
2013-07-25 18:52:42 +02:00
Sébastien Loriot b63bbc0d6d document Weighted_point_mapper_2
it explains to the user how a weighted point turns into a point

fix bug #15745
2013-07-25 17:51:56 +02:00
Sébastien Loriot 332e8a634d add documented types in the code 2013-07-25 17:41:20 +02:00
Sébastien Loriot 31dbc5b1d3 add link to Point_2
fix bug #15485
2013-07-25 17:32:33 +02:00
Sébastien Loriot 2dfe8a3d73 workaround for a doxygen bug: remove space after /!* to avoid a verbatim env
this happens if you have an empty line or the text directly after /!*
to find them in the generated documentation, grep for "pre class=\"fragment\""
(a few of them are legitimate however)
2013-07-25 14:58:53 +02:00