C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
Marc Wäckerlin b6665867ab fix build on eoan hace 5 años
debian fix debian build hace 5 años
doc fixed build in trusty hace 5 años
examples upgraded to C++17 compatibility hace 6 años
src upgraded to C++17 compatibility hace 6 años
test upgraded to C++17 compatibility hace 6 años
AUTHORS build fixes hace 9 años
COPYING Version 0.90 hace 20 años
ChangeLog fix rpm build hace 5 años
INSTALL fixed build in trusty hace 5 años
NEWS upgraded to C++17 compatibility hace 6 años
README.md fixed build in trusty hace 5 años
autogen.sh buid updated hace 8 años
ax_check_qt.m4 cross compilation with qemu enabled hace 6 años
ax_cxx_compile_stdcxx.m4 upgraded to C++17 compatibility hace 6 años
ax_init_standard_project.m4 fixed build in trusty hace 5 años
bootstrap.sh fix build on eoan hace 5 años
build-in-docker.conf tested all rpm builds hace 7 años
build-in-docker.sh fix build on eoan hace 5 años
build-resource-file.sh new feature resolve-rpmbuilddeps.sh hace 9 años
checkinstall.sh Release 3-2-4 with tag: REL_mrw-c++-3-2-4 hace 17 años
configure.ac add mandatory C++11 dependency hace 6 años
demangle.h initial version hace 19 años
dependency-graph.sh fix output for mac hace 6 años
mac-create-app-bundle.sh update buildsystem hace 6 años
makefile.am fix rpm build hace 5 años
makefile_test.inc.am bugfix, possible crash hace 8 años
mrw-c++-minimal.spec.in fixed some more debian build issues - changed like in webtester; refs #12 hace 9 años
mrw-c++.desktop.in build in docker for all debian based distros hace 9 años
mrw-c++.spec.in fix rpm build hace 5 años
resolve-debbuilddeps.sh cross compilation with qemu enabled hace 6 años
resolve-rpmbuilddeps.sh update buildsystem hace 6 años
rpmsign.exp tested all rpm builds hace 7 años
sql-to-dot.sed bugfix, possible crash hace 8 años
suppressions.valgrind Release 3-2-2 with tag: REL_mrw-c++-3-2-2 hace 17 años
template.sh fix build on eoan hace 5 años
valcheck.sh Release 3-2-2 with tag: REL_mrw-c++-3-2-2 hace 17 años

README.md

MRW C++ Library

Featureful C++ Library containing a lot of needful things. Everything, I often need, but is missing in C++ standard libraries and other common 3rd party libraries, such as log4cxx, cppunit and boost.

I have paid attention to define simple and a nice to use interfaces. The library makes use of object orientation, operator overload and templates, where it makes sense. The library passes several module tests before each delivery. It is therefore stable and tested.

Note: All links below require the generated Doxygen documentation.

Features

This library contains modules for the following purposes:

In the Web

Supported Platforms

The library is generic UNIX, but most features also work on Windows using MinGW. It is sporadically tested on Windows. Stack trace works on Linux only, it could theoretically work on Sun Solaris too (and it used to work there in the 90ies), but this is now untested. Stack trace without symbol resolution, just getting the raw addresses, only depends on GNU gcc and should work on all platforms. Feedback is welcome!

Missing a Feature, Found a Bug

You are missing a feature, or an implementation is too incomplete for the purpose you need it? Or you even found a bug? Just register and open an issue on the project management page.