1
0
Bifurcation 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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
Marc Wäckerlin b6665867ab fix build on eoan il y a 5 ans
debian fix debian build il y a 5 ans
doc fixed build in trusty il y a 5 ans
examples upgraded to C++17 compatibility il y a 6 ans
src upgraded to C++17 compatibility il y a 6 ans
test upgraded to C++17 compatibility il y a 6 ans
AUTHORS build fixes il y a 9 ans
COPYING Version 0.90 il y a 20 ans
ChangeLog fix rpm build il y a 5 ans
INSTALL fixed build in trusty il y a 5 ans
NEWS upgraded to C++17 compatibility il y a 6 ans
README.md fixed build in trusty il y a 5 ans
autogen.sh buid updated il y a 8 ans
ax_check_qt.m4 cross compilation with qemu enabled il y a 6 ans
ax_cxx_compile_stdcxx.m4 upgraded to C++17 compatibility il y a 6 ans
ax_init_standard_project.m4 fixed build in trusty il y a 5 ans
bootstrap.sh fix build on eoan il y a 5 ans
build-in-docker.conf tested all rpm builds il y a 7 ans
build-in-docker.sh fix build on eoan il y a 5 ans
build-resource-file.sh new feature resolve-rpmbuilddeps.sh il y a 9 ans
checkinstall.sh Release 3-2-4 with tag: REL_mrw-c++-3-2-4 il y a 17 ans
configure.ac add mandatory C++11 dependency il y a 6 ans
demangle.h initial version il y a 19 ans
dependency-graph.sh fix output for mac il y a 6 ans
mac-create-app-bundle.sh update buildsystem il y a 6 ans
makefile.am fix rpm build il y a 5 ans
makefile_test.inc.am bugfix, possible crash il y a 8 ans
mrw-c++-minimal.spec.in fixed some more debian build issues - changed like in webtester; refs #12 il y a 9 ans
mrw-c++.desktop.in build in docker for all debian based distros il y a 9 ans
mrw-c++.spec.in fix rpm build il y a 5 ans
resolve-debbuilddeps.sh cross compilation with qemu enabled il y a 6 ans
resolve-rpmbuilddeps.sh update buildsystem il y a 6 ans
rpmsign.exp tested all rpm builds il y a 7 ans
sql-to-dot.sed bugfix, possible crash il y a 8 ans
suppressions.valgrind Release 3-2-2 with tag: REL_mrw-c++-3-2-2 il y a 17 ans
template.sh fix build on eoan il y a 5 ans
valcheck.sh Release 3-2-2 with tag: REL_mrw-c++-3-2-2 il y a 17 ans

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.