Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus 4495067484 fixed aliasing warning 2015-09-16 17:54:40 +02:00
application fixed includes 2015-09-06 20:19:09 +02:00
chrono make constructor explicit 2015-09-11 22:01:26 +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 updated project files 2015-08-27 21:36:07 +02:00
general.pri updated project files 2015-08-27 21:36:07 +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.