Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus d437126760 throw ConversionException if not all chars could be extracted 2015-11-28 00:19:44 +01:00
application added example 2015-10-06 22:27:16 +02:00
chrono fixed DateTime::now() 2015-09-22 22:52:43 +02:00
conversion throw ConversionException if not all chars could be extracted 2015-11-28 00:19:44 +01:00
io implemented computeCrc32() 2015-10-20 08:49:38 +02:00
math fixed includes 2015-09-06 20:19:09 +02:00
misc small changes 2015-10-06 22:28:33 +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 version 2015-10-16 21:35:50 +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.