Commit Graph

1837 Commits

Author SHA1 Message Date
Andreas Fabri 4c8f452a78 Add {Find/Use}Openmesh.cmake and fix the CMakeLists.txt 2014-06-11 12:13:50 +02:00
Andreas Fabri 21adf26564 Merge branch 'Surface_mesh_simplification-Simplification-GF'
Approved by the release manager
Conflicts:
	Installation/changes.html
2014-05-26 15:22:46 +02:00
Laurent Rineau 8deba535b6 Fix changes.html
- Aymeric's merge commit 566ad109eb
  removed non-ascii characters from Installation/changes.html. That was
  not intended.
- At the same time, merge two sections about changes to Mesh_3 for 4.5.
2014-05-26 12:47:46 +02:00
Laurent Rineau bb492768b1 Merge remote-tracking branch 'origin/Arrangement_on_surface_2-remove_edge-efif'
Conflicts:
	Installation/changes.html
2014-05-26 12:21:37 +02:00
Efi Fogel 4cdc2e469c Added changes for 2D Arrangements in release 4.5 2014-05-25 13:32:42 +03:00
Sébastien Loriot d706253cae update changes 2014-05-23 17:27:36 +02:00
Aymeric PELLE 9f11f46077 Merge branch 'Periodic_3_mesh_3-Extended_mesh_3-MBogdanov'
This small feature adds a new constructor in Labeled_mesh_domain_3 and
a new function wrapper. A Labeled_mesh_domain_3 can be built from an
Iso_cuboid_3 now.
(cf. https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/New_constructor_in_Label_mesh_domain_3_and_new_function_wrapper)
The new wrapper, Implicit_multi_domain_to_labeling_function_wrapper, is a
helping class to get a function with integer values labeling the
components of a multi-domain. This small feature was successfully tested in
the internal release CGAL-4.5-Ic-45.
Approved by the Release Manager.

Conflicts:
	Installation/changes.html
2014-05-21 18:01:42 +02:00
Laurent Rineau cc32f4a9b6 Merge branch 'Mesh_3-add_demo_with_features-GF'
Conflicts:
	Installation/changes.html
2014-05-19 13:25:25 +02:00
Laurent Rineau 641d2b8017 No longer support VC9
We support VC10/VC11/VC12 (aka 2010, 2012, 2013). That is enough.
2014-05-19 12:02:43 +02:00
Laurent Rineau b70d690c76 Add the release note 2014-05-15 13:03:33 +02:00
Jane Tournois e97506adb7 Merge branch 'Triangulation_3-regular_cell_base_with_circumcenter-GF'
Resolve conflicts in Mesh_3/include/CGAL/Mesh_3/config.h

This branch implements the small feature described here :
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/circumcenter%28%29_in_RT3_cell_base

It makes consistent implementations of dual(cell) in RT3 and DT3 :
they both return cell->circumcenter(gt) now

Approved by the release manager
2014-05-13 14:52:13 +02:00
Laurent Rineau 9f0d8fb836 Remove the previous entry from changelog 2014-05-07 15:22:43 +02:00
Laurent Rineau 33cb60cc29 Revert an incorrect push I did 2014-05-07 15:18:53 +02:00
Laurent Rineau 8c41940615 Update the release notes 2014-05-07 14:01:17 +02:00
Laurent Rineau 68c367a2df Revert "Revert "Merge branch 'Periodic_3_mesh_3-Extended_mesh_3-MBogdanov'""
This reverts commit 2e58135751.
2014-05-07 13:56:20 +02:00
Clement Jamin 4bf5d90c85 Merge branch 'STL_extension-Compact_container_as_vector-cjamin'
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Compact_containers_as_vector
Approved by the release manager
2014-04-18 08:08:56 +02:00
Aymeric PELLE afa40bc6a4 Merge branch 'Periodic_3_triangulation_3_inexact_locate-APelle'
- This small feature adds a method to locate point with inexact predicates in
  Periodic_3_triangulation_3.
  (cf. https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Add_inexact_locate_in_Periodic_3_triangulation_3)
- Tested in CGAL-4.5-Ic-13
- Approved by the Release Manager.
2014-04-17 18:30:59 +02:00
Laurent Rineau 2e58135751 Revert "Merge branch 'Periodic_3_mesh_3-Extended_mesh_3-MBogdanov'"
This reverts commit 2ec2fb3c8e, reversing
changes made to 2ed7784521.
2014-04-16 17:37:04 +02:00
Aymeric PELLE 2ec2fb3c8e Merge branch 'Periodic_3_mesh_3-Extended_mesh_3-MBogdanov'
- This small feature adds a method to locate point with inexact predicates in
  Periodic_3_triangulation_3.
  (cf. https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Add_inexact_locate_in_Periodic_3_triangulation_3)
- Tested in CGAL-4.5-Ic-12
- Approved by the Release Manager.
2014-04-16 16:22:31 +02:00
Clement Jamin 2d966627a7 Added Compact_container::operator[] 2014-04-16 15:20:56 +02:00
Eric Berberich 935c23245e Merge branch 'Snap_rounding_2-kd_tree_replacement-wkhan'
* replaced private implementation of kd-tree in Snap_rounding with
  officical implementation of Kd_tree in Spatial_search package
* added reserve() and capacity()  to Kd_tree
* removed kd_tree package that was only used by Snap_rounding_2

Tested in CGAL-4.5-Ic-6

Approved by the Release Manager
2014-04-11 15:52:32 +02:00
Laurent Rineau e8134e5f25 Merge branch 'Mesh_3-fix_warnings-lrineau'
Fix warnings about unused variables/parameters

Use pragmas, when that is needed (for Boost named parameters)

Tested in CGAL-4.5-Ic-7.

Approved by the Release Manager.
2014-04-11 11:33:11 +02:00
Laurent Rineau cf5d6e041e Use pragmas to fix warnings 2014-04-10 20:06:04 +02:00
Eric Berberich dee9fc8235 Merge branch 'Snap_rounding_2-kd_tree_replacement-wkhan-old' into Snap_rounding_2-kd_tree_replacement-wkhan
Conflicts:
	Installation/changes.html
2014-04-09 10:11:35 +02:00
Aymeric PELLE 7a754cf987 Adds the changes in the file Installation/changes.html. 2014-04-08 18:04:04 +02:00
Aymeric PELLE 47d0403362 Adds the changes in the file Installation/changes.html. 2014-04-08 16:21:51 +02:00
Laurent Rineau e754509e2a Beginning of development of CGAL-4.5 2014-04-04 10:49:13 +02:00
Laurent Rineau 5bd28fcb53 Minor edit: the menu is now in menu.inc.html 2014-04-03 11:24:36 +02:00
Laurent Rineau 375fb1213a Preparation for CGAL-4.4 2014-04-03 11:22:30 +02:00
Laurent Rineau a749963859 Merge branch 'CGAL_VC12_GF'
Fix a compilation error of VC9, due to the merge of previous revisions
of CGAL_VC12_GF.

Tested in CGAL-4.4-Ic-161.
2014-03-28 18:16:01 +01:00
Waqar Khan 6e1160ba0d Added capacity for Kd_tree. 2014-03-28 15:01:06 +01:00
Laurent Rineau 691196c6f9 Improve CGAL_CFG_MATCHING_BUG_7, and add MATCHING_BUG_8. 2014-03-26 13:55:38 +01:00
Andreas Fabri 9cef23de4f Support for VC12
Approved by the release manager
2014-03-26 12:21:59 +01:00
Waqar Khan a403913539 Documentation reflecting the branch changes. 2014-03-25 15:01:37 +01:00
Andreas Fabri 9b76dff6c1 Add an assertion to check that the right overload is executed 2014-03-25 12:43:00 +01:00
Laurent Rineau 99d60ceb8e Change copyright, authors list, and formatting 2014-03-24 17:58:38 +01:00
Andreas Fabri bba9a44975 Add a test that detects a problem with VC12 2014-03-24 17:26:41 +01:00
Laurent Rineau b281a641ad typo: s/Poincare/Poincaré/
Pointed out by Monique.
2014-02-27 16:27:26 +01:00
Laurent Rineau 81ef26fa48 Change the order of entries 2014-02-27 14:50:37 +01:00
Sébastien Loriot 4300adcfb0 Merge branch 'Spatial_searching-fix_search_traits_adapter-local'
documentation bugfix and adding static assertion guards in adapter classes

  Tested in CGAL-4.4-Ic-132
2014-02-27 07:43:37 +01:00
Laurent Rineau 038d2d0ca1 Remove an unused GIF file that was re-added by error 2014-02-25 11:54:32 +01:00
Laurent Rineau 1be6fe80bf en.cppreference.com is better maintained 2014-02-24 18:00:09 +01:00
Laurent Rineau ae059505f6 Move doc_html to Installation/ and delete Manual again
We need the doc_html sub-directory for the Windows installer.
2014-02-24 17:59:24 +01:00
Sébastien Loriot a5c7881b9c update changes.html 2014-02-21 15:45:53 +01:00
Sébastien Loriot 2629523702 remove make_sorted_pair from the documentation
this function should probably be replaced by std::minmax, so no need
  to introduce a function to deprecate it then
2014-02-18 11:30:24 +01:00
Laurent Rineau d8c4aa09df Merge branch 'Number_types-sse2fabs-GF'
Use SSE2 to implement CGAL::abs(double), with MSVC.

Tested in CGAL-4.4-Ic-119.
2014-02-17 16:21:13 +01:00
Laurent Rineau b527f51862 Fix the order of entries
I try to keep the same order as the packages overview, but for general
things or new packages, that are added at the top.
2014-02-17 16:14:20 +01:00
Laurent Rineau bf9f8dcb48 Announce support of Apple/clang 5.0 2014-02-17 16:13:09 +01:00
Laurent Rineau 2310de9abb Merge branch 'MSVC2013-bugfix-local'
Fix compilation errors with VC12 (MSVS 2013) in Triangulation_3:
"
C:\CGAL\test\CGAL-4.4-I-122\include\CGAL/Triangulation_ds_cell_base_3.h(51)
: error C2536:
'CGAL::Triangulation_ds_cell_base_3<TDS2>::CGAL::Triangulation_ds_cell_base_3<TDS2>::V'
: cannot specify explicit initializer for arrays
"
2014-02-17 16:06:19 +01:00
Sébastien Loriot d45d1a1070 Merge branch 'Surface_mesh_simplification-preserve_constrained_edges_bug_fix-sloriot'
bug-fix: preserve edges marked as non-removable
 See Features/Small_Features/SMS_with_constrained

 Tested in CGAL-4.4-Ic-119 and CGAL-4.4-Ic-120

Conflicts:
	Installation/changes.html
2014-02-14 08:02:15 +01:00