Simple framework for C++11 exception handling.
EEL stands for 'Extensible Exception Library': it is a simple framework for C++11 exception handling. The concepts behind are the following: - compatibility with the existing std::exception(s); - extensible generic payload for transporting any kind of informations - simple mechanism for extending the payload during the exception handler backtrace - coherent semantic for the final user - low-level diagnostic informations provided 'on demand'
C++11 serialization library
Trivial Serialization Library (TSL) is a simple C++11 framework for object [de]serialization.
Dynamic Python binding for Qt Applications
PythonQt is a dynamic and lightweight script binding of the Qt framework to the Python language. It can be easily embedded into Qt applications and makes any QObject derived object scriptable via Python without the need of wrapper code generation.
Sqrat is a C++ library for Squirrel that facilitates exposing classes and other native functionality to Squirrel scripts. It models the underlying Squirrel API closely to give access to a wider range of functionality than other binding libraries. In addition to the binding library, Sqrat features a threading library and a module import library.
A fast, intuitive linear algebra library for C++.
TMV is a comprehensive linear algebra library which uses operator overloading, views & delayed evaluation to simplify matrix and vector expressions in C++. It is well documented and can optionally call optimized BLAS/LAPACK for faster execution times
Delphi - VRCalc++ OOSL and more (Paged List, Text Editor ...)
Adriano M. Emanuele // former Adriano de Vincenti alias Vincent Radio {Adrix.NT} proudly presents AxLibrary - Source Code - Build Packages (Embarcadero DX8) VRCalc++ Object Oriented Scripting Language - Source Code - Build Packages (Embarcadero DX8) - Script Test Code Paged Lists & Iterators for Delphi Applications - VRCalc++ Console - VRCalc++ SX (script executor) - VRMultiEdit - VRLazyCodeEditor - Paged List Test Applic - VRAstroVision - VRMosaic Delphi...
C++ Dependency Injection
Wallaroo is a dependency injection library for C++. With wallaroo you can easily separate the object graph from the class implementation. You can create objects and wiring them using strings, so that you can load the "object graph" from a configuration file.
object orientated scripting language
ObjectiveScript is an object orientated scripting language that tries to combine the speed of scripting with an object orientated syntax similar to Java and C++. The language offers native data types like bool, double, float, int and string as well as user defined object types and a system library with data types similar to the Java boxed types like Integer and String. Collections like List, Map, etc. can be used with object and value types and can also be used as raw types (i.e. List == List...
SaxMagique is a c++ library that offers an API for creating a saxparser. It is intended to be the simplest way theoretically possible to create a complex saxparser. It build-up the [start|end]Element and characters handlers needed by expat.
====== OIL (Object Introspection Library) for C++ ====== Aims at Facilitating the Object Introspection Capabilities for C++ Developers. The Goals is to be able to display and modify the contents of any given C++ Object at run time.
Lightweight C++11 library for embedding Unicode
This project was moved to https://github.com/DuffsDevice/tinyutf8/ and is not being maintained on sourceforge anymore.
Portable c++ library easily as Java. Include sockets, threads, io, logger, process management, ui (DirectFB, SDL2, SFML2), media (libvlc, libav, libxine, v4l2), and more.
C++ library to manage threads and any type of exception between them
Libthreadar is a C++ library providing a small set of C++ classes to manipulate threads in a very simple and efficient way from your C++ code. It is able to pass any type of exception that "killed" a thread (uncaught exception) to any other thread calling the join() method. This second thread can catch and manage this exception or simply rethrow it... Additionally to mutex, semaphore and other objects classically used around/with threads, a asynchronous pipe-like class of objects is provided...
A portable multi-paradigm programming language designed to allow an easy use of modern programming practices. Intended usage includes application development, application scripting and shell scripting.
Classdesc is a system for adding reflection to C++, ie the ability to query an object's structure at runtime.
Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT
*** LEAVE YOUR COMMENTS PLEASE *** Adriano M. Emanuele // former Adriano de Vincenti alias Vincent Radio presents Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT} also contains - Little Docs about Paged Lists (docx) - VR Basic Common Utils Sources - Env Var Notes for sources for C++ Builder (Embarcadero) - Special DLLs Build - Env Vars Notes for DLLs build - AxDefines - VCL Test Application for a simple Paged List have fun for more products call Vincent Radio...
An object-oriented script language to embed in any application
A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
Loglan language and Virtual Loglan Processor repository
Loglan'82 is a programming language conceived for object and distributed programming. It has many features that make Loglan'82 a tool surpassing other programming languages: * It enjoys a unique safe and efficient system of managing objects, see [[Safe dealocation]], * It offers modules of classes (__class__), moreover it allows to declare modules of cooperating objects i.e. **coroutines** and modules of threads ('''process'''). One can create not only objects of classes, but also objects...
3D simulation library
A 3D simulation library using the bullet physics engine and OpenGL for rendering.
Libiqxmlrpc is C++ object-oriented library that represents an XML-RPC solution for both client and server. It supports HTTP and HTTPS, both single-threaded and multi-threaded computation models on the server side, method interceptors, and other features.
CAnaBIS stands for "Computer Analysis of Brain Image Statistics". Its aim is to provide a C++ library of file I/O and efficient computational routines for NifTI brain images.
Drop-in replacement for std::shared_ptr + std::enable_shared_from_this
Apparently, many people dislike that the standard std::enable_shared_from_this class does not allow to invoke shared_from_this() in the constructor. Guess What: This library is supposed to fill the gap. The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
C++ library for Apache Cassandra with Qt Framework
C++ wrapper library for the Apache Cassandra distributed database system using Qt as the basic framework. Offers C++ array like syntax to quickly read and write in the database. Well thought and fast object oriented library(i.e. caching.)
Robust, Lightweight, Cross-platform, Template Software. STLSoft is a collection of STL and standard library extensions, and facades over operating-system and 3rd-party APIs.
Linux Auto Operator System
A - possibly - lightweight passive automation tool for Linux/POSIX systems