summaryrefslogtreecommitdiffstats
path: root/src/bits.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* [doc] bits.c: Better / more Doxygen documentationHarald Welte2017-10-161-0/+5
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-5/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-13/+13
* update/extend doxygen documentationHarald Welte2017-06-121-3/+2
* Add octet-aligned/unaligned shift functionsMax2016-06-201-0/+48
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-0/+1
* Add ubit <-> sbit convertorsMax2016-04-121-0/+24
* bitvec: Fix unaligned memory access in osmo_revbytebits_bufMax2016-01-221-2/+1
* add missing copyright statements to source code filesHarald Welte2014-09-111-0/+21
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-2/+2
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-2/+28
* core/bits: Prevent osmo_revbytebits_buf stack trashingSylvain Munaut2013-01-031-1/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* add functions for bit-reversalHarald Welte2011-09-011-0/+57
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-6/+39
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-221-1/+1
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-211-0/+33
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-191-0/+65