[riot-commits] [RIOT-OS/RIOT] e78319: sys/bloom: pass bitfield to bloom instead of alloc...
Cenk Gündoğan
cnkgndgn at gmail.com
Thu Oct 8 16:35:28 CEST 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: e783191b2e15f3f6b3437233ef88cfb01eec3435
https://github.com/RIOT-OS/RIOT/commit/e783191b2e15f3f6b3437233ef88cfb01eec3435
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
M sys/bloom/bloom.c
M sys/include/bloom.h
Log Message:
-----------
sys/bloom: pass bitfield to bloom instead of allocating memory
Commit: 4b405b96808045f9134b76b08024c3fd685713ee
https://github.com/RIOT-OS/RIOT/commit/4b405b96808045f9134b76b08024c3fd685713ee
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
M tests/unittests/tests-bloom/tests-bloom.c
Log Message:
-----------
unittests/tests-bloom: use static memory for bloom
Commit: 13229a6b337c5b176cbb5bf426a9d7def2f140d3
https://github.com/RIOT-OS/RIOT/commit/13229a6b337c5b176cbb5bf426a9d7def2f140d3
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
M tests/bloom_bytes/main.c
Log Message:
-----------
tests/bloom_bytes: adjust test to use static buffer for bloom
Commit: bc44c44dcee9dbbf7dddfb10fbc548923c483417
https://github.com/RIOT-OS/RIOT/commit/bc44c44dcee9dbbf7dddfb10fbc548923c483417
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
M tests/bloom_bytes/Makefile
Log Message:
-----------
tests/bloom_bytes: add boards to insufficient memory
Commit: bcb0d54028bb3526078260caebf59695b22567d3
https://github.com/RIOT-OS/RIOT/commit/bcb0d54028bb3526078260caebf59695b22567d3
Author: Cenk Gündoğan <cnkgndgn at gmail.com>
Date: 2015-10-08 (Thu, 08 Oct 2015)
Changed paths:
M sys/bloom/bloom.c
M sys/include/bloom.h
M tests/bloom_bytes/Makefile
M tests/bloom_bytes/main.c
M tests/unittests/tests-bloom/tests-bloom.c
Log Message:
-----------
Merge pull request #3758 from cgundogan/pr/bloom/static
sys/bloom: Pass buffer to bloom instead of using m/calloc
Compare: https://github.com/RIOT-OS/RIOT/compare/bd82feab32b4...bcb0d54028bb
More information about the commits
mailing list