MCT

lp:libmct/1.4

Created by Paul Pogonyshev and last modified
Get this branch:
bzr branch lp:libmct/1.4
Only Paul Pogonyshev can upload to this branch. If you are Paul Pogonyshev please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Paul Pogonyshev
Project:
MCT
Status:
Mature

Recent revisions

210. By Paul Pogonyshev

Post-release version bump

209. By Paul Pogonyshev

Update NEWS file

208. By Paul Pogonyshev

Use 'GCC' rather than 'G++'

Both are correct according to GCC documentation, but it seems 'GCC' is
more widely used to refer even to C++ compiler.

207. By Paul Pogonyshev

Use 'class template' instead of 'templated class'

This is the terminology used in the standard, after all.

206. By Paul Pogonyshev

Make sure that moved-out hash tables remain internally valid

Apparently, move constructible/assignable requirements mandate that
all operations on the moved-out object remain possible, not only
outright destruction. No new tests, existing suffice with added
validate_integrity() calls.

205. By Paul Pogonyshev

Make sure move self-assignment doesn't change assigned hash table

As added comment in the source code says, it is unclear whether the
standard actually requires that, but otherwise MCT crashes at least on
GCC 4.6 with std::stable_sort().

204. By Paul Pogonyshev

Post-release version bump

203. By Paul Pogonyshev

Update NEWS and README files; release 1.4.0

202. By Paul Pogonyshev

Explicitly cast 'float' to 'size_type' when needed

This silences several warnings on G++ 4.1.

201. By Paul Pogonyshev

Modify 'SConstruct' and several testing files to work with older libraries

In particular, those now work on Python 2.4 and Boost 1.33+, at least
on Boost 1.33 itself.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:libmct
This branch contains Public information 
Everyone can see this information.

Subscribers