František Kučera <franta-hg@frantovo.cz> [Wed, 19 Dec 2018 23:10:19 +0100] rev 33
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 21:39:44 +0100] rev 32
cmake: generate pkg-config and install
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Dec 2018 21:59:40 +0100] rev 31
cmake
František Kučera <franta-hg@frantovo.cz> [Sat, 01 Dec 2018 15:35:05 +0100] rev 30
license of protocol, reader and writer: GNU LGPLv3+ or GNU GPLv2+
František Kučera <franta-hg@frantovo.cz> [Thu, 29 Nov 2018 22:30:12 +0100] rev 29
license: GNU GPLv3+
František Kučera <franta-hg@frantovo.cz> [Sun, 16 Sep 2018 18:00:34 +0200] rev 28
AttributeMetadata: call vector.clear() before vector.reserve(), fixes error (if there are multiple relations in the stream)
František Kučera <franta-hg@frantovo.cz> [Sun, 16 Sep 2018 12:01:46 +0200] rev 27
unify .hgignore across repositories
František Kučera <franta-hg@frantovo.cz> [Sun, 16 Sep 2018 00:42:42 +0200] rev 26
AttributeMetadata: use smart pointer and avoid memory-leak
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Sep 2018 23:22:50 +0200] rev 25
AttributeMetadata: use vector.reserve() instead of resize() and [i] and thus avoid unwanted AttributeMetadata() constructor call
František Kučera <franta-hg@frantovo.cz> [Sat, 15 Sep 2018 22:52:15 +0200] rev 24
AttributeMetadata: pImpl / d-pointer version but with memory-leak and unwanted empty constructor
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Sep 2018 22:47:18 +0200] rev 23
remove obsolete DataTypeReaderCatalog.h
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Sep 2018 21:01:17 +0200] rev 22
use AttributeMetadata instead of std::pair for relation header
František Kučera <franta-hg@frantovo.cz> [Sat, 08 Sep 2018 23:27:49 +0200] rev 21
use for-each and type aliases
František Kučera <franta-hg@frantovo.cz> [Sat, 08 Sep 2018 19:43:20 +0200] rev 20
hgignore: qtcreator project
František Kučera <franta-hg@frantovo.cz> [Sat, 08 Sep 2018 19:42:29 +0200] rev 19
add endOfPipe() to handlers
František Kučera <franta-hg@frantovo.cz> [Mon, 03 Sep 2018 23:40:12 +0200] rev 18
read using std::function
František Kučera <franta-hg@frantovo.cz> [Mon, 27 Aug 2018 00:06:14 +0200] rev 17
interface + dummy implementation
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 19:10:24 +0200] rev 16
handler structure
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 18:25:02 +0200] rev 15
remove DataTypeReader.cpp (move implementation to DataTypeReader.h)
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 18:16:53 +0200] rev 14
refactoring, move files, use TypeId instead of integer_t
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 17:39:27 +0200] rev 13
move non-public headers from include to src
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 17:04:11 +0200] rev 12
remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 11:45:05 +0200] rev 11
add AddressSanitizer (ASan): -fsanitize=address
František Kučera <franta-hg@frantovo.cz> [Mon, 13 Aug 2018 21:30:32 +0200] rev 10
relpipe-lib-reader: move public header files to: include/relpipe/reader/
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Jul 2018 00:43:42 +0200] rev 9
fix includes
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Jul 2018 00:15:09 +0200] rev 8
reader only reads + refactoring
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 23:24:22 +0200] rev 7
add data type and catalog classes from the prototype
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:34:03 +0200] rev 6
move format.h to virtual folder 'Header Files'
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:10:01 +0200] rev 5
reader only reads, writer only writes
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:06:04 +0200] rev 4
rename 'writer' namespace to 'reader'
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:04:24 +0200] rev 3
add new files to the project
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:01:16 +0200] rev 2
rename writers to readers
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 16:58:33 +0200] rev 1
copy of .cpp and .h from relpipe-lib-writer.cpp
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 16:57:22 +0200] rev 0
empty project