Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time: add a generalized time comparison function. | 2019-06-19 | 5 | -0/+32 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | add a .gitignore file. | 2019-06-19 | 1 | -0/+2 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | tests: silene a compiler warning.librin-0.0.4 | 2019-05-21 | 1 | -0/+1 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | uuid: new module. | 2019-05-21 | 7 | -2/+158 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | tests: fix faulty include guards. | 2019-05-21 | 2 | -6/+6 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | gpio: removed due to being useless. | 2019-03-31 | 13 | -471/+4 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | meson: generate and install a pkg-config file. | 2019-03-31 | 1 | -0/+4 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: fix nonequal operator. | 2017-11-09 | 1 | -1/+1 | |
| | |||||
* | tests: time: fix incorrect test data. | 2017-11-09 | 1 | -1/+1 | |
| | |||||
* | time: fix normalization. | 2017-11-09 | 1 | -4/+4 | |
| | |||||
* | time: fix header installation. | 2017-11-09 | 1 | -0/+1 | |
| | |||||
* | tests: add tests for time functions. | 2017-11-09 | 6 | -2/+305 | |
| | |||||
* | time: initial implementation. | 2017-11-09 | 6 | -1/+192 | |
| | |||||
* | tests: update license years; fix a trailing whitespace. | 2017-11-08 | 11 | -12/+12 | |
| | |||||
* | tests: split test and let meson handle them. | 2017-11-08 | 13 | -48/+158 | |
| | |||||
* | Release 0.0.3librin-0.0.3 | 2017-06-16 | 1 | -1/+1 | |
| | |||||
* | Remove useless aux files, add a proper LICENSE file. | 2017-06-16 | 3 | -7/+17 | |
| | |||||
* | meson: set the default build type to release instead of debug. | 2017-06-16 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'meson' | 2017-06-16 | 17 | -270/+99 | |
|\ | |||||
| * | meson: update installation instructions. | 2017-06-16 | 1 | -4/+4 | |
| | | |||||
| * | 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 | |