Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utils examples #20

Merged
merged 12 commits into from
Dec 22, 2019
Merged

Utils examples #20

merged 12 commits into from
Dec 22, 2019

Conversation

barrust
Copy link
Owner

@barrust barrust commented Dec 22, 2019

  • add examples of each utility library
  • Minor changes to stringlib
    • Added s_append_alt that takes a pointer to a pointer to the string to append to; allowing for realloc to return the pointer.
  • Minor change to bitarray - rename ba_reset_bitarray to ba_reset
  • Update Makefile
  • Update Readme

@codecov-io
Copy link

codecov-io commented Dec 22, 2019

Codecov Report

Merging #20 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage    95.3%   95.32%   +0.01%     
==========================================
  Files           4        4              
  Lines         809      812       +3     
==========================================
+ Hits          771      774       +3     
  Misses         38       38
Impacted Files Coverage Δ
src/timing.h 100% <ø> (ø) ⬆️
src/bitarray.c 100% <100%> (ø) ⬆️
src/stringlib.c 99.33% <100%> (ø) ⬆️

@barrust barrust merged commit bd696d9 into master Dec 22, 2019
@barrust barrust mentioned this pull request Dec 22, 2019
@barrust barrust deleted the utils-examples branch December 22, 2019 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants