From 9d5be4292e78142f66d34cb3558567a73bd9e4e5 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 10 Aug 2012 14:01:53 +0000 Subject: [PATCH] Announce that 4.1 supports clang on macos --- Installation/CHANGES | 22 +++++++++++++--------- Installation/changes.html | 6 ++++++ 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Installation/CHANGES b/Installation/CHANGES index 04d8d22c79a..9ef0ce90e04 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -6,8 +6,11 @@ Release date: * Installation - - CGAL-4.1 no longer supports the Intel Compiler version 11.0. The Intel - Compiler version 12.0 is supported instead. + - Additional supported platforms: + + - The Apple Clang compiler versions 3.1 and 3.2 are now supported on + Mac OS X. + - Improved configuration for essential and optional external third party software @@ -20,19 +23,20 @@ Release date: features. +* 2D Arrangement + + - Improved the implementation of the incremental randomized trapezoidal + decomposition point-location strategy. The new implementation enables point + location in unbounded arrangements. It constructs a search structure of + guaranteed linear size with guaranteed logarithmic query time. + + * 2D Convex Hulls and Extreme Points - Speed up the preprocessing stage of the Akl-Toussaint implementation (used by the free function convex_hull_2 when forward iterators are provided as input). -* 2D Arrangements - - - Improved the implementation of the incremental randomized - trapezoidal decomposition point-location strategy. The new - implementation enables point location in unbounded arrangements. It - constructs a search structure of guaranteed linear size with - guaranteed logarithmic query time. * Combinatorial Maps diff --git a/Installation/changes.html b/Installation/changes.html index 884761f94f6..a3ed3632290 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -109,6 +109,12 @@ David A. Wheeler's 'SLOCCount', restricted to the include/CGAL/

Installation