Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc: Doxygen tweaks: fixed some typos and minor errors | Katerina Barone-Adesi | 2013-02-15 | 1 | -1/+1 |
| | | | | | Doxygen generates quite a lot of warnings on libosmocore. Some of them are obvious typos - this patch aims to fix such low-hanging fruit. | ||||
* | core/crc: Fix the 64 bits implementation | Sylvain Munaut | 2013-02-01 | 1 | -2/+2 |
| | | | | | | | We used 1ULL at one place and not the other ... at the same time, we now use (uintXX_t) so that the proper type is used each time. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | core: Add generic CRC functions (templates expended to 8 16 32 64 bits) | Sylvain Munaut | 2011-09-16 | 1 | -0/+120 |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |