Skip to content

GHamrouni/utxx

 
 

Repository files navigation

util - an open-source collection of C++ miscelaneous components
===============================================================

    This library provides a set of classes that complement C++ and
    boost with functionality needed by many applications.

    The components include:

    - Custom allocators
    - Atomic functions
    - Bitmap container
    - BOOST wait_timeout, repeating timer
    - Buffer for I/O handling
    - Concurrent array/fifo/priority_queue/stack
    - Conversion routines
    - Endian-handling
    - Exception error classes with dynamic number of arguments
    - Hashmap abstraction
    - UDP receiver
    - Logging framework
    - Math functions
    - Metaprogramming functions
    - Persistent blob and array
    - PCAP format reader
    - PID file manager
    - Variant / variant tree components
    - Configuration framework with option validation

Downloading
===========
    $ git clone git@github.com:saleyn/utxx.git

Building
========
    Make sure that you have autoconf-archive package installed:
        http://www.gnu.org/software/autoconf-archive

    Run:
    $ ./bootstrap
    $ ./configure --with-boost="/path/to/boost" \
        [--prefix="/target/install/path"]
    $ make
    $ make install      # Default install path is ./install

Commit Notifications
====================
    The following news group was set up for commit notifications:
    `github-utxx at googlegroups dot com`

Author
======
    Serge Aleynikov <saleyn at gmail dot com>

Contributors
============
    Dmitriy Kargapolov <dmitriy.kargapolov at gmail dot com>

LICENSE
=======
    GNU Lesser General Public License 2.1

About

C++ Utility Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • XSLT 2.6%
  • Other 0.1%