/*! \file README.changelog * \brief ChangeLog for C++ containers for numbers (libaff) * * ---------------------------------------------------------------------------- * * $Id: README.changelog,v 1.11 2002-12-19 18:37:47 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 (AFF) $Id: README.changelog,v 1.11 2002-12-19 18:37:47 forbrig Exp $ \sa \ref page_project_status 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. - Factored out header files for dump functions for different classes. This is necessary to use the SimpleRigidArray dump function within the Array class definition. - introduced function aff::util::StridedStepper::valid() - aff::Array is now tested and works in its basic functionality (no subarrays, no slices, no deep copy, etc.) - \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 */ /*======================================================================*/ /*! \page page_project_status Project status (AFF) $Id: README.changelog,v 1.11 2002-12-19 18:37:47 forbrig Exp $ \sa \ref page_changelog
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 19/12/2002
libaff/array_dec.h 19/12/2002 19/12/2002
libaff/array_def.h 19/12/2002 19/12/2002
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/0213/12/0216/12/02
libaff/lib/sharedheap_def.h 13/12/0213/12/0216/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/lib/dump_macros.h 19/12/0219/12/0219/12/02
libaff/lib/dump_sharedheap.h 19/12/02 19/12/02
libaff/lib/dump_series.h 19/12/02 19/12/02
libaff/lib/dump_array.h 19/12/02 19/12/02
libaff/lib/dump_strided.h 19/12/02 19/12/02
libaff/lib/dump_simplerigidarray.h 19/12/02 19/12/02
libaff/tests/arraytest.cc 19/12/2002 19/12/2002
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
*/ // ----- END OF README.changelog -----