Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daringer/mmorecpp

modern, high-lvl, flexible, lightweight C++ utilities library
https://github.com/daringer/mmorecpp

Last synced: about 1 month ago
JSON representation

modern, high-lvl, flexible, lightweight C++ utilities library

Awesome Lists containing this project

README

        

mmorecpp - a high-lvl, flexible, lightweight C++ utils library
===========================================================================

[![Build Status](https://travis-ci.org/daringer/mmorecpp.svg)](https://travis-ci.org/daringer/mmorecpp) Coverity Scan Build Status

**This library provides helpful tools for your everyday C++ challenges.
Aiming for the following goals:**

* useful, comfortable C++ style (boost like) utils
* include into project and reduce external dependencies
* modern OO-driven C++ interface
* simple, fast, small footprint
* can be used in parts
* c++11 required (clang++ (>=3.4) [recommended], g++ (>=4.8))
* support for older compilers in progress
* support for a higher platform independance in progress
* selectivly disable features during compile-time
* extremly easy and smart interfaces
* slim OO-interfaces for tedious plain C interfaces (e.g., sqlite3, popen,
date/time, threading/forking, locking, sockets, ncurses)
* .... or maybe you're just lookin' for some "inspiration" for your current
project, come in and (may)be get inspired ;)

**Where is the documentation? There was some text before? It is gone???**
Yes, lost inside the git history, a new, better, completer documentatoin is incoming ...
newest feature for the documentation will be: USEFULNESS!