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
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
Sébastien Loriot
cae96035cb
work around a bug of MSVC2013 for initializer lists
...
http://connect.microsoft.com/VisualStudio/feedback/details/792161/constructor-initializer-list-does-not-support-braced-init-list-form
2014-02-13 17:45:53 +01:00
Laurent Rineau
4957ac8462
Another typo
2014-02-12 11:28:10 +01:00
Laurent Rineau
22804c5aa2
Remove trailing whitespace
2014-02-12 09:49:57 +01:00
Laurent Rineau
d537497b88
Fix a typo
2014-02-12 09:49:13 +01:00
Laurent Rineau
909691f77c
Add support for VC12 (and VC13)
2014-02-11 16:18:39 +01:00
Laurent Rineau
2c1f3332c9
SOVERSION for CGAL-4.4
2014-02-06 20:02:03 +01:00
Laurent Rineau
367314623d
Add a script to detect wrong permissions, and fix permissions
...
The script uses zsh, and lists regular files that have the
'executable' permission.
At the same time, I fix the permissions of several files.
2014-02-06 18:49:09 +01:00
Laurent Rineau
93c9570f33
changes.html: change the ordering
...
+ update the text file CHANGES
2014-02-04 17:50:34 +01:00
Laurent Rineau
5098331fa3
Fix whitespace and HTML formatting (with <code>)
2014-02-04 17:34:01 +01:00
Laurent Rineau
94cdf2d523
Fix a typo
2014-02-04 17:33:15 +01:00
Laurent Rineau
3d3fdf9104
Fixed->Fix
...
For unification, I prefer the imperative form.
2014-02-04 17:32:37 +01:00
Andreas Fabri
fccd75b4c5
Use a more specific test for switching to SSE2 for fabs
2014-01-31 16:18:48 +01:00
Sébastien Loriot
0cc27a4e40
update changes.html
2014-01-30 08:18:38 +01:00
Andreas Fabri
c1f46dc382
As std::fabs is slow on Windows, we switch to an implementation using sse2.
...
This version is already in CGAL, but it is protected with an #ifdef
So this commit consists of a #define for VC++
2014-01-15 16:35:14 +01:00
Sébastien Loriot
222c2fb55d
update changes
2014-01-14 14:21:17 +01:00
Laurent Rineau
2d1e025918
Minor update to changes.html
...
- Remove mentions of CGAL-4.3.1 (will not exist),
- Remove the dummy change to Vanilla package.
2014-01-13 13:35:41 +01:00
Sébastien Loriot
7981d7e334
update changes
2014-01-10 00:29:06 +01:00
Laurent Rineau
92fbeb4926
Merge remote-tracking branch 'origin/CGAL_ipelets-hyperbolic-odevil'
...
Small feature:
http://cgal.org/wiki/Features/Small_Features/Hyperbolic_ipelets
Tested in CGAL-4.4-Ic-76.
Approved by the release manager.
Conflicts:
Installation/changes.html
2014-01-03 12:19:12 +01:00
Olivier Devillers
fee4b08a5e
changes file
2013-12-18 15:03:56 +01:00
Jane Tournois
6a06ae7182
Merge branch 'Mesh_3-add_sliver_perturber_criteria-GF'
...
This branch provides new options to developers (the public API is not changed) to use the Sliver_criterion they chose to optimize the quality of a C3t3 using the perturb_mesh_3 operator. New perturbation directions can also be added by developers.
The small feature is described here :
https://cgal.geometryfactory.com/CGAL/Members/wiki/Perturber_Sliver_criteria
Approved by the release manager
2013-12-17 16:08:52 +01:00
Efi Fogel
32b8625a46
Merge branch 'Aos_2-test_spherical_blp_vd-tau'
...
* Enhancing the testsuite---adding tests for
batched, point location
vertical decomposition, and
triangulation point location.
* Various bug fixes:
bugs in point location.
memory leaks found by Andreas.
* Resolving several small issues to remove compiler warnings.
Tested last in CGAL-4.4-Ic-54.
Approved by the release manager
2013-12-11 15:15:40 +02:00
Jane Tournois
7ac03d0100
give a few details about small feature Mesh_3-add_sliver_perturber_criteria-GF
2013-12-10 16:26:03 +01:00
Efi Fogel
c398ede5b5
Added (i) bug fix in landmark pl strategy of 2D Arrangements, and (ii) memory leaks fix of 2D Reg. Boolean Set Ops.
2013-12-10 15:35:34 +02:00
Jane Tournois
ea58f51bd1
add bug fix to changes.html
...
Approved by the Release Manager
2013-12-09 15:11:08 +01:00
Sébastien Loriot
5db3fd6e6c
update changes
2013-12-06 19:10:52 +01:00