libwibble 1.0-1 source package in Ubuntu

Changelog

libwibble (1.0-1) unstable; urgency=low


  * New upstream version
     - fixed mkdirIfMissing for freebsd
     - use proper (insane) struct direct allocation to make it portable
     - skip file locking in file logger for hurd, which doesn't support
       F_SETLK
     - bumped release to 1.0

 -- Enrico Zini <email address hidden>  Mon, 21 Oct 2013 17:12:39 +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_1.0-1.dsc 1.8 KiB 556e857a5dfce3eb1ee51ff51a0c6dc9d23bf0bf8e706dcbe58bb78e7c27fcd8
libwibble_1.0.orig.tar.gz 144.1 KiB fcb6e6513b0f9fd4e84fd26cb0b5dd680567379cf76d6ac7f1844e1a1ba5ddae
libwibble_1.0-1.diff.gz 7.0 KiB bdcc28e8f563e9e9c6a5b04baec9091545b992ab99150e016db770912740c3f1

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.