Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | diagnostic: remove obsolete definitions. | 2019-11-14 | 1 | -11/+0 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: use format strings instead. | 2019-11-12 | 1 | -1/+1 | |
| | | | | | | flags are now dropped in place of per-stream format strings. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: implement printing function's name. | 2019-10-24 | 2 | -6/+13 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: print time since program start instead. | 2019-10-24 | 2 | -0/+11 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | definitions: fix an idiot error. | 2019-10-08 | 1 | -2/+0 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: tag functions as printf-style. | 2019-10-08 | 2 | -4/+15 | |
| | | | | | | | This allows the compiler to check the format string and give warnings accordingly. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | fix copyright years everywhere. | 2019-10-03 | 4 | -4/+4 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | compat: move the gettid macro to compat.h. | 2019-10-03 | 2 | -0/+42 | |
| | | | | | | New header, meant for various compatibility definitions and such. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: allow setting output stream(s). | 2019-10-03 | 1 | -0/+10 | |
| | | | | | | | Added a function to allow changing a channel's output stream. This also makes it possible to direct output to a file. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostic: align definition values. | 2019-10-03 | 1 | -3/+3 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | diagnostics: add more prefixes. | 2019-10-01 | 1 | -0/+11 | |
| | | | | | | This also starts preparations for overhaul of this subsystem. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: fix copyright years ...again. | 2019-10-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add benchmarking capabilities. | 2019-09-30 | 1 | -0/+14 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add timeval versions. | 2019-08-12 | 1 | -1/+11 | |
| | | | | | | | We now got functions to operate on both struct timespec and struct timeval. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | definitions: add likely/unlikely branch macros. | 2019-06-21 | 1 | -0/+17 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: add a generalized time comparison function. | 2019-06-19 | 1 | -0/+1 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | uuid: new module. | 2019-05-21 | 1 | -0/+29 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | gpio: removed due to being useless. | 2019-03-31 | 2 | -57/+0 | |
| | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt> | ||||
* | time: fix header installation. | 2017-11-09 | 1 | -0/+1 | |
| | |||||
* | time: initial implementation. | 2017-11-09 | 1 | -0/+36 | |
| | |||||
* | meson: drop automake support && add initial meson support. | 2017-06-14 | 1 | -0/+9 | |
| | |||||
* | gpio: fix some names to reflect reality. | 2016-12-09 | 1 | -2/+2 | |
| | |||||
* | gpio: implement even more features. | 2016-12-09 | 1 | -1/+4 | |
| | |||||
* | gpio: implement some more features. | 2016-11-10 | 1 | -0/+16 | |
| | |||||
* | definitions: add a run-once construct macro. | 2016-11-04 | 1 | -0/+9 | |
| | |||||
* | gpio: add initial implementation. | 2016-10-31 | 1 | -0/+37 | |
| | |||||
* | 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 | 1 | -6/+6 | |
| | |||||
* | include: add definitions.h | 2015-03-03 | 1 | -0/+32 | |
| | |||||
* | float: add [integer types] -> [float types] conversion functions. | 2015-03-03 | 1 | -1/+4 | |
| | | | | | | 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 | 2 | -17/+16 | |
| | |||||
* | Initial commit - Release 0.0.1librin-0.0.1 | 2015-03-03 | 3 | -0/+252 | |