Skip to content

Commit

Permalink
Version history for pre-release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed May 18, 2019
1 parent 5518176 commit 6fb4a23
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,29 @@ See design blogs at: https://danengelbrecht.github.io

## Version history

### Version v0.4 18/5 2019

**Pre-release 4**

### API changes
- Bikeshed_AddDependencies to take array of parent task task_ids
- Bikeshed_ReadyCallback now gets called per channel range

### API additions
- Bikeshed_FreeTasks
- BIKESHED_L1CACHE_SIZE to control ready head alignement - no padding/alignement added by default
- BIKESHED_CPU_YIELD to control yielding in high-contention scenarios

### Fixes
- Added default (non-atomic) implementations for helper for unsupported platforms/compilers
- Codacy analisys and badge
- More input validation on public apis when BIKESHED_ASSERTS is enabled
- Batch allocation of task indexes
- Batch allocation of dependency indexes
- Batch free of task indexes
- Batch free of dependency indexes
- Fixed broken channel range detection when resolving dependencies

### Version v0.3 1/5 2019

**Pre-release 3**
Expand Down
23 changes: 23 additions & 0 deletions src/bikeshed.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,29 @@ See design blogs at: https:/danengelbrecht.github.io
## Version history
### Version v0.4 18/5 2019
**Pre-release 4**
### API changes
- Bikeshed_AddDependencies to take array of parent task task_ids
- Bikeshed_ReadyCallback now gets called per channel range
### API additions
- Bikeshed_FreeTasks
- BIKESHED_L1CACHE_SIZE to control ready head alignement - no padding/alignement added by default
- BIKESHED_CPU_YIELD to control yielding in high-contention scenarios
### Fixes
- Added default (non-atomic) implementations for helper for unsupported platforms/compilers
- Codacy analisys and badge
- More input validation on public apis when BIKESHED_ASSERTS is enabled
- Batch allocation of task indexes
- Batch allocation of dependency indexes
- Batch free of task indexes
- Batch free of dependency indexes
- Fixed broken channel range detection when resolving dependencies
### Version v0.3 1/5 2019
**Pre-release 3**
Expand Down

0 comments on commit 6fb4a23

Please sign in to comment.