Eblob is a low-level local append-only (configurable) storage system. It
combines fast read/write performance with configuration simplicity and rich
feature set. Its main goal was to provide bullet-proof low-level backend
for Elliptics distributed storage (this is default backend now).
Tools and library to manipulate EFI variables.
While Eiffel is widely regarded as the best language for creating fast,
robust, scalable applications, EiffelStudioTM is the only tool for realizing
the full power of the Eiffel Development FrameworkTM. It is available under a
Dual Licensing model. Users can use either commercial or Open Source
licensing.
EiffelStudio is more than just an IDE.
Imagine being able to model your system as you think - capturing your
requirements and your thought processes in Eiffel. Then, when you are ready to
Design, you build upon the model you just created, still in Eiffel. And then
you implement, in Eiffel. You never need to throw anything out and start over.
You don't need extra tools to be able to go back and make changes in
architecture safely. Roundtrip engineering? It's built in by design. Testing,
metrics and productivity tools? They're built in.
And debugging? Eiffel's native Design by ContractTM prevents 90% of the bugs
from ever occurring in the first place - and what bugs remain are easily
traced and repaired, typically within ten minutes.
ELFIO is a C++ library for reading and generating files in the ELF binary
format. This library is unique and not based on any other product. It is also
platform independent. The library uses standard ANSI C++ constructions and
runs on a wide variety of architectures.
An extension Library
This is mostly to fill in some gaps in the standard and Unix
libraries, either for completeness or because they're things I find
myself needing a lot of the time, and a few modules that aren't worthy
of being their own releases. Enjoy. Most of this used to be part of an
old library (stew) that I broke up into a couple of smaller ones. This
one /was/ extlib, now annexlib. Its companion is mathlib.
See supplied documentation for additional info.
CodeWorker is a parsing tool and a source code generator, available in
Open Source (distributed under the GNU Lesser General Public License)
devoted to cover many aspects of the generative programming. Generative
programming is a software engineering approach for producing reusable,
tailor-made, evolvable and reliable IT systems with a high level of
automation.
The tool interprets a scripting language that drives the processing of
parsing and source code generation in a quite familiar syntax for
developers. It insists on adapting the syntax of the language to the
particularities of tasks to resolve (parse, code generation, procedural)
and on offering powerful functionalities to do intensive source code
generation.
A free test coverage analysis tool for C++. Analogous to purecov but quite
different in implementation. This tool does its job by instrumenting the
source as you compile. You can thus add your own instrumentation to every
line on the fly.
cpuflags returns the appropriate gcc flags to optimise compilation for the
current CPU.
OMake is a build system designed for scalability and portability. It uses
a syntax similar to make utilities you may have used, but it features
many additional enhancements.
csoap is a client/server SOAP library implemented in pure C.
It comes with an embedded HTTP server called nanohttp.
The transferred XML structures are handled by libxml2.
csoap comes with the following features:
- client/server HTTP engine
- Attachments via MIME
- https (SSL) with OpenSSL