Changelog for
mdds-devel-0.6.0-2.1.noarch.rpm :
Thu Jul 19 14:00:00 2012 kyoshidaAATTsuse.com
- Updated to version 0.6.0. This version contains the following
changes
* all
* added MSVS Solution file, to make it easier to build unit test
programs on Windows.
* mixed_type_matrix
* improved performance of size() method by caching it.
* multi_type_vector (new)
* new data structure to support efficient storage of data of
different types.
* multi_type_matrix (new)
* new data structure to eventually replace mixed_type_matrix. It
uses multi_type_vector as its backend storage.
Tue Oct 25 14:00:00 2011 kyoshidaAATTsuse.com
- Updated to version 0.5.4. This version contains the following
changes:
- segment_tree
- fixed build breakage, to allow it to be buildable when UNIT_TEST
is not defined.
- fixed a crasher with MSVC when comparing iterators of empty
search_result instances.
- point_quad_tree
- fixed a bug where de-referencing copied search_result iterators
would return an uninitialized node data.
Wed Jul 13 14:00:00 2011 kyoshidaAATTnovell.com
- Updated to version 0.5.3. This version contains the following
changes:
- mixed_type_matrix
- re-implemented the filled storage for better performance, with
two separate implementations for zero and emtpy matrix types.
The newer implementation should improve object creation time
considerably.
Tue Mar 29 14:00:00 2011 kyoshidaAATTnovell.com
- Updated to version 0.5.2. This version fixes a bunch of bugs and
adds several new methods to flat_segment_tree.
- flat_segment_tree
- fixed a crash on assignment by properly implementing assignment
operator().
- fixed several bugs in shift_right():
- shifting of all existing nodes was not handled properly.
- leaf nodes were not properly linked under certain conditions.
- shifting with skip node option was not properly skipping the
node at insertion position when the insertion position was at
the leftmost node.
- implemented min_key(), max_key(), default_value(), clear() and
swap().
- fixed a bug in operator==() where two different containers were
incorrectly evaluated to be equal.
- added quickcheck test code.
Wed Jan 12 13:00:00 2011 pmladekAATTsuse.cz
- made the package noarch; it did not produce any binary
- added COPYING file
- used %%configure, %%name macros
- used DESTDIR in make install
- simplified the file list
Sat Jan 8 13:00:00 2011 kohei.yoshidaAATTgmail.com
- Updated to version 0.5.1.
Fri Jan 7 13:00:00 2011 kohei.yoshidaAATTgmail.com
- Updated to version 0.5.0.
Mon Dec 20 13:00:00 2010 kohei.yoshidaAATTgmail.com
- Updated to version 0.4.0.
Thu Oct 14 14:00:00 2010 kyoshidaAATTnovell.com
- Updated to version 0.3.1.
Mon May 31 14:00:00 2010 pthAATTsuse.de
- Add install target to makefile.
- Add check target to makefile.
- Don\'t install code for tests.
- Remove -I../inc from Makefile for examles.
- Move changelog to mdds.changes.
Wed May 5 14:00:00 2010 kyoshidaAATTnovell.com
- Updated to version 0.3.0.
Fri Apr 9 14:00:00 2010 kyoshidaAATTnovell.com
- Updated to version 0.2.1.
Fri Apr 9 14:00:00 2010 kyoshidaAATTnovell.com
- Initial package version 0.2.0.