/*! \file README.changelog * \brief ChangeLog for C++ containers for numbers (libaff) * * ---------------------------------------------------------------------------- * * $Id: README.changelog,v 1.7 2002-12-19 12:03:40 forbrig Exp $ * * Copyright (c) 2002 by Thomas Forbriger (IMG Frankfurt) * * C++ containers for numbers (libaff) * * This file contains: * - \ref page_changelog * * REVISIONS and CHANGES * - 17/12/2002 V1.0 Thomas Forbriger * * ============================================================================ */ /*! \page page_changelog ChangeLog \sa \ref sec_changelog_files Major changes in the interface of the library are marked by \b !!. - \b 19/12/2002 (thof) - \b !! aff::Array provides access to base classes through access functions and not through conversion operators. - \b 18/12/2002 (thof) - defined dump function for Strided - started with tests/shapetest.cc - reworked stridedstepper to fit into new concept - essential correction in aff::Strided::collapse() - aff::Strided, aff::Shaper, and aff::util::StridedStepper passed basic tests - additionally aff::SharedHeap and aff::SimpleRigidArray passed their basic tests - activated scalar assignment with aff::Array::operator=() - \b 17/12/2002 (thof) - introduced class Series - \b !! Array now inherits privately from Strided - use access declarations to declare base class functions that should be visible in the public interface of aff::Array and aff::SharedHeap - introduced tests/seriestest.cc - introduced dump function for class Series \section sec_changelog_files File status
Filename | code is complete | docu is complete | code is tested | deserves revision |
libaff/README | has no code | has no code | ||
libaff/array.h | 8/12/02 | |||
libaff/array_dec.h | 19/12/2002 | should pass stepper to iterator | ||
libaff/array_def.h | ||||
libaff/binarray.h | 8/12/02 | |||
libaff/dump.cc | 18/12/2002 | 18/12/2002 | ||
libaff/dump.h | 19/12/2002 | |||
libaff/iterator.h | ||||
libaff/series.h | 17/12/02 | |||
libaff/shaper.h | 12/12/02 | 18/12/02 | ||
libaff/slice.h | ||||
libaff/subarray.h | ||||
libaff/lib/README | has no code | has no code | ||
libaff/lib/error.cc | 16/12/02 | 18/12/02 | ||
libaff/lib/error.h | 16/12/02 | 18/12/02 | ||
libaff/lib/range.h | 13/12/02 | |||
libaff/lib/rawarfun.h | 13/12/02 | 15/12/02 | ||
libaff/lib/sharedheap.h | 13/12/02 | 13/12/02 | 16/12/02 | |
libaff/lib/sharedheap_def.h | 13/12/02 | 13/12/02 | 16/12/02 | |
libaff/lib/simplearray.h | 13/12/02 | 15/12/02 | ||
libaff/lib/strided.cc | 13/12/02 | 18/12/02 | ||
libaff/lib/strided.h | 13/12/02 | 18/12/02 | ||
libaff/lib/stridedstepper.cc | 18/12/02 | 18/12/02 | ||
libaff/lib/stridedstepper.h | 18/12/02 | 18/12/02 | ||
libaff/lib/types.h | 13/12/02 | 15/12/02 | ||
libaff/tests/arraytest.cc | ||||
libaff/tests/binarraytest.cc | ||||
libaff/tests/rangetest.cc | ||||
libaff/tests/reprtest.cc | 16/12/02 | 16/12/02 | does not check pathological cases | |
libaff/tests/seriestest.cc | ||||
libaff/tests/shapetest.cc | 18/12/02 | 18/12/02 | does not check pathological cases | |
libaff/tests/simplearraytest.cc | 15/12/02 | 15/12/02 | does not check pathological cases |