- 27 Jun, 2018 1 commit
-
-
Vladimír Čunát authored
-
- 01 Sep, 2017 1 commit
-
-
Vladimír Čunát authored
-
- 08 Nov, 2016 1 commit
-
-
Vladimír Čunát authored
It causes lots of line changes, but it would be confusing to keep the current state over long term.
-
- 22 Oct, 2015 1 commit
-
-
Marek Vavruša authored
-
- 19 Oct, 2015 1 commit
-
-
Marek Vavruša authored
-
- 28 Sep, 2015 1 commit
-
-
Marek Vavruša authored
-
- 03 Jul, 2015 1 commit
-
-
Marek Vavruša authored
-
- 07 Jun, 2015 1 commit
-
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
- 27 May, 2015 1 commit
-
-
Marek Vavruša authored
this prepares cache/txn structures to hold API as well, so we can get rid of the global api
-
- 18 May, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
this allows for continuation of a function in the background, a good use case for this is loading of chunks of data or I/O
-
- 07 May, 2015 1 commit
-
-
Marek Vavruša authored
-
- 06 May, 2015 1 commit
-
-
Marek Vavruša authored
module api can now store userdata, e.g. owner
-
- 22 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 19 Apr, 2015 2 commits
-
-
Marek Vavruša authored
-
Marek Vavruša authored
if the module declares such properties, they can be accessed by treating module as a table, e.g. hints[‘localhost’] = ‘127.0.0.1’ hints.hostname = ‘192.168.1.1. print(hints.localhost) equals to: hints.set(‘localhost 127.0.0.1’) hints.set(‘hostname 192.168.1.1’) print(hints.get(‘localhost’))
-
- 14 Apr, 2015 1 commit
-
-
Marek Vavruša authored
-
- 12 Apr, 2015 2 commits
-
-
Marek Vavruša authored
extracted part about writing layers to lib documentation
-
Marek Vavruša authored
-
- 27 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-
- 21 Mar, 2015 1 commit
-
-
Marek Vavruša authored
-