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
Dror Atariah
d35a52ea75
Reported API changes in the changes log
2013-11-14 09:46:27 +01:00
Philipp Möller
0dd2742e97
Merge branch 'Snap_rounding_2-fix_leak-pmoeller'
...
Approved by the Release Manager
2013-10-30 13:05:16 +01:00
Philipp Möller
53fa70ee14
Add the fix to changes.html
2013-10-30 12:09:30 +01:00
Sébastien Loriot
16ca7518dd
update changes
2013-10-23 19:03:31 +02:00
Sébastien Loriot
a45a2b93e0
update changes
2013-10-20 07:22:46 -07:00
Laurent Rineau
4f88086ca0
Prepare changes.html to receive changes for CGAL-4.4
2013-10-18 10:33:56 +02:00
Laurent Rineau
ffbc21300a
Add a non-breaking space, before a lonely "1"
2013-10-17 14:39:49 +02:00
Laurent Rineau
fcbbe713d5
No longer deprecate Mesh_cell_base_3
...
Compact_mesh_cell_base_3 has a different API than Mesh_cell_base_3. Unless
one uses the default template parameters, the new API is less
convenient. We cannot deprecate Mesh_cell_base_3 so easily.
2013-10-16 16:34:41 +02:00
Sébastien Loriot
207ae0b35e
update changes
2013-10-02 18:34:41 +02:00
Laurent Rineau
800c53efa1
Update the changes.html to talk about Doxygen.
2013-08-21 17:07:36 +02:00
Laurent Rineau
5337c3adc2
Fix a typo (Monique's suggestion)
2013-08-19 16:49:33 +02:00
Efi Fogel
9ee92d42d8
enhanced the arrangement section
2013-08-19 15:45:40 +03:00
Laurent Rineau
20c4b58b65
Fix typos in changes.html, after Monique's remarks
2013-08-16 12:53:12 +02:00
Guillaume Damiand
4e1b46920e
Small modif in changes.html
2013-08-15 16:56:34 +02:00
Laurent Rineau
cb46ac3bab
Document the breaking change in AABB_tree
2013-08-13 17:42:21 +02:00
Laurent Rineau
1a74524eeb
typos reported by Andreas
2013-08-13 17:03:59 +02:00
Laurent Rineau
f64830a14c
Minor update to changes.html (add the entry for 4.3)
2013-08-13 16:56:30 +02:00
Laurent Rineau
bcf70f4742
Organise changes.html for the release
2013-08-12 16:14:57 +02:00
Sébastien Loriot
862161ba43
update changes
2013-08-09 18:16:06 +02:00
Sébastien Loriot
9c0808cad1
fix name of classes that do not respect CGAL naming conventions
...
AABB_HalfedgeGraph_segment_primitive -> AABB_halfedge_graph_segment_primitive
AABB_FaceGraph_triangle_primitive -> AABB_face_graph_triangle_primitive
2013-07-23 17:46:50 +02:00
Sébastien Loriot
06823c37cb
sort changes by feature first, then small features
2013-07-16 19:50:19 +02:00
Sébastien Loriot
37338ebc44
update changes
2013-07-16 19:43:53 +02:00
Clement Jamin
67d95bbeb2
Updated changes.html
...
Small feature: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Documentation_fix_in_Mesh_3
Approved by the release manager
2013-07-08 16:14:04 +02:00
Sébastien Loriot
3f42c2542b
update changes
2013-07-04 19:04:18 +02:00
Clement Jamin
4c65ac7042
Added "Concurrency in CGAL" to Changes
2013-07-04 12:56:37 +02:00
Jane Tournois
ae70190fed
update changes.html for small feature Mesh_3-improvements-GF integration
2013-07-02 11:15:40 +02:00
Laurent Rineau
e86f053ab6
Fill changes.html for Periodic_2
2013-06-28 17:53:47 +02:00
Sébastien Loriot
e699339355
update changes
2013-06-28 15:10:29 +02:00
Guillaume Damiand
b3ad1c44c4
Merge branch 'Combinatorial_map-reverse_orientation-kenohori'
...
Approved by the release manager.
2013-06-25 12:17:36 +02:00
Guillaume Damiand
6653320136
Tests for reverse orientation.
...
Bugfix: initialization of internal::Test_is_same_attribute_functor<Self, Map2>::value.
Add text in changes.html.
2013-06-24 10:27:26 +02:00
Sébastien Loriot
e0e07082db
update changes.html
2013-06-24 08:34:15 +02:00
Guillaume Damiand
0f883bb5a7
Add small feature description in changes.html
2013-06-23 20:39:11 +02:00
Sébastien Loriot
43b92fac82
update changes
2013-06-14 14:58:15 +02:00
Guillaume Damiand
98a4e30f34
Merge branch 'Combinatorial_map_copy2-gdamiand'
...
Approved by the release manager
2013-06-14 13:33:46 +02:00
Sébastien Loriot
a7b80aa998
Merge branch 'First_of_pair_property_map-new_version-iyaz'
...
related to this small-feature:
Features/Small_Features/Property_maps_change_of_key_type
Successfully tested in CGAL-4.3-Ic-59 and approved by the release manager
Conflicts:
Installation/changes.html
2013-06-13 18:09:23 +02:00
Sébastien Loriot
b172b06b39
update changes.html
2013-06-13 18:02:11 +02:00
Guillaume Damiand
2198f959a7
Add modif in changes.html
2013-06-13 17:59:05 +02:00
Sébastien Loriot
b8f31dde5b
Merge branch 'STL_Extension-add_operator_dispatch_output-local'
...
successfully tested in CGAL-4.3-Ic-51
2013-06-05 16:44:14 +02:00
Sébastien Loriot
8bb442ae3b
fix a memory leak in the destructor of AABB_tree
...
the primitive container was clear before deleting the nodes
(which was not done since the container was empty)
At the same time I made the delete of the KD-tree done only
if it was constructed
2013-06-03 08:29:40 +02:00
Sébastien Loriot
2997e8ae08
Dispatch_(or_drop_)output_iterator<V,O> now accepts a tuple V put in it ...
...
...and makes the correct dispatch to the output iterators in O
2013-05-31 17:20:47 +02:00
Sébastien Loriot
9610e26737
update changes
2013-05-21 08:39:32 +02:00
Menelaos Karavelas
2521f91e90
forgot to commit to master branch;
2013-05-15 13:00:16 +02:00
Guillaume Damiand
93ca4a1cdc
Update changes.html
2013-04-29 16:40:14 +02:00
Guillaume Damiand
3ce7c82747
Update changes.html
2013-04-29 16:37:15 +02:00
Sébastien Loriot
ab5471e756
update changes
2013-04-29 11:16:37 +02:00
Sébastien Loriot
611a93a8ba
update changes
2013-04-16 07:58:08 +02:00
Sébastien Loriot
d372e1b897
update changes.html
2013-04-15 16:44:06 +02:00
Laurent Rineau
c2bb1d0532
Remove an extra </ul></ul> in changes.html
...
+ Update the text CHANGES.
Unfortunately, the CHANGES of CGAL-4.2 is the one of CGAL-4.2-beta1, and
has not been updated.
2013-04-11 14:58:08 +02:00
Sébastien Loriot
274febdea2
update changes.html
2013-03-21 14:13:14 +01:00