Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus 9f4d1daacf fixed DateTime::now() 2015-09-22 22:52:43 +02:00
application fixed includes 2015-09-06 20:19:09 +02:00
chrono fixed DateTime::now() 2015-09-22 22:52:43 +02:00
conversion fixed includes 2015-09-06 20:19:09 +02:00
io fixed aliasing warning 2015-09-16 17:54:40 +02:00
math fixed includes 2015-09-06 20:19:09 +02:00
misc fixed includes 2015-09-06 20:19:09 +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 set meta data (win32) 2015-09-22 01:48:37 +02:00
general.pri set meta data (win32) 2015-09-22 01:48:37 +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.