14 projects tagged "Linux"
cipra is a simple, TAP-compatible Unit Testing Framework for C++. It's written in 100% standard C++11 and is only a couple of header files, making it easy to include in your C++11 project. TAP, the Test Anything Protocol, is a standard output format for software unit test frameworks which was originally designed for Perl, but can serve other languages. It has a rich number of tools ("harnesses") which parse TAP-formatted output and do useful things with it. TAP, however, is equally human-readable. The name cipra (pronounced /ˈʃi.pɾaː/ "SHEE-prah") comes from the lojban phrase "lo cipra", which means "the test". It is properly written with an initial minuscule "c", even when at the start of a sentence.
libKISSlog is a trivial lightweight C++ template library designed and written according to the KISS (Keep It Simple and Straightforward) principle. It leans heavily on STL for keeping its implementation as simple as its usage, and tries to provide C++ developers with a lightweight, paradigm-pure, and flexible alternative to logging libraries which use design and/or implementation decisions which at least the author of libKISSlog believes to be questionable. Its easiest to explain why libKISSlog would be suitable for your needs by listing the things which libKISSlog does not choose to use or do: no singletons or other forms of mutable global state, no macros, no attempt to fit the Java runtime everything model onto a C++ library, no attempt to be a Java-style (bloated) framework, no attempt to make the choice for you of whether you need thread safety, and no compromise on simplicity in order to facilitate questionable inner-loop logging practices.
LibCarvPathRepository is a library that provides the low level functionality for creating and using a (single, large, growing, sparse) file as an archive of (forensic) media images and other files. LibCarvPathRepository is to be used in conjunction with CarvFS. The CarvFS "raw" module is growing archive aware, making it possible to add (forensic) media images to a mounted raw archive. The LibCarvPathRepository library provides the low level multi-process safe API for appending an entity to the growing archive. Blocks of NULL data are automatically converted to sparse content to keep down the disk usage of the archive. After the image has been added to the archive, the library provides the carvpath of the newly entered image within the archive, making it possible to hand this carvpath to other carvfs aware tools.