Laurent Rineau
d2b0900ec9
Do not call `Random(char*)` in header-only
...
Follow-up to:
> ef624f92de
> Author: Andreas Fabri <andreas.fabri@geometryfactory.com>
> Date: Wed Mar 23 13:01:21 2016 +0100
>
> No need for a constructor just for default_random
2016-03-29 12:12:37 +02:00
Laurent Rineau
fd4e0a51cc
Fix the SOVERSION
...
(Partially reverts commit 79f54a6c7c3af0a1aa1a6e845990fd06f950f63b.)
2016-03-29 12:10:37 +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
216b298652
Fix issues in I/O of Mesh_complex_3_in_triangulation_3
...
And restore the possibility for the Polyhedron demo to load two types of
C3t3 (with `Patch_id` being `int` or `std::pair<int, int>`).
2016-03-25 15:45:28 +01:00
Jane Tournois
2bc034dee1
don't forget to map boundary halfedges
2016-03-25 10:55:07 +01:00
Jane Tournois
cc28746e18
fix the case where both faces incident to h are degenerate before the flip
...
and none of them is degenerate after the flip
2016-03-25 10:39:01 +01:00
Sébastien Loriot
f7848d686a
remove unused type
2016-03-25 10:16:21 +01: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
9e82d734c2
remove unused typedef and variable
2016-03-24 17:26:19 +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
Maxime Gimeno
d106d60471
Segfault Fix
...
- When deleting the selection_item AND it's associated item, there is no more segfault.
2016-03-23 13:52:28 +01:00
Andreas Fabri
ef624f92de
No need for a constructor just for default_random
2016-03-23 13:06:17 +01:00
Laurent Rineau
79f54a6c7c
Bump the SOVERSION_MINOR
...
- With the addition of that new function Random::Random(char*), the ABI
changes, but in a compatible way -> bump the minor version of
SOVERSION. The SONAME remains unchanged.
- Add tests for `Random` with and without `CGAL_TEST_SUITE`. That will
make a difference only with header-only, because at the time the tests
are compiled, libCGAL is already compiled.
2016-03-23 11:27:33 +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
Maxime Gimeno
cae48d8147
Fix shrinking UI
2016-03-22 10:52:27 +01:00
Maxime Gimeno
ba86f7ac69
Addition of a feature to inverse the current selection
2016-03-22 10:31:20 +01:00
Maxime Gimeno
e174d9373d
Addition of a clear_all_button
2016-03-22 10:01:12 +01:00
Maxime Gimeno
c173419d61
Addition of a button to flip the plane and a selection color for the plane.
2016-03-22 09:17:11 +01:00
Maxime Gimeno
32a43ad3e0
Addition of a split feature
2016-03-21 15:59:30 +01:00
Jane Tournois
fd98e1c5bd
init() can't be fully done in the constructor with no parameter
2016-03-21 10:58:36 +01:00