Commit Graph

270 Commits

Author SHA1 Message Date
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
Laurent Rineau 5559da9450 Merged feature-branch Aos_2-new_functors-tau into next 2011-07-06 11:41:06 +00:00
Laurent Rineau 369498d1e5 Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
  | r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
  | 
  | Merged feature-branch Aos_2-new_functors-tau into next
  | ------------------------------------------------------------------------
2011-07-06 11:11:58 +00:00
Laurent Rineau 9fec0d4a60 Fix revision 64600
The revision 64600 was the merge of next into the branch
features/Aos_2-new_functors-tau. For an unknown reason (maybe a buggy svn
version), that merge forgot to apply some revision of next. And those
revision were thus cancelled when the branch has been reintegrated back
into next.

I am trying to fix that. This branch is a copy of the branch
features/Aos_2-new_functors-tau@64599 where the merge of next has been
reapplied. Let's see what are the differences with the buggy revision
64000.
2011-07-06 10:29:57 +00:00
Sébastien Loriot efb7322cc8 merge from next 2011-06-28 12:14:10 +00:00
Sébastien Loriot 06a8a1f039 update changes.html 2011-06-24 14:15:36 +00:00
Sébastien Loriot cdf3226099 update change.html
plane equations are not longer computed in convex_hull_3
add an example to show how to compute planes of polyhedron
2011-06-16 16:33:47 +00:00
Efi Fogel 2620171ed8 updated 2D Arrangement in 3.9 2011-06-15 14:24:13 +00:00
Eric Berberich fbc101fbb8 Merge from nextwq 2011-06-15 09:20:39 +00:00
Guillaume Damiand 075cfbc3f9 update of changes.html to add Combinatorial_map new feature 2011-06-14 19:53:03 +00:00
Eric Berberich 8d9c812cb4 merge from next 2011-06-07 15:54:55 +00:00
Sébastien Loriot 88ae0503ec typos + add kernel_d small feature to list of changes 2011-06-07 12:34:49 +00:00
Olivier Devillers c3585756e7 changes file (spatial sorting) 2011-06-07 09:02:00 +00:00
Eric Berberich 76e844898f merge from next 2011-06-01 09:41:17 +00:00
Eric Berberich 53d9a9c05a removed deprecated function 2011-05-31 18:12:15 +00:00
Eric Berberich a7a06c4e2b replaced Arr_..._side_category with :.._side_category 2011-05-31 18:08:54 +00:00
Sébastien Loriot 1385a9ff9c update changes.html after the integration of unique_sqrt_extension feature 2011-05-31 13:54:33 +00:00
Andreas Fabri 5de5b56f52 typos 2011-03-08 08:25:20 +00:00
Sébastien Loriot cd3b88cafa add some bug fixes in changes.html 2011-03-07 15:16:28 +00:00
Laurent Rineau d76379a851 Minor typo, after a pass of spell checking 2011-03-07 14:48:49 +00:00
Laurent Rineau 1ac71ed042 Better changelog for Mesh_3 in CGAL-3.8. Text from Mariette Yvinec. 2011-03-07 14:47:59 +00:00
Andreas Fabri deacfe1257 Move package 2011-03-07 11:28:52 +00:00
Andreas Fabri 181cbb60f3 typo 2011-03-07 11:20:57 +00:00
Andreas Fabri b62498651a Add T3 demo and static filters for EPEC 2011-03-07 11:13:39 +00:00
Andreas Fabri 126de81f42 Add dD generator 2011-03-07 10:57:15 +00:00
Andreas Fabri 637bd12d37 Reorder entries 2011-03-07 09:10:07 +00:00
Michael Hemmer 7500bda8d6 rephrased text 2011-03-06 07:09:56 +00:00
Laurent Rineau e4ad9ade7e - Add a note about LLVM Clang.
- Add a note about the full support of the options -strict-ansi (Intel) 
  and -ansi (g++).
2011-03-02 11:11:10 +00:00
Laurent Rineau d5b5236d3d Document that Boost>=1.39 is now required (instead of >=1.34.1) 2011-03-02 10:55:17 +00:00
Efi Fogel 4607e1fdc9 Added 3D-Envelopes and 2D-Minkowski-sums 2011-03-01 22:33:28 +00:00
Sébastien Loriot 2a093f887a use H3 for chapters + correct typos 2011-03-01 18:31:17 +00:00
Sébastien Loriot 7e8cf96017 naive update of changes 2011-03-01 15:30:36 +00:00
Sébastien Loriot 90ee995558 improve sentence 2010-12-09 13:07:13 +00:00
Sébastien Loriot bedc86958f add Fixed_alpha_shapes to change log 2010-12-09 12:57:13 +00:00
Andreas Fabri de815a6015 Add paragraphs for Geometric Object Generators and Bounding Volumes 2010-12-01 12:52:21 +00:00
Andreas Fabri 26617b054f A copy of cgal-web/www.cgal.org/releases.html
The idea is that all developers can put their change-log here
and we use html2text to generate the file CHANGES.
When a release happens we update releases.html
2010-12-01 12:39:10 +00:00