Skip to content

Commit

Permalink
Added version history
Browse files Browse the repository at this point in the history
  • Loading branch information
DanEngelbrecht committed Apr 29, 2019
1 parent 3a4a6b5 commit a96fb09
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@
Super simple work scheduler
Builds with MSVC, Clang and GCC, header only, C99 compliant, MIT license.

## Version history

### Version v0.2 29/4 2019

**Pre-release 2**

#### Fixes

- Internal cleanups
- Fixed warnings and removed clang warning suppressions
- `-Wno-sign-conversion`
- `-Wno-unused-macros`
- `-Wno-c++98-compat`
- `-Wno-implicit-fallthrough`
- Made it compile cleanly with clang++ on Windows

### Version v0.1 26/4 2019

**Pre-release 1**

## Features
- Generic tasks scheduling with dependecies between tasks
- Each task has zero or many dependecies (as defined by user)
Expand Down
20 changes: 20 additions & 0 deletions src/bikeshed.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ Lock free hierarchical work scheduler, builds with MSVC, Clang and GCC, header o
See github for latest version: https://github.com/DanEngelbrecht/bikeshed
## Version history
### Version v0.2 29/4 2019
**Pre-release 2**
#### Fixes
- Internal cleanups
- Fixed warnings and removed clang warning suppressions
- `-Wno-sign-conversion`
- `-Wno-unused-macros`
- `-Wno-c++98-compat`
- `-Wno-implicit-fallthrough`
- Made it compile cleanly with clang++ on Windows
### Version v0.1 26/4 2019
**Pre-release 1**
## Usage
In *ONE* source file, put:
Expand Down

0 comments on commit a96fb09

Please sign in to comment.