Sun, 04 Mar 2018 15:20:24 +0100use alias declaration instead of a typedef default tip
František Kučera <franta-hg@frantovo.cz> [Sun, 04 Mar 2018 15:20:24 +0100] rev 38
use alias declaration instead of a typedef

Thu, 28 Dec 2017 23:11:43 +0100do not pass by reference arguments of small types
František Kučera <franta-hg@frantovo.cz> [Thu, 28 Dec 2017 23:11:43 +0100] rev 37
do not pass by reference arguments of small types

Wed, 27 Dec 2017 11:34:09 +0100write() don't need return value
František Kučera <franta-hg@frantovo.cz> [Wed, 27 Dec 2017 11:34:09 +0100] rev 36
write() don't need return value

Mon, 25 Dec 2017 16:15:55 +0100not needed in destructor: memory = nullptr;
František Kučera <franta-hg@frantovo.cz> [Mon, 25 Dec 2017 16:15:55 +0100] rev 35
not needed in destructor: memory = nullptr;

Mon, 25 Dec 2017 01:34:06 +0100parametric memory size
František Kučera <franta-hg@frantovo.cz> [Mon, 25 Dec 2017 01:34:06 +0100] rev 34
parametric memory size

Mon, 25 Dec 2017 01:27:44 +0100memory: rename, refactor
František Kučera <franta-hg@frantovo.cz> [Mon, 25 Dec 2017 01:27:44 +0100] rev 33
memory: rename, refactor

Mon, 25 Dec 2017 00:34:27 +0100rename memory.h to Memory.h
František Kučera <franta-hg@frantovo.cz> [Mon, 25 Dec 2017 00:34:27 +0100] rev 32
rename memory.h to Memory.h

Mon, 25 Dec 2017 00:24:07 +0100wrap memory in a class
František Kučera <franta-hg@frantovo.cz> [Mon, 25 Dec 2017 00:24:07 +0100] rev 31
wrap memory in a class

Sun, 24 Dec 2017 00:47:34 +0100comments, formatting
František Kučera <franta-hg@frantovo.cz> [Sun, 24 Dec 2017 00:47:34 +0100] rev 30
comments, formatting

Sun, 24 Dec 2017 00:30:54 +0100license: GNU GPLv3+
František Kučera <franta-hg@frantovo.cz> [Sun, 24 Dec 2017 00:30:54 +0100] rev 29
license: GNU GPLv3+

Sun, 24 Dec 2017 00:17:12 +0100move standard commands (codes) to a header file
František Kučera <franta-hg@frantovo.cz> [Sun, 24 Dec 2017 00:17:12 +0100] rev 28
move standard commands (codes) to a header file

Sun, 24 Dec 2017 00:12:58 +0100parametric INCREMENT and DECREMENT
František Kučera <franta-hg@frantovo.cz> [Sun, 24 Dec 2017 00:12:58 +0100] rev 27
parametric INCREMENT and DECREMENT

Sun, 24 Dec 2017 00:08:55 +0100INCREMENT and DECREMENT in class
František Kučera <franta-hg@frantovo.cz> [Sun, 24 Dec 2017 00:08:55 +0100] rev 26
INCREMENT and DECREMENT in class

Sat, 23 Dec 2017 23:50:44 +0100GOTO_COMPARE in class
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:50:44 +0100] rev 25
GOTO_COMPARE in class

Sat, 23 Dec 2017 23:47:37 +0100COLOR in class
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:47:37 +0100] rev 24
COLOR in class

Sat, 23 Dec 2017 23:45:27 +0100END in class
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:45:27 +0100] rev 23
END in class

Sat, 23 Dec 2017 23:42:46 +0100SLEEP in class
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:42:46 +0100] rev 22
SLEEP in class

Sat, 23 Dec 2017 23:34:21 +0100GOTO in class
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:34:21 +0100] rev 21
GOTO in class

Sat, 23 Dec 2017 23:24:51 +0100move memory functions to a header file + introduce Command classes
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 23:24:51 +0100] rev 20
move memory functions to a header file + introduce Command classes

Sat, 23 Dec 2017 20:13:24 +0100move typedefs to a header file
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 20:13:24 +0100] rev 19
move typedefs to a header file

Sat, 23 Dec 2017 17:52:32 +0100check memory bounds in read() and write()
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 17:52:32 +0100] rev 18
check memory bounds in read() and write()

Sat, 23 Dec 2017 17:33:49 +0100index in read() and write() is in same units as memory type
František Kučera <franta-hg@frantovo.cz> [Sat, 23 Dec 2017 17:33:49 +0100] rev 17
index in read() and write() is in same units as memory type

Fri, 22 Dec 2017 18:14:40 +0100comment, rename, reformat
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 18:14:40 +0100] rev 16
comment, rename, reformat

Fri, 22 Dec 2017 18:09:58 +0100GOTO_COMPARE
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 18:09:58 +0100] rev 15
GOTO_COMPARE

Fri, 22 Dec 2017 17:15:15 +0100INCREMENT, DECREMENT
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 17:15:15 +0100] rev 14
INCREMENT, DECREMENT

Fri, 22 Dec 2017 16:21:10 +0100documentation + LED position
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 16:21:10 +0100] rev 13
documentation + LED position

Fri, 22 Dec 2017 16:10:56 +0100local variables inside switch
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 16:10:56 +0100] rev 12
local variables inside switch

Fri, 22 Dec 2017 00:21:29 +0100debug output formatting
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 00:21:29 +0100] rev 11
debug output formatting

Fri, 22 Dec 2017 00:00:04 +0100COLOR
František Kučera <franta-hg@frantovo.cz> [Fri, 22 Dec 2017 00:00:04 +0100] rev 10
COLOR

Thu, 21 Dec 2017 21:55:26 +0100template / generic write() function
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 21:55:26 +0100] rev 9
template / generic write() function

Thu, 21 Dec 2017 21:49:15 +0100template / generic read() function
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 21:49:15 +0100] rev 8
template / generic read() function

Thu, 21 Dec 2017 18:13:35 +0100malloc + free
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 18:13:35 +0100] rev 7
malloc + free

Thu, 21 Dec 2017 17:52:30 +0100SLEEP
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 17:52:30 +0100] rev 6
SLEEP

Thu, 21 Dec 2017 17:22:55 +0100commands in hexadecimal
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 17:22:55 +0100] rev 5
commands in hexadecimal

Thu, 21 Dec 2017 17:18:22 +0100writeAddress()
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 17:18:22 +0100] rev 4
writeAddress()

Thu, 21 Dec 2017 17:06:39 +0100GOTO
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 17:06:39 +0100] rev 3
GOTO

Thu, 21 Dec 2017 16:18:23 +0100use malloc instead of an array (the memory contains sequence of various types so typed array makes no sense)
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 16:18:23 +0100] rev 2
use malloc instead of an array (the memory contains sequence of various types so typed array makes no sense)

Thu, 21 Dec 2017 15:17:37 +0100increment index in th read function
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 15:17:37 +0100] rev 1
increment index in th read function

Thu, 21 Dec 2017 13:30:54 +0100first version
František Kučera <franta-hg@frantovo.cz> [Thu, 21 Dec 2017 13:30:54 +0100] rev 0
first version