libwibble 1.1-1 source package in Ubuntu

Changelog

libwibble (1.1-1) unstable; urgency=low


  * New upstream version
     - Reimplemented Directory so it can be iterated twice
     - Added new sys::fs functions

 -- Enrico Zini <email address hidden>  Wed, 23 Oct 2013 11:55:11 +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
Trusty release main libdevel

Downloads

File Size SHA-256 Checksum
libwibble_1.1-1.dsc 1.8 KiB 47ab0840be83c74e2d4f644111cec2f0072f6ee667dc8cefd191060b1463bb91
libwibble_1.1.orig.tar.gz 145.6 KiB 29d5894ca98796f5b79b60357fa9956705409d923a002ab6d4eba31d73d78a95
libwibble_1.1-1.diff.gz 7.0 KiB 54980a9eb9b023bd35849492a57fb944c6c275834287bc3296ee05c4b7d8269e

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.