Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: fixed example code in workflow doc | Dimitri Staessens | 2016-02-26 | 1 | -2/+2 |
| | |||||
* | doc: workflow updated for consistency | Dimitri Staessens | 2016-02-26 | 1 | -6/+2 |
| | |||||
* | doc: updated workflow and corrected all mallocs | Dimitri Staessens | 2016-02-26 | 1 | -3/+11 |
| | | | | lib/du_buff contained casted malloc's. | ||||
* | workflow: Update guidelines on use of pointers | Dimitri Staessens | 2016-02-26 | 1 | -0/+8 |
| | | | | | the void * returned by malloc should not be explicitly cast when checking pointers for validity, only use (ptr == NULL) | ||||
* | doc: Remove trailing whitespaces | Sander Vrijders | 2016-02-11 | 1 | -2/+1 |
| | | | | | Removes some trailing whitespace from the documentation. My editor was setup incorrectly (new laptop). | ||||
* | doc: Initial workflow document | Sander Vrijders | 2016-02-11 | 1 | -0/+118 |
This adds the initial workflow document that contains the guidelines on how to contribute to the Ouroboros prototype. |