Commit Graph

444 Commits

Author SHA1 Message Date
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