aboutsummaryrefslogtreecommitdiffstats
path: root/src/float
Commit message (Collapse)AuthorAgeFilesLines
* migrate to SPDX labels.Gravatar Gediminas Jakutis 2021-03-162-28/+4
| | | | | | | No longer using bulky text blocks to mark files as LGPL which for smaller files took up more lines than the actual code. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* remove pointless options.Gravatar Gediminas Jakutis 2019-10-241-8/+4
| | | | | | | Less maintenence burden, especially since modules start using one another, complicating build requirements otherwise. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* meson: drop automake support && add initial meson support.Gravatar Gediminas Jakutis 2017-06-142-26/+10
|
* float: fix a nasty search-and-replace error in function names.Gravatar Gediminas Jakutis 2015-03-041-6/+6
|
* float: add [integer types] -> [float types] conversion functions.Gravatar Gediminas Jakutis 2015-03-031-0/+36
| | | | | | 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.Gravatar Gediminas Jakutis 2015-03-031-6/+6
|
* Initial commit - Release 0.0.1librin-0.0.1Gravatar Gediminas Jakutis 2015-03-033-0/+303