Commit Graph

52761 Commits

Author SHA1 Message Date
Sébastien Loriot 42dbc14ffe use class in the forward declaration too 2013-06-24 08:45:39 +02:00
Sébastien Loriot bff4e98d01 fix warnings mainly coming from the merge of the replace object feature branch 2013-06-24 08:44:47 +02:00
Sébastien Loriot f6c016257d fix encoding problem in license header 2013-06-24 08:39:43 +02:00
Sébastien Loriot dc7caa3a4c remove TODO 2013-06-24 08:35:18 +02:00
Sébastien Loriot e0e07082db update changes.html 2013-06-24 08:34:15 +02:00
Sébastien Loriot 376e99312e Merge branch 'AABB_tree-one_primitive_per_object-sloriot'
Successfully tested in CGAL-4.3-Ic-68
implements what is described in Small_Features/aabb_tree_more_primitives
2013-06-24 08:11:05 +02:00
Sébastien Loriot 9450fbeead Merge branch 'Kernel_23-fix_msvc_warning-local' 2013-06-24 07:57:34 +02:00
Guillaume Damiand 5cf231d998 add tests to verify that reverse(reverse(map))=Id 2013-06-23 21:29:07 +02:00
Guillaume Damiand 37d7b8ef0f Merge branch 'Combinatorial_map-reverse_orientation-kenohori-old' into Combinatorial_map-reverse_orientation-kenohori 2013-06-23 21:02:11 +02:00
Guillaume Damiand bef0f03f19 Merge branch 'Combinatorial_map_dynamic_onsplit_onmerge_functors-gdamiand'
Approved by the release manager
2013-06-23 20:40:28 +02:00
Guillaume Damiand 0f883bb5a7 Add small feature description in changes.html 2013-06-23 20:39:11 +02:00
Nico Kruithof c9228f71fb More doc fixes 2013-06-21 23:51:47 +02:00
Nico Kruithof 4a6829ddb2 Removing more comments that things are advanced when they are already marked advanced 2013-06-21 23:47:44 +02:00
Nico Kruithof 739d78d582 Removed an advanced function remark 2013-06-21 23:45:41 +02:00
Nico Kruithof d0eca5584d documentation 2013-06-21 23:20:24 +02:00
Nico Kruithof 5ac2c05249 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-06-21 21:47:48 +02:00
Nico Kruithof e62ee1f642 Merge branch 'Periodic_2_triangulation_2-nkruithof' of ssh://scm.cgal.org/var/git/cgal into Periodic_2_triangulation_2-nkruithof 2013-06-21 21:37:35 +02:00
Nico Kruithof 190903c821 Fixed a reference 2013-06-21 21:37:02 +02:00
Sébastien Loriot 45c61f0061 remove Id template parameter from graph primitives that cannot be changed 2013-06-21 17:51:27 +02:00
Laurent Rineau 02c7057eab partially revert the following commit
| commit b73fbeb3b7
  | Merge: 619a69f f22cbb5
  | Author: Jane Tournois <Jane.Tournois@sophia.inria.fr>
  | Date:   Mon Aug 20 15:52:37 2012 +0000
  |
  |     merge from next
  |
  | Notes:
  |     r71385 branches/features/Mesh_3-improvements-GF

The merge is not reverted, but the following extra patch is reverted:
  | --- a/Manual_tools/install.config
  | +++ b/Manual_tools/install.config
  | @@@ -1,7 -1,7 +1,5 @@@
  |   # feel free to edit the paths as you like
  | --
  | --export LATEX_CONV_BIN=$HOME/local/bin
  | --
  | --MANUAL_TOOLS_PREFIX=$HOME/local/Manual_tools
  | ++export LATEX_CONV_BIN=$CGAL_MISC/manual/bin
  | ++MANUAL_TOOLS_PREFIX=$CGAL_MISC/manual
  |   export LATEX_CONV_CONFIG=$MANUAL_TOOLS_PREFIX/latex_conv_config
  |   export STYLE_FILES=$MANUAL_TOOLS_PREFIX/sty
2013-06-21 17:22:00 +02:00
Sébastien Loriot 64a15153a9 silent a warning that seems to be a bug of the compiler
http://connect.microsoft.com/VisualStudio/feedback/details/474655/warning-c4
2013-06-21 16:06:43 +02:00
Sébastien Loriot 93b77ce529 only build the documentation if the BUILD_DOC is set to ON
it is better located here
2013-06-21 15:11:25 +02:00
Sébastien Loriot e85c0a241f Revert "only build the documentation if the BUILD_DOC is set to ON"
This reverts commit 9ebb37fe28.
2013-06-21 15:11:02 +02:00
Sébastien Loriot 496d75c256 update licenses that were incorrect after merging replace object feature branch 2013-06-21 15:06:17 +02:00
Sébastien Loriot 0f116f968a use the new return type of Intersect_3 2013-06-21 13:14:46 +02:00
Sébastien Loriot 1a8647a195 fix copy-paste error 2013-06-21 12:49:57 +02:00
Sébastien Loriot 5f43373646 use the new return type of intersection 2013-06-21 12:43:37 +02:00
Sébastien Loriot 02bdcc8603 Revert "remove Robust_intersection_traits_new"
This reverts commit 77b6b2e008.
2013-06-21 12:42:12 +02:00
Sébastien Loriot 77b6b2e008 remove Robust_intersection_traits_new 2013-06-21 12:39:52 +02:00
Sébastien Loriot 483440c8f2 use new return type of intersection 2013-06-21 12:39:20 +02:00
Sébastien Loriot d4d3c405fe Exact_type_selector has been renamed Exact_field_selector 2013-06-21 12:37:33 +02:00
Sébastien Loriot b49dbe358e move surface mesh polyhedron oracle to operations on polyhedra 2013-06-21 11:42:28 +02:00
Sébastien Loriot a762131d50 rename header file 2013-06-21 11:30:39 +02:00
Sébastien Loriot 9331a90a63 rename package_info and add INRIA as copyright holders 2013-06-21 11:26:49 +02:00
Jane Tournois 404f2e0e3c merge 2013-06-21 10:01:19 +01:00
Sébastien Loriot 9ebb37fe28 only build the documentation if the BUILD_DOC is set to ON 2013-06-21 10:19:14 +02:00
Sébastien Loriot 0e19f01ba7 remove duplicated file that is in Operations_on_polyhedra 2013-06-21 10:15:26 +02:00
Sébastien Loriot 7a04853d70 fix warnings
detected by msvc++
2013-06-21 09:53:02 +02:00
Sébastien Loriot baac01b0b7 add missing template keyword
detected by Apple clang
2013-06-21 09:42:56 +02:00
Sébastien Loriot 47fa1269cb make get function friend functions of the property maps
This change was needed to workaround a bug observed with g++ (Debian 4.7.3-4)
while compiling Scene_polyhedron_item, just including
CGAL/Polyhedron_3_property_map.h
2013-06-21 09:07:15 +02:00
Sébastien Loriot a106f21298 update remaning plugins with new primitives 2013-06-21 09:06:24 +02:00
Sébastien Loriot cbc7f8edfa add missing license in header 2013-06-21 09:03:57 +02:00
Sébastien Loriot 204e8a6ae0 fix constness issue for HalfedgeGraph property maps 2013-06-20 19:45:26 +02:00
Sébastien Loriot 7185573274 use the new primitive 2013-06-20 19:19:48 +02:00
Sébastien Loriot d5194d9fce remove non needed include directive 2013-06-20 19:18:58 +02:00
Sébastien Loriot 8c72a3d046 use point type of the polyhedron to deduce the kernel with Kernel_traits 2013-06-20 19:10:58 +02:00
Sébastien Loriot a1b9c5b36d rename plugin 2013-06-20 18:04:48 +02:00
Sébastien Loriot 0c34e9e2ee move example 2013-06-20 17:34:54 +02:00
Sébastien Loriot 3e5ce261f4 remove debug flags 2013-06-20 17:34:54 +02:00
Sébastien Loriot b2b9b0375a update path 2013-06-20 17:34:54 +02:00