Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | meson: make it possible to build tests. | 2017-06-16 | 3 | -75/+13 | ||
| | | ||||||
| * | meson: adjust project's C dialect. | 2017-06-15 | 1 | -1/+1 | ||
| | | ||||||
| * | meson: drop automake support && add initial meson support. | 2017-06-14 | 15 | -194/+85 | ||
| | | ||||||
* | | autoconf: remove useless dummy.c and related workarounds. | 2017-06-14 | 3 | -4/+4 | ||
|/ | ||||||
* | gpio: fix some names to reflect reality. | 2016-12-09 | 2 | -4/+4 | ||
| | ||||||
* | gpio: implement even more features. | 2016-12-09 | 2 | -7/+49 | ||
| | ||||||
* | gpio: implement some more features. | 2016-11-10 | 3 | -2/+68 | ||
| | ||||||
* | definitions: add a run-once construct macro. | 2016-11-04 | 1 | -0/+9 | ||
| | ||||||
* | gpio: add initial implementation. | 2016-10-31 | 6 | -5/+287 | ||
| | ||||||
* | diagnostic: fix a nasty forgotten semicolon problem in the header. | 2015-04-23 | 1 | -1/+1 | ||
| | ||||||
* | float: add array-like accessors to the vec types. | 2015-03-04 | 1 | -0/+6 | ||
| | ||||||
* | float: fix a nasty search-and-replace error in function names. | 2015-03-04 | 2 | -12/+12 | ||
| | ||||||
* | Release 0.0.2librin-0.0.2 | 2015-03-03 | 1 | -1/+1 | ||
| | ||||||
* | include: add definitions.h | 2015-03-03 | 2 | -0/+33 | ||
| | ||||||
* | float: add [integer types] -> [float types] conversion functions. | 2015-03-03 | 2 | -1/+40 | ||
| | | | | | | These were forgotten previously and only [float types] -> [integer types] functions were present. This commit adds the missing "reverse" functions. | |||||
* | float: Move everything under the "rin_" namespace. | 2015-03-03 | 3 | -23/+22 | ||
| | ||||||
* | Initial commit - Release 0.0.1librin-0.0.1 | 2015-03-03 | 30 | -0/+1804 | ||