| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The high level architecture and workflow document were severely
outdated. This removes the HLA document, as a paper will soon be
written and updates the workflow document to reflect the current
situation.
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
|
| |
|
| |
|
|
|
|
| |
lib/du_buff contained casted malloc's.
|
|
|
|
|
| |
the void * returned by malloc should not be explicitly cast
when checking pointers for validity, only use (ptr == NULL)
|
|
|
|
|
| |
Removes some trailing whitespace from the documentation. My editor was
setup incorrectly (new laptop).
|
|
This adds the initial workflow document that contains the guidelines
on how to contribute to the Ouroboros prototype.
|