Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
Go to file
Martchus feaa059375 fixed "end of buffer" condition 2015-07-13 00:59:21 +02:00
application fixed that values for arguments denoting operations aren't accepted 2015-06-24 00:48:45 +02:00
chrono added new method to construct DateTime instance from timestamp 2015-06-21 21:41:56 +02:00
conversion added findAndReplace method, little adjustments 2015-07-07 00:52:06 +02:00
io fixed "end of buffer" condition 2015-07-13 00:59:21 +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 Create .gitignore 2015-04-22 19:12:17 +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 added INI parser 2015-07-07 00:50:49 +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 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.