Commit Graph

53053 Commits

Author SHA1 Message Date
Jane Tournois ae70190fed update changes.html for small feature Mesh_3-improvements-GF integration 2013-07-02 11:15:40 +02:00
Sébastien Loriot 4978619e1b set name of QDialog to avoid runtime warning
demo trivial bugfix
2013-07-02 10:01:18 +02:00
Sébastien Loriot ac20c93c54 Merge branch 'Intersections_2-Triangle_2_Triangle_2_memory_leak-local'
Bug-fix tested in CGAL-4.3-Ic-75
2013-07-02 07:24:54 +02:00
Sébastien Loriot 60eb813338 Merge branch 'BGL-iterator_wrapper_fix-local'
Bug-fix tested in CGAL-4.3-Ic-75
2013-07-02 07:22:33 +02:00
Sébastien Loriot 642fad695b Merge branch 'Polyhedron_demo-corefinement_bugfix-local'
Bug-fix tested in CGAL-4.3-Ic-75
2013-07-02 07:19:34 +02:00
Jane Tournois 56d733b254 Merge remote-tracking branch 'origin/Mesh_3-improvements-GF'
Several improvements of Mesh_3, including
- speedup of optimizers,
- make inexact_locate public in Triangulation_2 and Triangulation_3,
- compactify mesh_cell_base and mesh_vertex_base,
- fix of documentation,
- and more

Small feature :
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Various_improvements_of_Mesh_3

Approved by the release manager.
2013-07-01 16:25:56 +02:00
iyaz de8348e31a initialize index maps inside examples and tests 2013-06-29 22:26:12 +03:00
Sébastien Loriot 81ea412ca7 iterators in HDS and Triangulations are bi-directional 2013-06-28 20:17:35 +03:00
iyaz bf54a0d057 do not initialize index maps 2013-06-28 20:06:21 +03:00
iyaz 0c54dea4ee Fix rendering
- For now just supporting Smooth shading with edges.
Add "Get minimum" feature for selecting isolated components
2013-06-28 19:52:14 +03:00
Clement Jamin 3dfb28141f Mark TBB_MALLOCPROXY_XXX_LIBRARY as advanced in CMake 2013-06-28 17:55:12 +02:00
Laurent Rineau b5b388d33e Fill the license.txt file for Periodic_2 2013-06-28 17:54:04 +02:00
Laurent Rineau e86f053ab6 Fill changes.html for Periodic_2 2013-06-28 17:53:47 +02:00
Laurent Rineau 18d4672493 Merge branch 'Periodic_2_triangulation_2-nkruithof'
Tested in CGAL-4.3-Ic-73

Approved by the release manager
2013-06-28 17:48:44 +02:00
Laurent Rineau 73887c6927 Revert "Revert the merge of Periodic_2 into master. It was pushed by error."
This reverts commit b27c0a4efb.
2013-06-28 17:48:15 +02:00
Sébastien Loriot ed8bace765 fix a memory leak in case of filter failure for example
the size of the hand-made linked list was not updated correctly
2013-06-28 17:28:30 +02:00
Sébastien Loriot de048c1bf0 beta<i> is not documented 2013-06-28 17:02:17 +02:00
Sébastien Loriot c900eabfcd iterators in HDS and Triangulations are bi-directional 2013-06-28 16:28:34 +02:00
Sébastien Loriot e699339355 update changes 2013-06-28 15:10:29 +02:00
Sébastien Loriot cd5e88f11f Merge branch 'Kernel_23-Bbox_more_friendly-local'
Implements Features/Small_Features/More_friendly_bbox
Successfully tested in CGAL-4.3-Ic-74
Approved by the release manager
2013-06-28 15:05:31 +02:00
Sébastien Loriot 0dff9ba1d0 use the new inside polyhedron test to test inclusion of disjoint volume
We need one pint from a volume not on the boundary of the other.
This fixes a bug in the previous implementation
2013-06-28 14:55:34 +02:00
iyaz 737a8dea33 Merge branch 'Surface_modeling-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_modeling-new_package-GF 2013-06-28 02:02:26 +03:00
iyaz 8b572b2baa Fix warning and leave a usage not for collinear 2013-06-28 01:45:29 +03:00
Sébastien Loriot 9ffa8ac7f8 bugfix: use the traits data member otherwise the shared_data cannot be used 2013-06-27 20:58:13 +02:00
Sébastien Loriot 940cd2bf33 bugfix: use the traits data member otherwise the shared_data cannot be used 2013-06-27 20:55:16 +02:00
Sébastien Loriot 7759780691 forgot to commit these files 2013-06-27 17:06:49 +02:00
Clement Jamin da77b4d879 Correct FindTBB.cmake + add a UseTBB.cmake 2013-06-27 16:50:55 +02:00
Clement Jamin 90d0125741 Improved FindTBB.cmake
- Untabified
- Does not link with the TBB mallow proxy anymore, but set
  TBB_MALLOCPROXY_DEBUG_LIBRARY and TBB_MALLOCPROXY_RELEASE_LIBRARY
  so that a user can still link with it if necessary
  Note: the malloc proxy is not available on MacOS.
- Calls include_directories ( ${TBB_INCLUDE_DIRS} ) and
  link_directories( ${TBB_LIBRARY_DIRS} ) to set paths
2013-06-27 15:54:39 +02:00
Sébastien Loriot abae9100f0 enhance the conditional build of the edit plugin 2013-06-27 10:35:20 +02:00
Sébastien Loriot a72ba8fac3 Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF 2013-06-27 09:06:42 +02:00
Sébastien Loriot dd0edc7c94 update documentation build process to include Surface_modeling 2013-06-27 09:03:28 +02:00
Sébastien Loriot d9cf655db1 Merge branch 'Surface_modeling-new_package-GF-old' into Surface_modeling-new_package-GF
Conflicts:
	Documentation/doxyassist.xml
	Documentation/header_package.html
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2013-06-27 08:55:59 +02:00
Sébastien Loriot 757645d562 Merge branch 'AABB_tree-directed_vs_undirected_edges_bugfix-local'
Successfully tested in CGAL-4.3-Ic-73
2013-06-27 08:47:46 +02:00
Sébastien Loriot a19023e2ef Merge branch 'General-fix_warning-sloriot'
Successfully tested in 4.3-Ic-73
2013-06-27 08:38:30 +02:00
Nico Kruithof c39c55b4f1 Changed the copyright and the license 2013-06-26 21:55:51 +02:00
Laurent Rineau e3aad4d079 Fix warnings 2013-06-26 14:49:03 +02:00
Laurent Rineau d2cd5025a9 Add Periodic_2 in the documentation 2013-06-26 13:03:46 +02:00
Laurent Rineau 285099af60 Better thumb picture for Periodic_2 2013-06-26 13:03:38 +02:00
Sébastien Loriot 7d55121441 only build the documentation if the BUILD_DOC is set to ON 2013-06-26 12:40:25 +02:00
Laurent Rineau ddd1c3c288 Merge commit '54f0b65' into Periodic_2_triangulation_2-nkruithof
'54f0b65' is the branch 'Documentation-remove-dxyassist-pmoeller'
2013-06-26 12:39:41 +02:00
Laurent Rineau 4f622097c4 Fix compilation error on MSVC: #warning does not exist 2013-06-26 11:39:03 +02:00
Guillaume Damiand 5e6c790ecd Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-06-26 11:12:41 +02:00
Guillaume Damiand 374ca0aea8 Add missing doc for reverse orienration functions; correction in the doc of cmap contructor. 2013-06-26 11:11:43 +02:00
Sébastien Loriot a925cdaa56 use nested functor instead of free function
trivial bugfix locally tested
2013-06-26 10:12:38 +02:00
Sébastien Loriot 91dde8b2c0 use undirected_edges to have only one primitive per edge 2013-06-26 08:55:14 +02:00
Sébastien Loriot 634fbb0617 remove unused variable warning 2013-06-26 07:35:13 +02:00
Sébastien Loriot 225f4ec425 remove warning on msvc 2013-06-26 07:32:34 +02:00
Sébastien Loriot e1442df84f remove unused typedef 2013-06-26 07:28:53 +02:00
Sébastien Loriot 0a460a947b remove deprecation warning 2013-06-26 07:27:59 +02:00
Laurent Rineau c6a57e79f1 Fix a warning about unused parameters 2013-06-25 17:43:17 +02:00