summaryrefslogtreecommitdiffstats
path: root/src/bitvec.c
Commit message (Expand)AuthorAgeFilesLines
* bitvec/bitval2mask(): cosmetic: get rid of temporary int variableVadim Yanitskiy2019-07-181-11/+4
* bitvec: correct comment in bitvec_allocAlexander Couzens2019-06-171-1/+1
* Don't call abort() directly, always use osmo_panic()Harald Welte2018-06-281-1/+2
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* Simplify bitvec_write_field()Max2017-10-241-9/+7
* Replace bitvec_set_uint() with bitvec_set_u64()Max2017-10-241-9/+26
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-6/+11
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-30/+30
* update/extend doxygen documentationHarald Welte2017-06-121-3/+2
* Add function to get uninterrupted bit runPravin Kumarvel2017-01-061-0/+45
* bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther2016-07-161-2/+2
* Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2016-06-271-1/+1
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-11/+40
* Add function to add bits from array to bitvecMax2016-03-171-0/+40
* bitvec: Untested speculative UBAN fix for the new routineHolger Hans Peter Freyther2016-02-181-1/+1
* Expand bitvec interfaceMax2016-02-181-5/+129
* bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2016-01-301-9/+9
* Add doxygen comments to clarify function useMax2016-01-301-1/+14
* bitvec: Fix build on older gccHolger Hans Peter Freyther2016-01-271-1/+3
* Add bitvec-related functions from Osmo-PCUMax2016-01-261-0/+95
* bitvec: Fix interface to consistently use unsigned intMax2016-01-221-7/+7
* bitvec: Add get/set byte sequencesJacob Erlbeck2016-01-151-0/+75
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-11/+42
* bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso2011-03-281-0/+14
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-1/+1
* bitvec: Fix decoding of H / L valuesAndreas.Eversberg2010-10-241-1/+1
* Added some "get"-functions to bitvec of libosmocore.Andreas.Eversberg2010-05-191-0/+49
* mark some occasions of bitvec as 'const' as appropriateHarald Welte2010-03-061-2/+2
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+170