3.27 (28 Feb 2001) - Added iterator_traits_pointer_specs_for_simple_homogeneous_kernel.h 3.26 (25 Feb 2001) - iterator_traits_pointer_specs_for_simple_cartesian_kernel.h fixes. - Allow changing inline policy without having to modify CGAL files... 3.25 (21 Feb 2001) - Added Construct_cross_product_vector_3, with corresponding template class v_Cross_product<>. - iterator_traits_pointer_specs_for_simple_cartesian_kernel.h fixes (PointCd is the same as in Cartesian). 3.24 (20 Feb 2001) - Fix result_type of p_Orientation<>. 3.23 (19 Feb 2001) - Removed useless operator() in Coplanar_orientation, which caused a problem with VC++. - Make SunPro happier. 3.22 (14 Feb 2001) - moved Kernel_traits_common.h from Cartesian_kernel package - moved predicate_objects_on_points.h from Convex_hull_2(?!) package. 3.21 (13 Feb 2001) - Added several missing function object classes - modified homogeneous_rep.h to include Kernel_common_traits.h to reduce code base - added function object classes Compute_area_2, Compute_squared_area_3, Compute_volume_3 - Towards Simple_homogeneous. - Move Data_accessorH2<> in its own file in the H2 package. 3.20 (25 Jan 2001) - Added iterator_traits_pointer_specs_for_simple_cartesian_kernel.h 3.19 (18 Jan 2001) - Remove warnings in No_op_allocator. - long_long.h now defines CGAL_HAS_INTEGER64. 3.18 (12 Jan 2001) - Simple_Handle_for.h added - Simple_Twotuple, Simple_Threetuple, Simple_Fourtuple, Simple_Sixtuple added 3.17 (10 Dec 2000) - Homogeneous<>::Coplanar_orientation_3 added - Homogeneous<>::Compare_distance_to_point_2 added - Homogeneous<>::Compare_distance_to_point_3 added - function_objects.h: Coplanar_orientation added - function_objects.h: Compare_distance_to_point added 3.16 (12 Nov 2000) - in Handle_for: typedef RefCounted element_type; added 3.15 (15 Oct 2000) - const typename Allocator::pointer Ptr() const { return ptr; } added in Handle_for.h as requested by Sylvain %%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%% 3.14 (15 Sep 2000) - CGAL::min/max with CGAL_CFG_USING_USING_BUG) || defined(CGAL_CFG_BROKEN_USING) now returns NT instead of const NT& 3.13 (10 Aug 2000) - Homogeneous<>::Compute_y_at_x_2 fixed (_2 added) 3.12 (07 Aug 2000) - to_double(leda_integer) qualified by :: in kernel_to_kernel.h 3.11 (02 Aug 2000) - Handle_for<>::id is const now 3.10 (02 Aug 2000) - include added to kernel_to_kernel.h 3.9 (26 Jul 2000) - added Handle_for<>::identical(const Handle_for& h) to check for sharing RefCounted - added Handle_for<>::id(); returns long int 3.8 (14 Jul 2000) - result_type added to function objects in Kernel/function_objects.h not for Call_transform (return type depends on template parameter) - added (with preliminary limited functionality) 3.7 (27 Jun 2000) - CGAL_NTS sign used insteda of CGAL::sign in sign_of_determinant.h - Construct_circumcenter_3 added to homogeneous kernel traits - CGALi::p_Circumcenter extended to handle 3d case as well 3.6.1 (08 Jun 2000) - flag test for using std::max and std::min refined - CGAL_NTS defined in basic.h 3.6 (05 Jun 2000) - Handle_for<..., Allocator>::ptr has now type Allocator::pointer - Handle_for::Handle_for(const RefCounted&) constructor added to Handle_for. Handle_for::initialize_with(const RefCounted&) added. - CGAL_CFG_BROKEN_USING used now to check for broken using with using std::max and std::min in 3.5.1 (31 May 2000) - __MSC_VER (temporarily) used instead of CGAL_CFG_USING...BUG with using std::max and std::min added to 3.5 (30 May 2000) - Reflection added as transformation tag - added - Compare_x_at_y_2 added to homogeneous traits - count in Handle_for is now of type 'unsigned int' - using std::max and std::min added to 3.4.2 (19 Apr 2000) - Tuples modified - _Assert_tag_class -> Assert_tag_class 3.4.1 (13 Apr 2000) - homogeneous traits makeFT_ is now make_FT again bug was caused by s/_FT/FT_/ ;) 3.4 (07 Apr 2000) - included before for #if ((__GNUC__ == 2) && (__GNUC_MINOR__ == 95)) - Old_style_tag added to representation_tags.h 3.3.1 (31 Mar 2000) - added Counterclockwise_in_between_2 to homogeneous traits - added CGALi::Counterclockwise_in_between 3.3 (29 Mar 2000) - nested types Object_2, Object_3, Assign_2, and Assign_3 added to homogeneous traits - CGALi::Assign added - compare_lexicographically_xy used instead of compare_xy in CGALi::Compare_xy 3.2 (28 Feb 2000) - since friendship is not inherited, making Handle_for a friend of Ref_counted does not suffice to access count member in the derived class. The referenece counted object now must provide functions add_reference() remove_reference() bool is_referenced() bool is_shared() The Handle_for does not know anymore, where and how the counting takes places. However, it assumes that count is initialized to 1 in default and copy constructor. - added to package 3.1.1 (22 Feb 2000) - added o defines Rightturn_by_Leftturn adapter 3.1 (16 Feb 2000) - new Tuples derived from Ref_counted added to the <...tuple.h> files 3.0 (14 Feb 2000) - CGAL/Handle_for.h added; provides classes Handle_for and Ref_counted; see Developers' manual - CGAL/memory.h added; defines the default allocator used by Handle_for<> - CGAL::Object revised and simplified as suggested by Michael Seel One level of indirection has been removed. The code now assumes that dynamic_cast<> is supported. %%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%% 2.8.4 -> 2.9 (04 Dec 99) - long long removed from definitions are now in new 2.8.3 -> 2.8.4 (15 Nov 99) - test for NULL added again and precondition check removed Leda_like_handle in Handle.h 2.8.2 -> 2.8.3 (29 Oct 99) - test for NULL removed and precondition check added in class Leda_like_handle in Handle.h - further missing file added 2.8.1 -> 2.8.2 (28 Oct 99) - further missing files added 2.8 -> 2.8.1 (28 Oct 99) - missing file added (Object.h) 2.7.2 -> 2.8 (28 Oct 99) - Handle.h revised. CGAL defines handle-rep scheme analogously to the LEDA types even if LEDA Handles are used. Names of the classes are Leda_like_handle and Leda_like_rep. NULL used. 2.7.1 -> 2.7.2 (11 Oct 99) - ENDIAN definition moved to front in CGAL/basic.h 2.7 -> 2.7.1 (06 Oct 99) - definitions for long added to iterator_traits_pointer_specs - macro for old style PointCd added (new style in comment) 2.6.2 -> 2.7 (05 Oct 99) - iterator_traits_pointer_specs_for_cartesian_kernel.h iterator_traits_pointer_specs_for_cartesian_quotient.h iterator_traits_pointer_specs_for_homogeneous_kernel.h added - include iterator_traits_pointer_specs_for_homogeneous_kernel.h added at the end of Homogeneous.h 2.6.1 -> 2.6.2 (14 Sep 99) - Object was missing in package 2.6 -> 2.6.1 (11 Sep 99) - #include added to 2.5.2 -> 2.6 (10 Sep 99) - s/Base/Object_base/g s/_Object/Object_rep/g in 2.5.1 -> 2.5.2 (07 Sep 99) - added Homogenous_tag to class Homogeneous 2.5 -> 2.5.1 (05 Sep 99) - renamed class Identity to Identity_transformation 2.4.3 -> 2.5 (02 Sep 99) - homogeneous_rep.h not generated from old source but NewKernel 2.4.2 -> 2.4.3 (02 Sep 99) - added id() if CGAL_USE_LEDA - added Accessor to Homogeneous - added Point_d to Homogeneous 2.4.1 -> 2.4.2 (01 Sep 99) - intermediate test version with 'kernel as traits' 2.4 -> 2.4.1 (31 Aug 99) - added Identity to Aff_transformation_tags 2.3 -> 2.4 (19 Aug 99) - Homogeneous revised to reflect template CGAL::Point_2 : public R::Point_2_base We have how in CGAL::Homogeneous, e.g., typedef Homogeneous R; typedef PointH2 Point_2_base; typedef CGAL::Point_2< R > Point_2; 2.2 -> 2.3 (04 Aug 99) - CGAL_FRIEND_INLINE and CGAL_KERNEL_FRIEND_INLINE defined in - still needs update for mips 2.2 -> 2.2.1 (26 Jul 99) - predicates/sign_of_determinant.h now includes determinant.h, if not included yet 2.1 -> 2.2 (26 Jul 99) - CGAL-2.0/include/CGAL/known_bit_size_integers.h extended for Borland and M$ Visual C++ as suggested by Dima - determinant.h split in determinant.h and predicates/sign_of_determinant.h essentially as suggested by Sylvain - Circle_2 added to user_classe.h (as requested by Herve) - _Vector_?_rft_wrapper removed from user_classe.h - homgeneous.h: parameterization of class Homogeneous changed (in the spirit of the implementation classes *H2 ) #ifndef CGAL_CFG_NO_DEFAULT_TEMPLATE_ARGUMENTS template > #else template #endif class Homogeneous The flag is most likely redundant for the compilers supported by CGAL. 2.0.11-> 2.1 (26 Jun 99) - CGAL-2.0/include/CGAL/known_bit_size_integers.h extended: (defined(__powerpc__) || defined(__powerpc) || defined(powerpc)) %%%%%%%%%%%%%%%%%%%%%% R e l e a s e 2 . 0 %%%%%%%%%%%%%%%%%%%%%%%%%%%% 2.0.10-> 2.0.11 (06 May 99) - compare qualified in determinant.h 2.0.9 -> 2.0.10 (28 Apr 99) - flags in perfixed by CGAL_ again 2.0.8 -> 2.0.9 (30 Mar 99) - to_double() prefixed by CGAL:: 2.0.7 -> 2.0.8 (30 Mar 99) - inclusion order changed in : config first! 2.0.6 -> 2.0.7 (29 Mar 99) - inclusion order changed in ; and included before (if CGAL_USE_LEDA defined). 2.0.5 -> 2.0.6 (24 Mar 99) - dirty hack for making g++-2.8.1 happy with function template for identical() 2.0.4 -> 2.0.5 (20 Mar 99) - re-generated by new script - flag CGAL_NO_NAMESPACE corrected in - Orientation replaced by Sign in - call of sign() in 'prefixed' by CGAL:: 2.0.3 -> 2.0.4 (15 Mar 99) - bug in Handle.h (use without LEDA) fixed (missing prefix in macro call) - cerr and endl prefixed by std:: in 2.0.2 -> 2.0.3 (15 Mar 99) - static_cast(compare(..)) replaced by static_cast(static_cast(compare(..))) in 2.0.1 -> 2.0.2 (14 Mar 99) - #include added to - #include added to - revised - swap definition removed from ( is now included) - sign(compare(...)) replaced by static_cast(compare(..)) in 2.0 -> 2.0.1 (24 Feb 99) - CGAL_[BEGIN|END]_NAMESPACE used 1.2.12-> 2.0 - namespace CGAL { } introduced - CGAL_Bounded_side reversed - EXIT_WITH_SUCCESS added - convert_to modified as suggested by Sylvain to ease specialisation - convert_from_to added to - sign_of_determinant added to %%%%%%%%%%%%%%%%%%%%%% R e l e a s e 1 . 2 %%%%%%%%%%%%%%%%%%%%%%%%%%%% 1.2.11-> 1.2.12 - #include added to functions_on_enum.h 1.2.10-> 1.2.11 - new improved determinant code by Sylvain's generator - code for det6x6 added (not tested yet) 1.2.9 -> 1.2.10 - authors for determinant.h updated 1.2.8 -> 1.2.9 - det4x4_by_formula improved as suggested by Sylvain and Olivier 1.2.7 -> 1.2.8 - #define CGAL_KERNEL_INLINE inline added again 1.2.6 -> 1.2.7 - SunPro CC does not like #define CGAL_KERNEL_INLINE inline undone! 1.2.5 -> 1.2.6 - #ifndef CGAL_CFG_NO_EXPLICIT_TEMPLATE_FUNCTION_ARGUMENT_SPECIFICATION now encapsulates definition of CGAL_convert_to() 1.2.4 -> 1.2.5 - generic CGAL_convert_to() added to - inline-policy changed in : #define CGAL_KERNEL_INLINE inline 1.2.3 -> 1.2.4 - added include-statements for usage without LEDA as proposed by Sven on cgal-develop 1.2.2 -> 1.2.3 - definition of CGAL_opposite() in changed 1.2.1 -> 1.2.2 - headers in , , and corrected 1.2 -> 1.2.1 - inclusion order of and reversed in 1.1.4 -> 1.2 - basic_lk.h mostly integrated into basic.h; Known size integers are now in known_bit_size_integers.h - classes CGAL_PointCd and CGAL_PointHd declared in homogeneous_classes.h and cartesian_classes.h . Corresponding typedefs added to the rep classes. - Compile-time-tags for representation classes added in new file representation_tags.h (included in ..._rep.h files) - Rep_tags added to CGAL_Homogeneous and CGAL_Cartesian - Cartesian part separated into Cartesian_basic.tar.gz (for ease of maintenance) 1.1.3 -> 1.1.4 - bug in Cartesian - homogeneous conversion for points fixed 1.1.2 -> 1.1.3 - workaround for dynamic cast bug added to Object.h 1.1.1 -> 1.1.2 - old assertions.h used 1.1 -> 1.1.1 - missing file and assertion stuff included 1.0 -> 1.1 - kernel_assertions.h included earlier 0.9 -> 1.0 - new version of Object.h - new workaround names - new inlining policy - some stuff for optimization package - Cartesian - homogeneous conversion for points