summaryrefslogtreecommitdiffstats
path: root/src/defs.h
Commit message (Collapse)AuthorAgeFilesLines
* now with configurable data size!Gravatar Gediminas Jakutis 2021-02-151-1/+20
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* now with generating lists!Gravatar Gediminas Jakutis 2021-02-151-5/+16
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* continue the overhaul.Gravatar Gediminas Jakutis 2021-02-111-4/+11
| | | | | | we can finally create a basic array input data file too! Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* A major overhaul of the whole thing.Gravatar Gediminas Jakutis 2021-02-091-11/+21
| | | | | | | | | | It has come to my attention that previously, the project was built on top of some *very* incorrect assumptions. This patch mostly addresses that. And while it does NOT leave the project in otherwise working state, it does weed out most, if not all, of effects of previously incorrect assumptions, so it can be built the right way from here on forth. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* cache I/O implementation and fixes.Gravatar Gediminas Jakutis 2020-03-271-4/+5
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* we print error messages now, bois.Gravatar Gediminas Jakutis 2020-03-191-1/+4
|
* bolt on data generation, kind of.Gravatar Gediminas Jakutis 2020-03-101-5/+27
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* begin macrofy error testing.Gravatar Gediminas Jakutis 2020-03-021-0/+11
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* implement get/put wrappers.Gravatar Gediminas Jakutis 2020-03-021-2/+2
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* implement reading from dev-you-random for datagen.Gravatar Gediminas Jakutis 2020-02-251-0/+46
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>