Sun, 04 Mar 2018 15:20:24 +0100 |
František Kučera |
use alias declaration instead of a typedef
default tip
|
changeset |
files
|
Thu, 28 Dec 2017 23:11:43 +0100 |
František Kučera |
do not pass by reference arguments of small types
|
changeset |
files
|
Wed, 27 Dec 2017 11:34:09 +0100 |
František Kučera |
write() don't need return value
|
changeset |
files
|
Mon, 25 Dec 2017 16:15:55 +0100 |
František Kučera |
not needed in destructor: memory = nullptr;
|
changeset |
files
|
Mon, 25 Dec 2017 01:34:06 +0100 |
František Kučera |
parametric memory size
|
changeset |
files
|
Mon, 25 Dec 2017 01:27:44 +0100 |
František Kučera |
memory: rename, refactor
|
changeset |
files
|
Mon, 25 Dec 2017 00:34:27 +0100 |
František Kučera |
rename memory.h to Memory.h
|
changeset |
files
|
Mon, 25 Dec 2017 00:24:07 +0100 |
František Kučera |
wrap memory in a class
|
changeset |
files
|
Sun, 24 Dec 2017 00:47:34 +0100 |
František Kučera |
comments, formatting
|
changeset |
files
|
Sun, 24 Dec 2017 00:30:54 +0100 |
František Kučera |
license: GNU GPLv3+
|
changeset |
files
|
Sun, 24 Dec 2017 00:17:12 +0100 |
František Kučera |
move standard commands (codes) to a header file
|
changeset |
files
|
Sun, 24 Dec 2017 00:12:58 +0100 |
František Kučera |
parametric INCREMENT and DECREMENT
|
changeset |
files
|
Sun, 24 Dec 2017 00:08:55 +0100 |
František Kučera |
INCREMENT and DECREMENT in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:50:44 +0100 |
František Kučera |
GOTO_COMPARE in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:47:37 +0100 |
František Kučera |
COLOR in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:45:27 +0100 |
František Kučera |
END in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:42:46 +0100 |
František Kučera |
SLEEP in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:34:21 +0100 |
František Kučera |
GOTO in class
|
changeset |
files
|
Sat, 23 Dec 2017 23:24:51 +0100 |
František Kučera |
move memory functions to a header file + introduce Command classes
|
changeset |
files
|
Sat, 23 Dec 2017 20:13:24 +0100 |
František Kučera |
move typedefs to a header file
|
changeset |
files
|
Sat, 23 Dec 2017 17:52:32 +0100 |
František Kučera |
check memory bounds in read() and write()
|
changeset |
files
|
Sat, 23 Dec 2017 17:33:49 +0100 |
František Kučera |
index in read() and write() is in same units as memory type
|
changeset |
files
|
Fri, 22 Dec 2017 18:14:40 +0100 |
František Kučera |
comment, rename, reformat
|
changeset |
files
|
Fri, 22 Dec 2017 18:09:58 +0100 |
František Kučera |
GOTO_COMPARE
|
changeset |
files
|
Fri, 22 Dec 2017 17:15:15 +0100 |
František Kučera |
INCREMENT, DECREMENT
|
changeset |
files
|
Fri, 22 Dec 2017 16:21:10 +0100 |
František Kučera |
documentation + LED position
|
changeset |
files
|
Fri, 22 Dec 2017 16:10:56 +0100 |
František Kučera |
local variables inside switch
|
changeset |
files
|
Fri, 22 Dec 2017 00:21:29 +0100 |
František Kučera |
debug output formatting
|
changeset |
files
|
Fri, 22 Dec 2017 00:00:04 +0100 |
František Kučera |
COLOR
|
changeset |
files
|
Thu, 21 Dec 2017 21:55:26 +0100 |
František Kučera |
template / generic write() function
|
changeset |
files
|
Thu, 21 Dec 2017 21:49:15 +0100 |
František Kučera |
template / generic read() function
|
changeset |
files
|
Thu, 21 Dec 2017 18:13:35 +0100 |
František Kučera |
malloc + free
|
changeset |
files
|
Thu, 21 Dec 2017 17:52:30 +0100 |
František Kučera |
SLEEP
|
changeset |
files
|
Thu, 21 Dec 2017 17:22:55 +0100 |
František Kučera |
commands in hexadecimal
|
changeset |
files
|
Thu, 21 Dec 2017 17:18:22 +0100 |
František Kučera |
writeAddress()
|
changeset |
files
|
Thu, 21 Dec 2017 17:06:39 +0100 |
František Kučera |
GOTO
|
changeset |
files
|
Thu, 21 Dec 2017 16:18:23 +0100 |
František Kučera |
use malloc instead of an array (the memory contains sequence of various types so typed array makes no sense)
|
changeset |
files
|
Thu, 21 Dec 2017 15:17:37 +0100 |
František Kučera |
increment index in th read function
|
changeset |
files
|
Thu, 21 Dec 2017 13:30:54 +0100 |
František Kučera |
first version
|
changeset |
files
|