Menu

Tree [26ae2e] master /
 History

HTTPS access


File Date Author Commit
 antenna 2013-08-14 Nicu Tofan Nicu Tofan [26ae2e] Get rid of libbbb namespace
 autothread 2013-08-14 Nicu Tofan Nicu Tofan [26ae2e] Get rid of libbbb namespace
 backjob 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 bytebuffer 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 cmake 2013-07-28 Nicu Tofan Nicu Tofan [fba972] Removed unnecesarly files from distribution
 core 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 documentation 2013-08-08 Nicu Tofan Nicu Tofan [f0bc12] Added default port for jekyll
 doevents 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 dynstack 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 googletest 2013-06-14 Nicu Tofan Nicu Tofan [b06c8d] Merge branch 'master' into mod
 jobinterf 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 lists 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 markup 2013-08-10 Nicu Tofan Nicu Tofan [5eb7e8] rexscript: load saved variables
 memtrack 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 refcount 2013-08-13 Nicu Tofan Nicu Tofan [424f3b] old namespace corrected
 rexscript 2013-08-10 Nicu Tofan Nicu Tofan [5eb7e8] rexscript: load saved variables
 templates 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 timer 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 usermsg 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 varmap 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 .gitattributes 2013-06-13 Nicu Tofan Nicu Tofan [74b739] Modularization - first commit
 .gitignore 2013-06-13 Nicu Tofan Nicu Tofan [74b739] Modularization - first commit
 AUTHORS 2013-06-13 Nicu Tofan Nicu Tofan [74b739] Modularization - first commit
 CMakeLists.txt 2013-08-09 Nicu Tofan Nicu Tofan [1fee5a] Simpler CMake scripts
 COPYING 2013-06-13 Nicu Tofan Nicu Tofan [74b739] Modularization - first commit
 INSTALL 2013-08-05 Nicu Tofan Nicu Tofan [b4eb99] Preparing to release 1.2.1
 NEWS 2013-08-05 Nicu Tofan Nicu Tofan [b4eb99] Preparing to release 1.2.1
 README 2013-07-28 Nicu Tofan Nicu Tofan [3d086c] Corrected while parsing
 TODO 2013-06-13 Nicu Tofan Nicu Tofan [74b739] Modularization - first commit

Read Me

Introduction
===========================

This library is a collection of simple aditions for
applications and libraries.

Some features:
- a buffer capable of accumulating various kinds of values
- linked lists
- memory tracking
- customizable messages to the user
- threads that delete themselves
- background job suport

As it is based on Qt framework[2], the code is easly portable.


Ubuntu
===========================

For Ubuntu a ppa is available: ppa:nicu-tofan/ppa.
To be able to install the library on ubuntu one needs to
enter following commands:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E7270845
sudo add-apt-repository ppa:nicu-tofan/ppa
sudo apt-get update
sudo apt-get install libbbb



Licence
===========================

The project is distributed under the 3-clause license
("Revised BSD License", "New BSD License", or 
"Modified BSD License") [1]. Read about it in the COPYING file.


Instalation
===========================

To build and install the library follow the instructions in INSTALL file.


Content of the package
===========================

TBD


    
    
[1] http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29