Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus 8e27b97d47 improved encode-/decodeBase64 2015-08-16 23:44:38 +02:00
application added missing initialization of m_denotesOperation, small adjustments 2015-07-27 23:19:10 +02:00
chrono added new method to construct DateTime instance from timestamp 2015-06-21 21:41:56 +02:00
conversion improved encode-/decodeBase64 2015-08-16 23:44:38 +02:00
io added method for reading a single bit 2015-08-08 01:18:24 +02:00
math First commit 2015-04-22 18:36:40 +02:00
misc First commit 2015-04-22 18:36:40 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:24:10 +02:00
LICENSE Create LICENSE 2015-04-22 19:01:00 +02:00
README.md outsourced PKGBUILD files 2015-06-26 02:30:22 +02:00
c++utilities.doxygen First commit 2015-04-22 18:36:40 +02:00
c++utilities.pro improved project config 2015-07-18 01:10:18 +02:00
general.pri added defines for application info provided in project file 2015-07-27 23:24:14 +02:00

README.md

c++utilities

Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.

Build instructions

Building the library is simple:

INSTALL_ROOT=/where/you/want/to/install qmake-qt5 "c++utilities.pro" -r -spec linux-g++
make && make install

As you can see, the qmake build system is used. However the library itself does not depend on Qt.

The repository PKGBUILDs (also on GitHub) contains files for building Arch Linux packages. A PKGBUILD file to build for Windows using the Mingw-w64 compiler is also included.