2018-03-04 |
František Kučera |
use alias declaration instead of a typedef
default tip
|
changeset |
files
|
2017-12-28 |
František Kučera |
do not pass by reference arguments of small types
|
changeset |
files
|
2017-12-27 |
František Kučera |
write() don't need return value
|
changeset |
files
|
2017-12-25 |
František Kučera |
not needed in destructor: memory = nullptr;
|
changeset |
files
|
2017-12-25 |
František Kučera |
parametric memory size
|
changeset |
files
|
2017-12-25 |
František Kučera |
memory: rename, refactor
|
changeset |
files
|
2017-12-24 |
František Kučera |
rename memory.h to Memory.h
|
changeset |
files
|
2017-12-24 |
František Kučera |
wrap memory in a class
|
changeset |
files
|
2017-12-23 |
František Kučera |
comments, formatting
|
changeset |
files
|
2017-12-23 |
František Kučera |
license: GNU GPLv3+
|
changeset |
files
|
2017-12-23 |
František Kučera |
move standard commands (codes) to a header file
|
changeset |
files
|
2017-12-23 |
František Kučera |
parametric INCREMENT and DECREMENT
|
changeset |
files
|
2017-12-23 |
František Kučera |
INCREMENT and DECREMENT in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
GOTO_COMPARE in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
COLOR in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
END in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
SLEEP in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
GOTO in class
|
changeset |
files
|
2017-12-23 |
František Kučera |
move memory functions to a header file + introduce Command classes
|
changeset |
files
|
2017-12-23 |
František Kučera |
move typedefs to a header file
|
changeset |
files
|
2017-12-23 |
František Kučera |
check memory bounds in read() and write()
|
changeset |
files
|
2017-12-23 |
František Kučera |
index in read() and write() is in same units as memory type
|
changeset |
files
|
2017-12-22 |
František Kučera |
comment, rename, reformat
|
changeset |
files
|
2017-12-22 |
František Kučera |
GOTO_COMPARE
|
changeset |
files
|
2017-12-22 |
František Kučera |
INCREMENT, DECREMENT
|
changeset |
files
|
2017-12-22 |
František Kučera |
documentation + LED position
|
changeset |
files
|
2017-12-22 |
František Kučera |
local variables inside switch
|
changeset |
files
|
2017-12-21 |
František Kučera |
debug output formatting
|
changeset |
files
|
2017-12-21 |
František Kučera |
COLOR
|
changeset |
files
|
2017-12-21 |
František Kučera |
template / generic write() function
|
changeset |
files
|
2017-12-21 |
František Kučera |
template / generic read() function
|
changeset |
files
|
2017-12-21 |
František Kučera |
malloc + free
|
changeset |
files
|
2017-12-21 |
František Kučera |
SLEEP
|
changeset |
files
|
2017-12-21 |
František Kučera |
commands in hexadecimal
|
changeset |
files
|
2017-12-21 |
František Kučera |
writeAddress()
|
changeset |
files
|
2017-12-21 |
František Kučera |
GOTO
|
changeset |
files
|
2017-12-21 |
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
|
2017-12-21 |
František Kučera |
increment index in th read function
|
changeset |
files
|
2017-12-21 |
František Kučera |
first version
|
changeset |
files
|