Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus f335c262b2 added commandline utilities 2015-06-24 00:44:16 +02:00
application added commandline utilities 2015-06-24 00:44:16 +02:00
chrono added new method to construct DateTime instance from timestamp 2015-06-21 21:41:56 +02:00
conversion First commit 2015-04-22 18:36:40 +02:00
io updated brief 2015-06-21 21:42:32 +02:00
math First commit 2015-04-22 18:36:40 +02:00
misc First commit 2015-04-22 18:36:40 +02:00
pkgbuild increased version number 2015-06-07 00:08:09 +02:00
.gitignore Create .gitignore 2015-04-22 19:12:17 +02:00
LICENSE Create LICENSE 2015-04-22 19:01:00 +02:00
README.md fixed build instructions 2015-05-19 22:36:04 +02:00
c++utilities.doxygen First commit 2015-04-22 18:36:40 +02:00
c++utilities.pro added commandline utilities 2015-06-24 00:44:16 +02:00
general.pri added commandline utilities 2015-06-24 00:44:16 +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 also contains PKGBUILD files for building Arch Linux packages. A PKGBUILD file to build for Windows using the Mingw-w64 compiler is also included.