1
0
Fork 0
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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Marc Wäckerlin b6665867ab fix build on eoan 5 vuotta sitten
debian fix debian build 5 vuotta sitten
doc fixed build in trusty 5 vuotta sitten
examples upgraded to C++17 compatibility 6 vuotta sitten
src upgraded to C++17 compatibility 6 vuotta sitten
test upgraded to C++17 compatibility 6 vuotta sitten
AUTHORS build fixes 9 vuotta sitten
COPYING Version 0.90 20 vuotta sitten
ChangeLog fix rpm build 5 vuotta sitten
INSTALL fixed build in trusty 5 vuotta sitten
NEWS upgraded to C++17 compatibility 6 vuotta sitten
README.md fixed build in trusty 5 vuotta sitten
autogen.sh buid updated 8 vuotta sitten
ax_check_qt.m4 cross compilation with qemu enabled 6 vuotta sitten
ax_cxx_compile_stdcxx.m4 upgraded to C++17 compatibility 6 vuotta sitten
ax_init_standard_project.m4 fixed build in trusty 5 vuotta sitten
bootstrap.sh fix build on eoan 5 vuotta sitten
build-in-docker.conf tested all rpm builds 7 vuotta sitten
build-in-docker.sh fix build on eoan 5 vuotta sitten
build-resource-file.sh new feature resolve-rpmbuilddeps.sh 9 vuotta sitten
checkinstall.sh Release 3-2-4 with tag: REL_mrw-c++-3-2-4 17 vuotta sitten
configure.ac add mandatory C++11 dependency 5 vuotta sitten
demangle.h initial version 19 vuotta sitten
dependency-graph.sh fix output for mac 6 vuotta sitten
mac-create-app-bundle.sh update buildsystem 6 vuotta sitten
makefile.am fix rpm build 5 vuotta sitten
makefile_test.inc.am bugfix, possible crash 8 vuotta sitten
mrw-c++-minimal.spec.in fixed some more debian build issues - changed like in webtester; refs #12 9 vuotta sitten
mrw-c++.desktop.in build in docker for all debian based distros 8 vuotta sitten
mrw-c++.spec.in fix rpm build 5 vuotta sitten
resolve-debbuilddeps.sh cross compilation with qemu enabled 6 vuotta sitten
resolve-rpmbuilddeps.sh update buildsystem 6 vuotta sitten
rpmsign.exp tested all rpm builds 7 vuotta sitten
sql-to-dot.sed bugfix, possible crash 8 vuotta sitten
suppressions.valgrind Release 3-2-2 with tag: REL_mrw-c++-3-2-2 17 vuotta sitten
template.sh fix build on eoan 5 vuotta sitten
valcheck.sh Release 3-2-2 with tag: REL_mrw-c++-3-2-2 17 vuotta sitten

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.