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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
Marc Wäckerlin b6665867ab fix build on eoan před 5 roky
debian fix debian build před 5 roky
doc fixed build in trusty před 5 roky
examples upgraded to C++17 compatibility před 6 roky
src upgraded to C++17 compatibility před 6 roky
test upgraded to C++17 compatibility před 6 roky
AUTHORS build fixes před 9 roky
COPYING Version 0.90 před 20 roky
ChangeLog fix rpm build před 5 roky
INSTALL fixed build in trusty před 5 roky
NEWS upgraded to C++17 compatibility před 6 roky
README.md fixed build in trusty před 5 roky
autogen.sh buid updated před 8 roky
ax_check_qt.m4 cross compilation with qemu enabled před 6 roky
ax_cxx_compile_stdcxx.m4 upgraded to C++17 compatibility před 6 roky
ax_init_standard_project.m4 fixed build in trusty před 5 roky
bootstrap.sh fix build on eoan před 5 roky
build-in-docker.conf tested all rpm builds před 7 roky
build-in-docker.sh fix build on eoan před 5 roky
build-resource-file.sh new feature resolve-rpmbuilddeps.sh před 9 roky
checkinstall.sh Release 3-2-4 with tag: REL_mrw-c++-3-2-4 před 17 roky
configure.ac add mandatory C++11 dependency před 5 roky
demangle.h initial version před 19 roky
dependency-graph.sh fix output for mac před 6 roky
mac-create-app-bundle.sh update buildsystem před 6 roky
makefile.am fix rpm build před 5 roky
makefile_test.inc.am bugfix, possible crash před 8 roky
mrw-c++-minimal.spec.in fixed some more debian build issues - changed like in webtester; refs #12 před 9 roky
mrw-c++.desktop.in build in docker for all debian based distros před 9 roky
mrw-c++.spec.in fix rpm build před 5 roky
resolve-debbuilddeps.sh cross compilation with qemu enabled před 6 roky
resolve-rpmbuilddeps.sh update buildsystem před 6 roky
rpmsign.exp tested all rpm builds před 7 roky
sql-to-dot.sed bugfix, possible crash před 8 roky
suppressions.valgrind Release 3-2-2 with tag: REL_mrw-c++-3-2-2 před 17 roky
template.sh fix build on eoan před 5 roky
valcheck.sh Release 3-2-2 with tag: REL_mrw-c++-3-2-2 před 17 roky

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.