Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: barrust/c-utils

Tags

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ba_check_and_set_bit (#54)

* add bit array check and set
* update changelog

v0.2.4

Toggle v0.2.4's commit message
add CHANGELOG.md

v0.2.3

Toggle v0.2.3's commit message
additional badges

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/testing (#35)

* add basis for minunit.h
* add license and author information to c files
* update readme

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Graph OpenMP support (#33)

* first portion of openmp support - critical sections
* atomic increment and decrements
* add ability to run test with openmp turned on
* fix makefile and micro optimizations for stringlib
* reduce scope of variable
* larger test range for the timing

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/graphs (#28)

* first cut; not complete

* fix the test template

* additional graph functionality and tests

* add the graph test to ci

* more tests

* add iterate over verticies macro

* add iterators and test them; add pointers to out edges for each vertex for easier traversal

* valgrind fixes

* update naming convention; document funtions

* update readme and docs

* fix the need for success and failure macros

* add some graph examples; a few more functions

* add tests for updating metadata

* add a few additional edge case tests

* typo

v0.1.0

Toggle v0.1.0's commit message
ensure same order of items from list dir