Commit Graph

42 Commits

Author SHA1 Message Date
Michael Hoffmann 6d0f87ef10 Changed triple, quadruple -> Triple, Quadruple. 2002-01-17 17:01:36 +00:00
Michael Hoffmann 807c3bebeb Fixed typename bug for msvc. 2002-01-17 15:07:56 +00:00
Michael Hoffmann 747e73e11e Fixed typename bugs for msvc. 2002-01-17 15:07:23 +00:00
Michael Hoffmann b814d80a23 Added copy constructors/assignment for iterators on gcc-2. 2002-01-17 15:06:39 +00:00
Michael Hoffmann 6a16eb1bbd Added triple and quadruple. 2002-01-17 15:05:40 +00:00
Michael Hoffmann b46e5d1c3e *** empty log message *** 2002-01-17 10:10:49 +00:00
Sylvain Pion 8663197cdf - VC6 fix to Filter_iterator<>. 2002-01-16 15:24:48 +00:00
Michael Hoffmann 51695b101a Moved to Kernel_basic. 2001-12-04 17:54:18 +00:00
Michael Hoffmann 3e239b0371 *** empty log message *** 2001-11-29 14:37:20 +00:00
Michael Hoffmann df15e35cda Added Filter_iterator suggested by Sylvain. 2001-10-12 14:59:02 +00:00
Michael Hoffmann 23dffd30e7 Fixed std::iterator bug for gcc-2. 2001-09-27 06:56:27 +00:00
Michael Hoffmann dd0c30e3b8 Added Emptyset_iterator and Oneset_iterator.
Combined iterators and iterator adaptors into iterator.h.
Fixed a few more sunpro problems.
2001-09-25 12:03:43 +00:00
Michael Hoffmann ebbc8de7be Rejoined Inverse_index fix by Dima. 2001-09-14 13:40:23 +00:00
Michael Hoffmann 7fdc60ca32 Fixed sunpro 5.3 problems. 2001-09-14 11:26:58 +00:00
Dmitrii V Pasechnik b4327167c7 an msvc-specific patch to avoid "duplicate comdat" linker error on find() 2001-07-23 08:38:59 +00:00
Michael Hoffmann 0734a36c51 Fixed dumb compiler macro. 2001-07-11 09:00:30 +00:00
Michael Hoffmann 7b8ab90f65 Fixed stlport stuff for msvc. 2001-07-09 13:38:17 +00:00
Michael Hoffmann ef27baaa46 Made In_place_list::allocator non-static for MSVC. 2001-07-06 12:34:01 +00:00
Michael Hoffmann e2c903a3dc Added swap adaptor for functors. 2001-07-06 07:45:16 +00:00
Michael Hoffmann 33321b7ed9 Added Allocators to In_place_list acc. to Lutz. 2001-07-04 16:00:52 +00:00
Michael Hoffmann a127466f9c Added compose_shared.
Fixed Arity_traits problem.
2001-07-04 11:48:25 +00:00
Michael Hoffmann 2f934bd2af New functor adaptors (bind/compose).
Removed Compose for Projection objects.
2001-07-03 12:18:23 +00:00
Michael Hoffmann 8e68d2f1e3 *** empty log message *** 2001-07-03 12:16:35 +00:00
Michael Hoffmann 918cb32e4b *** empty log message *** 2001-06-26 14:19:52 +00:00
Michael Hoffmann 720430a1f5 Fixed Inverse_index for buggy gcc-3 map acc. to Eti. 2001-06-21 14:51:07 +00:00
Michael Hoffmann 59666223f7 Changed Iterator_project as Lutz suggested. 2001-06-18 12:13:35 +00:00
Michael Hoffmann 4f8f946593 Added merge and sort parameterized with a StrictWeakOrdering to in-place list. 2001-06-11 15:47:41 +00:00
Michael Hoffmann 66d78f5659 *** empty log message *** 2000-08-22 10:23:30 +00:00
Michael Hoffmann 1f95386359 Fixed leading underscore names. 2000-04-14 10:56:59 +00:00
Michael Hoffmann 6ec93d2f3b Replace reverse_bidirectional_iterator by reverse_iterator.
Fixed composition class/functions.
2000-04-04 14:43:52 +00:00
Michael Hoffmann 3f6f9dbb15 *** empty log message *** 1999-11-10 13:44:37 +00:00
Michael Hoffmann 6f3b895a67 Removed conditional include checks.
Fixed bug in min/max_element_if.
1999-11-10 13:37:55 +00:00
Michael Hoffmann 872f215adc Removed superfluous template parameter D in operator+(D,*). 1999-09-13 07:31:26 +00:00
Michael Hoffmann 7dc3dbca11 Introduced CGAL_LIMITED_ITERATOR_TRAITS_SUPPORT for MSVC.
Don't use iterator_category(...), if iterator traits are there.
1999-09-10 13:35:22 +00:00
Michael Hoffmann 83ee46d93b *** empty log message *** 1999-09-01 19:48:36 +00:00
Michael Hoffmann 67f473d5b5 *** empty log message *** 1999-09-01 19:34:36 +00:00
Michael Hoffmann eb416d9049 *** empty log message *** 1999-09-01 19:32:32 +00:00
Michael Hoffmann 38e8220c78 Added file algorithm.h.
New functions min_max_element and min/max_element_if.
1999-09-01 19:12:35 +00:00
Michael Hoffmann 5063306062 Added N_step_adaptor_derived.
Fixed _Circulator_size_traits to I_Circulator_size_traits.
1999-08-24 10:59:28 +00:00
Michael Hoffmann 629f071db0 Removed obsolete workaround flags.
Removed line directives.
1999-07-30 10:54:52 +00:00
Michael Hoffmann c4cb253321 Added typedefs for types from base class that are not visible
since the base class depends on the template parameter.
(in composition classes and Random_access_value_adaptor)
1999-07-30 07:19:19 +00:00
Michael Hoffmann 8203339d1d Initial revision 1999-07-30 06:36:34 +00:00