libwibble 0.1.28-1.1 source package in Ubuntu

Changelog

libwibble (0.1.28-1.1) unstable; urgency=low


  * Non maintainer upload.
  * Fix build failure with GCC 4.7 (Francesca Ciceri). Closes; #667259.

 -- Matthias Klose <email address hidden>  Mon, 16 Apr 2012 20:06:09 +0200

Upload details

Uploaded by:
Enrico Zini
Uploaded to:
Sid
Original maintainer:
Enrico Zini
Architectures:
any
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libwibble_0.1.28-1.1.dsc 1.2 KiB 03c3df71c099aa0380d3bd18beb1133ccc3662c54fc4998b3e607a37a583a48f
libwibble_0.1.28.orig.tar.gz 128.6 KiB 5b9b5d7597bd4189645c9834ca2f357a01edcd2d4a89eafa14cea1204eb14e7c
libwibble_0.1.28-1.1.diff.gz 6.8 KiB 969158e2eb54672aa44d30d7a802ea722215c5e1c885abfa3bbcee40859d64eb

Available diffs

No changes file available.

Binary packages built by this source

libwibble-dev: Library of various useful C++ code

 libwibble collects the foundation code that has been used over time
 in various C++ projects by Peter Rockai and Enrico Zini, so that it can
 be maintained properly and in a single place.
 .
 The code has minimal dependencies, a test suite, and can be used either as an
 external library or embedded in projects based on either cmake or autotools.
 .
 The library contains:
  * an exception hierarchy;
  * various useful mixin classes;
  * shortcuts for set operations;
  * a featureful self-documenting commandline parser that also supports
    cvs/svn-style subcommands;
  * two different unit-testing system, a tut-based and a custom one;
  * a non-intrusive polymorphic envelope;
  * a logging system;
  * string functions, like splitting, path manipulation, regular
    expressions and word wrapping;
  * system functions, like directory iteration, file manipulation, process
    control, thread functions;
  * gregorian calendar operations.