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 8ad42e23cc cross compilation with qemu enabled 6 years ago
debian cross compilation with qemu enabled 6 years ago
doc bugfix, possible crash 8 years ago
examples fix output for mac 6 years ago
src build improvements and a logging fix 7 years ago
test improvement of rpm generation 7 years ago
AUTHORS build fixes 9 years ago
COPYING Version 0.90 20 years ago
ChangeLog cross compilation with qemu enabled 6 years ago
INSTALL *** empty log message *** 19 years ago
NEWS Added RPM with minimal dependencies. 18 years ago
README build fixes for rpm 9 years ago
autogen.sh buid updated 8 years ago
ax_check_qt.m4 cross compilation with qemu enabled 6 years ago
ax_cxx_compile_stdcxx_11.m4 bugfix, possible crash 8 years ago
ax_init_standard_project.m4 cross compilation with qemu enabled 6 years ago
bootstrap.sh cross compilation with qemu enabled 6 years ago
build-in-docker.conf tested all rpm builds 7 years ago
build-in-docker.sh cross compilation with qemu enabled 6 years ago
build-resource-file.sh new feature resolve-rpmbuilddeps.sh 9 years ago
checkinstall.sh Release 3-2-4 with tag: REL_mrw-c++-3-2-4 17 years ago
configure.ac fix log4cxx dependency in buster 6 years ago
demangle.h initial version 19 years ago
dependency-graph.sh fix output for mac 6 years ago
mac-create-app-bundle.sh cross compilation with qemu enabled 6 years ago
makefile.am build fixes for rpm 9 years ago
makefile_test.inc.am bugfix, possible crash 8 years ago
mrw-c++-minimal.spec.in fixed some more debian build issues - changed like in webtester; refs #12 9 years ago
mrw-c++.desktop.in build in docker for all debian based distros 9 years ago
mrw-c++.spec.in fixed build in fedora 6 years ago
resolve-debbuilddeps.sh cross compilation with qemu enabled 6 years ago
resolve-rpmbuilddeps.sh cross compilation with qemu enabled 6 years ago
rpmsign.exp tested all rpm builds 7 years ago
sql-to-dot.sed bugfix, possible crash 8 years ago
suppressions.valgrind Release 3-2-2 with tag: REL_mrw-c++-3-2-2 17 years ago
template.sh new feature specify dns; check signature after signing 6 years ago
valcheck.sh Release 3-2-2 with tag: REL_mrw-c++-3-2-2 17 years ago

README

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.

The library contains modules for the following purposes:

- Collect and Format a Stack Trace
Having a stack trace is extremely useful, if you have
unexpected or uncaught exceptions
- Exceptions with Stack Trace
- Automated Unexpected and Terminate Handler

- C++ Evaluation of Command Line Arguments
A fully object oriented replacement for optarg

- Classes for Automated Resource Handling
Automatically free resources from C libraries,
such as open, malloc, etc.

- Configuration File Handler
Read and write UNIX / Windows like configuration files

- Execute UNIX Commands
Write to stdin and read from stdout, stderr of the sub process

- File and System Utilities
C++ wrapper around C library file and directory access (incomplete)

- Regular Expressions
C++ wrapper around C library regular expressions

- Tokenizer
Split a string into tokens and iterate through them

- Function Trace (using log4cxx)
- Automatic Function Trace: Add function trace with no code
change!

- A C++ wrapper around libltdl, Libtool Dynamic Loading library

- Extensions for C++ Standard Libraries

- STL extensions
- Shift values into containers
- Read Line that reads a full line

- String extensions
Add integers to strings, shift into strings

HTML and PDF documentation is include in the installation (built with
Doxygen) and available online on: https://dev.marc.waeckerlin.org/projects/mrw-cxx