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
Sébastien Loriot
6d1ae7e0ac
trivial bugfix: intersecting two identical circles put a circle into the object
2013-03-18 08:14:14 +01:00
Sébastien Loriot
3f10b51ea6
sort lexicographically packages in changes after Installation)
2013-03-18 08:07:07 +01:00
Sébastien Loriot
f9cf110cce
factorize 2D triangulations changes
2013-03-18 08:04:01 +01:00
Sébastien Loriot
4322fcb6d9
improve comments
2013-03-07 13:20:56 +01:00
Sébastien Loriot
a9a49ffabd
add an option to switch the two-pass on
2013-03-06 18:41:01 +01:00
Laurent Rineau
3a93ad43f8
Add the entry to 4.2
2013-03-06 11:57:12 +01:00
Laurent Rineau
3880aa43d8
Add changes
2013-03-01 18:33:09 +01:00
Laurent Rineau
d5a9fe01b4
Reformat the changelog of CGAL-4.2
...
+ Add releases dates for 4.1 and 4.2
2013-03-01 18:33:09 +01:00
Efi Fogel
facc1d0cf5
Added changes for 2D-Arrangements for 4.2
2013-02-21 21:01:01 +02:00
Philipp Möller
4632288a1f
Add the memory leak fix to changes.html
2013-02-15 18:50:42 +01:00
Sébastien Loriot
f0f34d45fa
workaround to force the usage of the tr1 implementation of result_of from boost
...
see http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of
2013-02-04 11:30:28 +01:00
Laurent Rineau
07d73eaa92
Typographic changes to "changes.html", for 4.2.
2013-01-29 12:16:35 +01:00
Sébastien Loriot
d0497c6008
missing div end
2013-01-04 15:37:16 +01:00
Eric Berberich
d0fa4c89c6
document validates now, also using <pre>, and added 3rd party libs
2013-01-04 13:17:34 +01:00
Eric Berberich
6eafd776c7
readded link_libraries
2012-12-27 20:01:56 +01:00
Sébastien Loriot
7995ff270e
update changes
2012-12-21 09:43:16 +01:00
Sébastien Loriot
0b23f9047e
polish description
2012-12-12 14:39:51 +01:00
Andreas Fabri
8193b4e2ee
Document changes in Poisson Surface Reconstruction
2012-12-12 14:37:59 +01:00
Laurent Rineau
96319a1365
reintegrate '^/branches/features/Triangulation_2_UseTraitsInHierarchy-GF'
2012-11-07 14:59:00 +00:00
Sébastien Loriot
e0dca6cd10
update changes
2012-11-02 09:03:28 +00:00
Laurent Rineau
ef5b895a93
merge from next
2012-11-02 08:49:12 +00:00