Laurent Rineau
ff515d72bb
Fix issue #954 (resource leak)
2016-03-29 13:34:44 +02:00
Laurent Rineau
145b3dbe77
Merge fixes to Surface_mesh and BGL from 4.8
...
Merge branch 'releases/CGAL-4.8-branch'. Merges:
> 0b5fa6a Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions
> 681e08d Merge pull request #947 from sloriot/SM_shortest_path-fix_package_info
2016-03-29 12:01:15 +02:00
Laurent Rineau
82026459f2
Merge pull request #944 from afabri/Periodic-typos-GF
...
prefix with CGAL:: to cross link
2016-03-29 11:19:15 +02:00
Laurent Rineau
9eb6a2b5e6
Merge pull request #916 from sgiraudot/Surface_reconstruction_points_3-Fix_infinite_cells_issue-GF
...
Poisson reconstruction: bugfix query outside convex hull
2016-03-29 11:10:22 +02:00
Laurent Rineau
a67bc9822e
Merge pull request #895 from afabri/CGAL-LGPL-GF
...
Move infrastructure files into infrastructure packages and change their license
2016-03-29 11:08:43 +02:00
Laurent Rineau
f594283907
Merge pull request #892 from freud14/add-gitignore
...
Adding moc files to gitignore
2016-03-29 11:03:02 +02:00
Laurent Rineau
50b55bd27c
Merge pull request #890 from sloriot/CGAL-generate_CMakeLists-sloriot
...
Generate CMakelists
2016-03-29 11:02:17 +02:00
Laurent Rineau
80817ec3de
Merge pull request #903 from afabri/Triangulation_2-read_triangle_poly-GF
...
Read .poly files in the 2D Constrained Triangulation demo
2016-03-29 10:59:30 +02:00
Laurent Rineau
0b5fa6a4a9
Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions
...
BGL functions must be in OpenMesh namespace
2016-03-29 10:51:16 +02:00
Laurent Rineau
681e08ddda
Merge pull request #947 from sloriot/SM_shortest_path-fix_package_info
...
Shortest Path: update package info
2016-03-24 17:29:43 +01:00
Sébastien Loriot
b83b4465c3
update package info
2016-03-24 17:15:36 +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
Sébastien Loriot
c869ee6855
update cmake scripts with at least one example requiring Core
2016-03-24 16:40:57 +01:00
Sébastien Loriot
4c29bf1b44
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
2016-03-24 16:33:46 +01:00
Andreas Fabri
f85fd05f7b
fix license.txt
2016-03-24 16:10:55 +01:00
Sébastien Loriot
0354c3913a
BGL functions must be in OpenMesh namespace
...
this was detected by a qualified call to get for variant
(cherry picked from commit 309f91f1550be0653ffa00d59ee040cc8777d0b6)
2016-03-24 15:55:30 +01:00
Andreas Fabri
b27441256b
prefix with CGAL:: to cross link
2016-03-24 15:41:59 +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