Commit Graph

68164 Commits

Author SHA1 Message Date
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 31dae1898f Just Default as default does not compile, so we put the 'real' default types 2016-03-23 16:51:13 +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
Andreas Fabri 7a0c53496d Mention Default in the ref manual 2016-03-23 12:43:17 +01:00
Andreas Fabri 224ad74712 Mention CGAL::Default in the ref man pages of Mesh_triangulation_3 2016-03-23 12:21:45 +01:00
Andreas Fabri a2e6f59f7b Fix K -> K_ 2016-03-23 12:18:12 +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
Andreas Fabri 47090906f0 Introduce CGAL::Default for the TDS of constrained triangulations 2016-03-23 10:27:39 +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 d1cb098c0c change all examples 2016-03-23 08:39:27 +01:00
Andreas Fabri 92ccbb7745 fix shadow bug (was not produced with VC++ 2016-03-23 05:45:19 +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
Simon Giraudot bf8e8325d0 Bugfix: update shape detection plugin with new plane regularization API 2016-03-21 10:50:05 +01:00
Simon Giraudot b98dc48a61 Windows warning fix: explicit conversion to FT 2016-03-21 10:49:59 +01:00
Sébastien Loriot 7d1b315fab reduce the size of the color map of a polyhedron scene item ...
...  to  (max patch id - min patch id+1)

# Conflicts:
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.h
#	Polyhedron/demo/Polyhedron/include/CGAL/gl_render.h
2016-03-21 10:06:48 +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
Sébastien Loriot f2b3a4dd24 remeshing with duplicated constraints now splits the constrained edges
this ensures the remeshing will always work
2016-03-18 18:25:10 +01:00
Jane Tournois e4006a5499 fix access in color map, in case we have a single patch with index > 0 2016-03-18 17:44:48 +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