František Kučera <franta-hg@frantovo.cz> [Wed, 20 Feb 2019 11:30:48 +0100] rev 33
Added tag v0.10 for changeset 5c7baffb2148
František Kučera <franta-hg@frantovo.cz> [Fri, 18 Jan 2019 20:26:29 +0100] rev 32
Added tag v0.9 for changeset 8a0848b9008a
František Kučera <franta-hg@frantovo.cz> [Thu, 17 Jan 2019 23:26:48 +0100] rev 31
netbeans project + .hgignore updates
František Kučera <franta-hg@frantovo.cz> [Thu, 20 Dec 2018 00:26:00 +0100] rev 30
Added tag v0.8 for changeset af3df945b51f
František Kučera <franta-hg@frantovo.cz> [Wed, 19 Dec 2018 23:10:18 +0100] rev 29
builds with cmake 3.7.2 (e.g. on Debian GNU/Linux 9.6)
František Kučera <franta-hg@frantovo.cz> [Tue, 18 Dec 2018 22:02:53 +0100] rev 28
cmake: install
Projects can be build using (PREFIX and VERSION are optional):
rm -rf /tmp/relpipe/ && rm -rf ../xxx/* && cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/relpipe/usr -DPROJECT_VERSION=1.2.3 ../../ && make && make install && find /tmp/relpipe/ -type f
INSTALL_RPATH_USE_LINK_PATH will retain the build-time paths to libraries and get rid of the message: 'Set runtime path of .. to ""'.
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Dec 2018 23:27:21 +0100] rev 27
netbeans project update after -lib-* cmake-conversions
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Dec 2018 18:33:20 +0100] rev 26
cmake
František Kučera <franta-hg@frantovo.cz> [Mon, 03 Dec 2018 16:11:40 +0100] rev 25
CLI: untieStdIO() to avoid unwanted implicit flush() calls on std::cout → less write() calls
František Kučera <franta-hg@frantovo.cz> [Thu, 29 Nov 2018 22:30:11 +0100] rev 24
license: GNU GPLv3+