Commit Graph

67415 Commits

Author SHA1 Message Date
Marc Glisse f5e9aa8941 Use upper() and lower() in Kd_tree_rectangle. 2016-03-25 15:41:14 +01:00
Marc Glisse 7438d46087 Remove low_value/high_value that don't apply to the non-extended Kd_tree_internal_node. 2016-03-25 15:27:34 +01:00
Marc Glisse 54135a8ca5 Reorder fields in Kd_tree_rectangle for compactness. 2016-03-25 15:18:41 +01:00
Marc Glisse 475154e6af Stop once we've found a point in search_any_point
I am not familiar with this code, please double-check that the change makes sense.
2016-03-24 23:17:40 +01:00
Laurent Rineau 076c982dbf Merge pull request #676 from bo0ts/BGL-document_dual-pmoeller
BGL: document Dual
2016-03-24 17:11:27 +01:00
Laurent Rineau 00e6e03d5c Merge pull request #785 from afabri/CGAL-missing_includes-GF
Partial cleanup of issue #595   Part2
2016-03-24 17:02:27 +01:00
Laurent Rineau 03f4859026 Merge pull request #931 from marv/cmake-arch-indenpendent-files
Include GNUInstallDirs and use CMAKE_INSTALL_* variables
2016-03-24 13:16:59 +01:00
Laurent Rineau 71d91f9b99 Merge pull request #835 from bo0ts/patch-1
Require correct Boost version through CMake
2016-03-24 11:31:38 +01:00
Laurent Rineau 5b48eedf20 Merge pull request #790 from bo0ts/Installation-remove_ALL_PRECONFIGURED-pmoeller
Remove option CGAL_ALLOW_ALL_PRECONFIGURED_LIBS_COMPONENT and associated code
2016-03-24 11:30:14 +01:00
Laurent Rineau ad73334a0f Merge pull request #821 from afabri/CGAL_property_map-GF
Include consistently <CGAL/property_map.h>
2016-03-24 11:29:09 +01:00
Laurent Rineau 89fe7c62b2 Merge pull request #762 from sloriot/BGL-unif_names
Unify names of parameters model of CGAL BGL concepts
2016-03-24 11:20:38 +01:00
Andreas Fabri ddc71b5527 Add example to doc/BGL/examples.txt 2016-03-23 10:40:41 +01:00
Laurent Rineau 105a2d31f3 Merge pull request #938 from afabri/patch-2
typo in doc
2016-03-23 10:05:47 +01:00
Andreas Fabri 973f25f889 typo in doc 2016-03-22 19:23:38 +01:00
Andreas Fabri 06f5dcfb41 I had removed one #endif too much 2016-03-22 19:11:02 +01:00
Laurent Rineau 459243dced Merge branch 'releases/CGAL-4.8-branch'
Merges:
  - pull request #926 from afabri/BGL-fix_join_vertex-GFMerge
2016-03-22 16:15:09 +01:00
Laurent Rineau a317efc776 Merge pull request #926 from afabri/BGL-fix_join_vertex-GF
Forgot to set the halfedge of the face
2016-03-22 16:12:32 +01:00
Andreas Fabri b639ce8d55 Didn't take border edges into account 2016-03-22 16:04:20 +01:00
Andreas Fabri 06a1925f6f Forgot to set the halfedge of the face 2016-03-22 16:04:20 +01:00
Laurent Rineau db73cf0499 Merge pull request #831 from afabri/Maintenance-fixed_table_layout-GF
fix table layout of the result table
2016-03-22 12:30:05 +01:00
Laurent Rineau 5b0f00df33 Merge pull request #900 from sgiraudot/CGAL_Tutorials
CGAL Manual: Tutorials
2016-03-22 11:02:34 +01:00
Laurent Rineau 79ad32be5d Merge pull request #897 from sloriot/Devman-boost_requirements
Update doc boost requirements
2016-03-22 11:01:43 +01:00
Laurent Rineau b250a36219 Merge pull request #891 from afabri/Triangulation-more_typos-GF
Small fixes in the documentation of dD Triangulations
2016-03-22 11:01:04 +01:00
Marvin Schmidt 887fade6d7 Include GNUInstallDirs and use CMAKE_INSTALL_* variables
This allows installing the architecture-independent data outside the
prefix. This is particularly necessary on systems using a
multi-architecture layout where architecture-dependent files live in
/usr/${host_triple}/ and architecture-independent files in /usr/share.
2016-03-19 16:44:22 +01:00
Laurent Rineau af4d79f0c9 Typo pointed out by Andreas 2016-03-18 16:00:32 +01:00
Laurent Rineau 10061126a2 Merge branch 'releases/CGAL-4.8-branch'
Fixes the SOVERSION
2016-03-18 15:36:23 +01:00
Laurent Rineau e98bc7ebb5 I have tried to run CGAL demos from 4.8 with 4.7 libs
I am surprised that the branch 'header-only, step 0' did not break the
ABI! Good job, guys.
2016-03-18 15:32:35 +01:00
Laurent Rineau 1a4f950c2d updated crontab (automated commit) 2016-03-18 15:18:05 +01:00
Laurent Rineau 202f9f9ad8 Next release from this branch should be CGAL-4.8 2016-03-18 15:02:08 +01:00
Laurent Rineau 63aa64fa3a `master` now targets the release 4.9 2016-03-18 15:01:31 +01:00
Laurent Rineau 3bffc536ff Announcement for CGAL-4.8-beta2 2016-03-18 14:02:16 +01:00
Laurent Rineau b6eab033d1 Merge pull request #924 from sgiraudot/Optimal_transportation_reconstruction_2-Change_name_in_changes_html-GF
Update name of 2D reconstruction in changes.html
2016-03-18 13:51:54 +01:00
Simon Giraudot 1aaca82150 Update name of 2D reconstruction in changes.html 2016-03-18 13:12:30 +01:00
Laurent Rineau f7ee57bb19 Merge pull request #920 from lrineau/Installation-fix_issue_834-lrineau
In the construction of all_files.cpp, avoid qrc files
2016-03-17 16:56:49 +01:00
Laurent Rineau 588e51fe40 In the construction of all_files.cpp, avoid qrc files
Fix #834.
2016-03-17 16:55:08 +01:00
Laurent Rineau dee4739ecd Merge pull request #915 from janetournois/Polyhedron_demo-fix_deformation_plugin-jtournois
Polyhedron demo : fix deformation plugin
2016-03-17 16:46:10 +01:00
Sébastien Loriot b64d0ee265 do not remesh in pivoting mode 2016-03-17 13:20:27 +01:00
Sébastien Loriot e5a5cdc3c8 do not update the roi after the remeshing
this also allows to compute border halfedges only when needed,
that is when estimating the target edge length
2016-03-17 13:17:11 +01:00
Sébastien Loriot b0d43337de wrap the set in a shared_ptr because a property map should be lightweight 2016-03-17 13:09:39 +01:00
Sébastien Loriot 7680c6f168 use a set instead of a map to avoid keeping handles to removed elements
moreover the map becomes sensitive to the input
2016-03-17 12:58:02 +01:00
Sébastien Loriot 275e16d2e8 the region remesh was using the one-ring of the roi 2016-03-17 10:36:36 +01:00
Sébastien Loriot ca59ba312f return the roi range as a const reference instead of a copy 2016-03-17 10:35:37 +01:00
Laurent Rineau 52436643d7 updated crontab (automated commit) 2016-03-16 16:18:03 +01:00
Laurent Rineau 4fd24b6487 Merge pull request #913 from sloriot/Polyhedron_demo-rename_mesh_2_plugin_dir
Polyhedron demo: rename plugin directory
2016-03-16 15:01:03 +01:00
Laurent Rineau d3967a3a8d Merge pull request #910 from maxGimeno/Polyhedron_demo-Fix_scene_bbox-GF
Polyhedron_demo : Fix for the Scene Bbox
2016-03-15 12:03:49 +01:00
Laurent Rineau 6b41ff756f Merge pull request #898 from lrineau/installation-fix_split_CGALConfig-GF
Fixes the PR #788
2016-03-15 12:02:04 +01:00
Jane Tournois b6f37a16ed add default constructor to ROI_border_pmap
and fix the list of roi_border edges collected before deformation
2016-03-15 11:30:33 +01:00
Sébastien Loriot c0b39954bf rename Mesh_2 plugin directory for consistency 2016-03-14 20:12:10 +01:00
Maxime Gimeno 6779574a2c Fix the scene bbox
- The Scene Bbox does not depend on the visibility of the items anymore.
2016-03-14 16:58:24 +01:00
Sébastien Loriot 25c87c75a6 Merge pull request #896 from cjamin/patch-2
dD Triangulations: update "Design and Implementation History" section (ERC GUDHI support)
2016-03-14 11:17:43 +01:00