František Kučera <franta-hg@frantovo.cz> [Sat, 23 Apr 2022 23:51:13 +0200] rev 60
BufferingMode: set default mode from the constructor
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Apr 2022 23:23:29 +0200] rev 59
BufferingMode: configurable modes that control when flush() is called
set through the environmental variable RELPIPE_WRITER_BUFFERING_MODE or through the API method setBufferingMode()
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Apr 2022 21:09:24 +0200] rev 58
flush the output after each attribute; TODO: configurable BufferingMode
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Apr 2022 23:47:08 +0200] rev 57
allow serialization of strings containing null byte 0x00
do not trim at first 0x00 and fulfill declared value length
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Apr 2022 23:43:07 +0200] rev 56
update comments
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:51 +0100] rev 55
Added tag v0.18 for changeset d9c68ac8929e
František Kučera <franta-hg@frantovo.cz> [Mon, 29 Nov 2021 19:31:58 +0100] rev 54
use stoll() to allow reading bigger numbers before encoding them as LEB128 integers
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:16 +0100] rev 53
exception: fix typo: getMessge() → getMessage()
František Kučera <franta-hg@frantovo.cz> [Sun, 11 Apr 2021 17:27:12 +0200] rev 52
just TODO comment: performance optimization
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:18 +0200] rev 51
Added tag v0.17.1 for changeset 753b56ba97a7
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:51 +0200] rev 50
Added tag v0.17 for changeset cf0ebb7dfaca
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jun 2020 01:50:43 +0200] rev 49
Added tag v0.16 for changeset 283700190338
František Kučera <franta-hg@frantovo.cz> [Fri, 31 Jan 2020 23:34:51 +0100] rev 48
Added tag v0.15 for changeset 77fbaccdeea4
František Kučera <franta-hg@frantovo.cz> [Fri, 24 Jan 2020 20:49:46 +0100] rev 47
support „writeHeader = false“ to allow appending records to an existing relation
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Dec 2019 00:54:54 +0100] rev 46
fix RelationalWriter.h include
František Kučera <franta-hg@frantovo.cz> [Fri, 13 Dec 2019 22:19:39 +0100] rev 45
support signed integers, negative numbers; binary format change: encode numbers as SLEB128
František Kučera <franta-hg@frantovo.cz> [Tue, 10 Dec 2019 19:37:43 +0100] rev 44
binary format change: encode numbers as ULEB128 instead of original uint8/16/32/64 format
František Kučera <franta-hg@frantovo.cz> [Tue, 03 Dec 2019 16:30:02 +0100] rev 43
rename and make shared library: relpipe-lib-protocol.cpp → relpipe-lib-common.cpp
František Kučera <franta-hg@frantovo.cz> [Wed, 30 Oct 2019 16:47:42 +0100] rev 42
Added tag v0.14 for changeset 744b61559eb2
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 19:47:14 +0200] rev 41
fix license version: GNU LGPLv3 or GPLv2
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 23:56:30 +0200] rev 40
Added tag v0.13 for changeset acf95eeefe8b
František Kučera <franta-hg@frantovo.cz> [Sun, 26 May 2019 22:22:59 +0200] rev 39
Added tag v0.12 for changeset ad8e76bc916d
František Kučera <franta-hg@frantovo.cz> [Mon, 08 Apr 2019 13:37:14 +0200] rev 38
Added tag v0.11 for changeset 39c2e7f31e36
František Kučera <franta-hg@frantovo.cz> [Wed, 20 Feb 2019 11:30:49 +0100] rev 37
Added tag v0.10 for changeset 96a623fca71e
František Kučera <franta-hg@frantovo.cz> [Fri, 18 Jan 2019 20:26:30 +0100] rev 36
Added tag v0.9 for changeset 5f79c1a30f9f
František Kučera <franta-hg@frantovo.cz> [Thu, 17 Jan 2019 23:26:49 +0100] rev 35
netbeans project + .hgignore updates
František Kučera <franta-hg@frantovo.cz> [Thu, 20 Dec 2018 00:26:00 +0100] rev 34
Added tag v0.8 for changeset c0e445dda2c5
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 22:38:17 +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 12:01:46 +0200] rev 28
unify .hgignore across repositories
František Kučera <franta-hg@frantovo.cz> [Sun, 09 Sep 2018 23:20:57 +0200] rev 27
use AttributeMetadata instead of std::pair for relation header
František Kučera <franta-hg@frantovo.cz> [Mon, 03 Sep 2018 23:41:29 +0200] rev 26
remove toTypeCode() (is needed only in lib-reader)
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 18:21:09 +0200] rev 25
imports, namespaces
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 17:45:53 +0200] rev 24
remove unused includes
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 17:30:19 +0200] rev 23
remove format.h and use constants.h from lib-protocol
František Kučera <franta-hg@frantovo.cz> [Sat, 25 Aug 2018 10:13:00 +0200] rev 22
todo comments
František Kučera <franta-hg@frantovo.cz> [Sun, 19 Aug 2018 20:36:33 +0200] rev 21
static_assert to enforce compliance with common constants in lib-protocol
František Kučera <franta-hg@frantovo.cz> [Mon, 13 Aug 2018 20:30:55 +0200] rev 20
relpipe-lib-writer: move public header files to: include/relpipe/writer/
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Jul 2018 15:42:33 +0200] rev 19
ASan: add AddressSanitizer g++ option: -fsanitize=address
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Jul 2018 01:33:57 +0200] rev 18
documentation for RelationalWriter and DataTypeWriterBase
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Jul 2018 22:21:49 +0200] rev 17
replace writeRecord() with sequence of writeAttribute()
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Jul 2018 17:19:25 +0200] rev 16
writeAttribute() with raw pointer and type_info
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Jul 2018 10:26:22 +0200] rev 15
use more TypeId enum
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Jul 2018 00:08:13 +0200] rev 14
move create() method to a factory
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Jul 2018 23:46:29 +0200] rev 13
use TypeId enum instead of numeric constants
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Jul 2018 23:01:47 +0200] rev 12
code for table generation ported from the prototype: RelationalGenerator.h
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Jul 2018 22:37:25 +0200] rev 11
add table name to startRelation()
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Jul 2018 19:04:37 +0200] rev 10
move *DataTypeWriter.h to separate directory
František Kučera <franta-hg@frantovo.cz> [Sat, 21 Jul 2018 17:30:25 +0200] rev 9
shared library with pure abstract class (interface)
František Kučera <franta-hg@frantovo.cz> [Sun, 15 Jul 2018 00:45:21 +0200] rev 8
writer only writes + refactoring
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 23:24:10 +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:16 +0200] rev 6
move format.h to virtual folder 'Header Files'
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 17:11:40 +0200] rev 5
reader only reads, writer only writes
František Kučera <franta-hg@frantovo.cz> [Sat, 14 Jul 2018 13:14:20 +0200] rev 4
documentation for readString() and writeString() methods
František Kučera <franta-hg@frantovo.cz> [Fri, 13 Jul 2018 23:02:09 +0200] rev 3
split common.h into typedefs.h and format.h
František Kučera <franta-hg@frantovo.cz> [Mon, 09 Jul 2018 00:43:35 +0200] rev 2
separate 'src' and 'include' (public interface)
František Kučera <franta-hg@frantovo.cz> [Sun, 08 Jul 2018 01:40:38 +0200] rev 1
base classes
František Kučera <franta-hg@frantovo.cz> [Sat, 07 Jul 2018 18:13:02 +0200] rev 0
empty project