MCT

lp:libmct/1.6

Created by Paul Pogonyshev and last modified
Get this branch:
bzr branch lp:libmct/1.6
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

270. By Paul Pogonyshev

Post-release version bump

269. By Paul Pogonyshev

Update NEWS file and release 1.6.2

268. By Paul Pogonyshev

Workaround a bug in certain docutils versions

267. By Paul Pogonyshev

Workaround 'has_trivial_destructor' renaming in C++11

This workaround is only important on non-GCC, because on GCC we always
use a built-in instead. It is somewhat improper because it injects
names in 'std' namespace, but those names should be there anyway, or
at least shouldn't ever be reused for a different purpose.

266. By Paul Pogonyshev

Fix test suite compilation on systems using separate 'libpthread'

Some (most?) POSIX systems have the relevant functions in 'libc', but
not all. The solution is the same as in the case with 'librt'.

265. By Paul Pogonyshev

Add -Wno-unused-local-typedefs when compiling on GCC

Apparently 4.8 catches unused typedefs that come from macros and we
use those in testing code a lot.

264. By Paul Pogonyshev

Fix macro flag names

This made testing with Boost.Unordered and no C++11 stdlib or TR1
extension impossible. Merged from trunk, revision 264.

263. By Paul Pogonyshev

Don't use 'std::size_t' with neither namespace prefix nor 'using'

Merged from trunk, revision 263.

262. By Paul Pogonyshev

Update copyright notices to include 2013

261. By Paul Pogonyshev

Post-release version bump

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