Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Makefile: Change default CPP/CFLAGS | Jari Vetoniemi | 2019-02-24 |
| | | | | | | | -D_FORTIFY_SOURCE=2 and -O2 enables some useful diagnosis. Move WARNINGS into CFLAGS ?= assignment, as they are compiler specific. The default compilation flags assumes gcc, but can easily be changed by overriding CFLAGS and CPPFLAGS. | ||
* | Add memview.c | Jari Vetoniemi | 2018-10-22 |
| | |||
* | Nicer makefile | Jari Vetoniemi | 2018-10-21 |
| | |||
* | Refactor io utils, add *-address-rw tools | Jari Vetoniemi | 2018-10-21 |
| | | | | | | | Namespace io_ stuff into mem_io_ to be less likely to collision with anything else. Add io-stream utility for working with streams instead of direct buffers. Add address-rw tools for simple memory read/write, where regions aren't needed. | ||
* | Refactor project, offer uio variant of region-rw | Jari Vetoniemi | 2018-10-19 |
| | |||
* | Add some tools | Jari Vetoniemi | 2018-10-18 |
| | |||
* | Remove cruft from makefile | Jari Vetoniemi | 2018-10-18 |
| | |||
* | Initial commit | Jari Vetoniemi | 2018-10-18 |