Philipp Möller
1a6a6ff0f2
Added the result_of merge to 'changes.html'
2012-05-11 15:25:54 +00:00
Guillaume Damiand
4403023fa9
Merge with next; update changes.html
2012-05-11 11:49:39 +00:00
Laurent Rineau
f7e9319d4c
Move Philip's additions to the section about 4.0.1
2012-04-24 16:00:09 +00:00
Sébastien Loriot
616c348007
reintegrate feature branch Nef_23-remove_geninfo-sloriot
2012-04-24 15:52:23 +00:00
Philipp Möller
00b8a700d9
Added the two packages with fixed memory leaks, this also covers the
...
geninfo leak.
2012-04-24 15:46:04 +00:00
Sébastien Loriot
8d62b4b093
update changes
2012-04-19 14:22:41 +00:00
Laurent Rineau
c8cacc83c0
Changes for CGAL-4.0.1 that were not yet written
2012-04-11 17:03:36 +00:00
Sébastien Loriot
60e0148504
update changes.html
2012-04-05 12:43:15 +00:00
Guillaume Damiand
b573a45410
update changes.html
2012-03-29 13:46:19 +00:00
Laurent Rineau
db0edfe7b1
Add a href to sloccount
2012-02-24 15:27:32 +00:00
Laurent Rineau
940be95c0a
Credit sloccount
2012-02-16 17:13:07 +00:00
Laurent Rineau
22546a98bc
Specify a release date
2012-02-13 11:32:18 +00:00
Laurent Rineau
b6a0164577
Fix the entry for QP solver
...
And in CHANGES too.
2012-02-08 19:36:30 +00:00
Yves Brise
718b88f63d
Added comment about bugfix in Quadratic Programming Solver to changes.html. (upon request of Laurent Rineau)
2012-02-07 16:41:38 +00:00
Laurent Rineau
ec4fc872df
Fix a typo
...
And update CHANGES according to changes.html
2012-02-07 13:50:00 +00:00
Andreas Fabri
ef5d5b2d46
Add paragraph on Voronoi adapter
2012-02-07 11:19:32 +00:00
Andreas Fabri
88490f43eb
rewording
2012-02-06 14:47:37 +00:00
Andreas Fabri
874fce8413
rewording
2012-02-06 14:25:24 +00:00
Andreas Fabri
a8869470fe
fix typo
2012-02-06 14:00:35 +00:00
Andreas Fabri
5b5f77155a
Move new package to front
2012-02-06 13:57:19 +00:00
Andreas Fabri
e7d49c0463
fix typos
2012-02-06 13:44:35 +00:00
Laurent Rineau
823604d3a2
New picture, done by sloccount and gnuplot (thanks to Sebastien Loriot)
2012-02-02 14:46:58 +00:00
Sébastien Loriot
621fb97717
missing space
2012-02-02 14:33:46 +00:00
Laurent Rineau
59c6cc140c
Document CMake>=2.8.6 (for Windows) in the release notes
2012-01-26 10:21:00 +00:00
Laurent Rineau
2fae4eb441
Fix two typos in changes.html, and generate the new CHANGES files
2012-01-25 11:33:37 +00:00
Sébastien Loriot
94e1419bcc
update changes.html for Eigen
2012-01-24 18:09:31 +00:00
Sébastien Loriot
1b870d472f
add missing update
2012-01-17 17:06:08 +00:00
Sébastien Loriot
a7456a2736
merge from next
2012-01-16 15:28:51 +00:00
Sébastien Loriot
4a31206e6e
add constructor from triangulation
...
see:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Alpha_cstr_from_tri
2012-01-16 11:02:02 +00:00
Laurent Rineau
85a9545a3e
Start of a changelog entry about the new licenses.
2012-01-13 14:15:56 +00:00
Laurent Rineau
5b5dd33848
merge changes from next
2012-01-09 12:33:39 +00:00
Sébastien Loriot
69b2f7079a
BUGFIX:
...
incremental neighbor search classes were storing a nested ref_counted iterator
for begin() which implies that a call to operator++ on a copy of an iterator
increment the internal copy of the class (cannot make several pass).
There is still a problem in case of copy outside of the class but this is
a first step (a deep_copy method should be provided for iterators which would
need a small feature).
2012-01-05 09:45:15 +00:00
Sébastien Loriot
5d9709149e
update changes
2011-12-30 13:48:47 +00:00
Sébastien Loriot
e1650a8c65
thread-safety of remove in Delaunay_2
2011-12-30 08:32:08 +00:00
Guillaume Damiand
3fe3269457
Add Linear_cell_complex in Installation/changes.html.
2011-11-23 18:35:51 +00:00
Olivier Devillers
0891a8d359
<code> in changes.html
2011-11-08 15:52:58 +00:00
Olivier Devillers
e5ad0e4e78
<code> in changes.html
2011-11-08 15:52:29 +00:00
Olivier Devillers
bc27ee7e73
update changes.html
2011-11-08 15:48:03 +00:00
Andreas Fabri
1e3a953ece
typo
2011-10-21 10:17:46 +00:00
Laurent Rineau
268e5fa464
Document that the PATH must be amended
2011-10-20 14:49:12 +00:00
Sébastien Loriot
bff8218bd0
merge from next
2011-09-30 06:51:51 +00:00
Sébastien Loriot
4f51da3ef3
add copy_n and prev,next into changes.html
2011-09-09 07:10:38 +00:00
Sébastien Loriot
751f3ba08b
the class Kd_tree is now read-only thread-safe using a mutex.
2011-09-08 16:12:51 +00:00
Sébastien Loriot
fb696f8e27
typo
2011-09-08 16:09:35 +00:00
Sébastien Loriot
a38b015d15
add a comment about deactivating thread-safety code
2011-09-08 10:24:11 +00:00
Sébastien Loriot
795ab80486
use a mutex in const function root_node to protect the non const call to
...
build()
The class AABB_tree is now read-only thread-safe
2011-09-08 08:56:16 +00:00
Sébastien Loriot
eed2074f7f
Fix constness issues in AABB_tree
...
*remove mutable data members
*accelerate_distance_queries is not const
*clear_search_tree is not const
*root_node() const returns a const Node*
*add root_note() non-const version
*update documentation of AABB_tree class. function constness was not documented
*update changes.html
2011-09-07 09:55:59 +00:00
Sébastien Loriot
37b02012b6
fix const-correctness issue in the spatial searching package. In particular this
...
remove all mutable member variable and leave only one const_cast in the kd-kdtree private function
const_build. This function is called in const predicates when the tree is not already internally built.
The documentation has been update and a few typos fixed at the same time.
2011-09-07 09:04:52 +00:00
Laurent Rineau
9f17eb7246
Improve changes.html of CGAL-3.9 before beta1
...
- Fix titles.
- Add a few <code>...</code>.
- Change the order (new packages first, then new feature in the order of
the manual, then sort the rest in the order of the manual).
- Minor rewording of Combinatorial Maps.
2011-08-02 15:09:06 +00:00
Laurent Rineau
0a059f69e8
Typo: remove extra '-'
2011-08-02 14:46:23 +00:00