Skip to content

mauve/util

Repository files navigation

util

Authors:

  • Mikael Olenfalk <mikael@olenfalk.se>

About

A small collection of useful stuff for C++ development.

Building

This project uses CMake.

Overview

  • ansi
    • Adds ANSI coloring capabilities to iostream
  • buffer
    • Buffer classes, mostly for use with Boost.Asio (but not required)
  • console
    • Helps in developing naïve console applications
  • crypto
    • Some crypto tools
  • endian
    • Byte-swapping and endian-conversion helpers
  • functional
    • Have a look for yourself
  • iostream
    • A stream-buffer for already allocated buffers as well as functions for reading and writing files.
  • memory
    • Tools for reading and writing memory.
  • posix
    • Helpers for programming C++ on Posix systems.
  • process
    • An asynchronous library for spawning processes and reading and writing to it.
  • stl
    • Small helpers for the Standard STL library.
  • string
    • String manipulation utilities.
  • stupidtest
    • A unit-test framework you are not supposed to use.
  • thread
    • Additions to Boost.Thread.
  • type_traits
    • Additions to Boost.TypeTraits.

Copyright

Copyright © 2012, All rights reserved, Mikael Olenfalk <mikael@olenfalk.se>

And yes I am evil (therefore the above copyright).

About

My own little C++ utility library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published