Skip to content

bfdev v1.0.2

Compare
Choose a tag to compare
@sanpeqf sanpeqf released this 27 Mar 01:23
· 197 commits to devel since this release
v1.0.2
5445196

What's Changed

  • feat container: added container_of_const function by @JohnSanpe in #520
  • feat types: added compare const values by @JohnSanpe in #514
  • refactor btree: added initial typedef by @JohnSanpe in #521
  • build cmake: added initial code coverage test by @JohnSanpe in #522
  • perf mpi: optimize mpi and dworld logic by @JohnSanpe in #523
  • feat cache: improved simple example by @JohnSanpe in #524
  • refactor rbtree: added operations typedef by @JohnSanpe in #525
  • fixup skiplist: fixed internal API style issue by @JohnSanpe in #526
  • Feat prandom by @JohnSanpe in #527
  • refactor bfdev: unified code style by @JohnSanpe in #528
  • refactor bfdev: unified code style by @JohnSanpe in #529
  • fixup bitwalk: fixed find prev bit issue by @JohnSanpe in #530
  • feat radix: added initial iterator by @JohnSanpe in #531
  • feat types: added release private data by @JohnSanpe in #532
  • perf mpi: optimizing commutative law by @JohnSanpe in #533
  • Perf bitops by @JohnSanpe in #534
  • fixup bfdev: fixed series of style issues by @JohnSanpe in #535
  • fixup fifo: fixed recsize function issue by @JohnSanpe in #536
  • fixup levenshtein: fixed fast delete calculate by @JohnSanpe in #537
  • fixup gencrc: optimize output table style by @JohnSanpe in #538
  • fixup rbtree: fixed find last function by @JohnSanpe in #539
  • feat respool: used types generic callback by @JohnSanpe in #540
  • docs fsm: added api comments by @JohnSanpe in #541
  • ci github: update actions/checkout version by @JohnSanpe in #542
  • ci github: limit actions checkout fetch depth by @JohnSanpe in #543
  • feat mpi: added fibonacci example time statistical by @JohnSanpe in #544
  • perf matrix: using array to store value to improve reuse rate by @JohnSanpe in #545
  • perf mpi: allow users to directly access array by @JohnSanpe in #546
  • fixup matrix: added constant modifier for allocator by @JohnSanpe in #547
  • create dependabot.yml by @sirinux in #548
  • fixup respool: remove resource name by @JohnSanpe in #549
  • build cmake: added include dirs property by @JohnSanpe in #550
  • build params: independent sanitize parameter by @JohnSanpe in #551
  • feat allocator: added port compatibility layer by @JohnSanpe in #552
  • fixup notifier: unified code style by @JohnSanpe in #553
  • fixup bfdev: fixed series of style issues by @JohnSanpe in #554
  • docs readme: update caution information by @JohnSanpe in #555
  • docs readme: update components manual by @JohnSanpe in #556

New Contributors

Full Changelog: v1.0.1...v1.0.2