summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* include: Add logging infrastructureSander Vrijders2016-02-127-6/+134
| | | | | | Adds the logging infrastructure to the prototype. 2 helper scripts are also provided to compile the prototype in either release or debug mode. In debug mode debugging logs are printed.
* Merged in dstaesse/ouroboros/be (pull request #1)Sander Vrijders2016-02-122-59/+5
|\ | | | | | | Added CONTRIBUTORS file
| * Capitalized names in CONTRIBUTORSDimitri Staessens2016-02-121-2/+5
| |
| * Merge branch 'be' of bitbucket.org:ouroboros-rina/ouroboros into beDimitri Staessens2016-02-1120-0/+280
| |\
| * | Fixed the LICENSE fileDimitri Staessens2016-02-111-59/+0
| | | | | | | | | | | | Removed the discussion on how people can use the file.
| * | Added CONTRIBUTORS fileDimitri Staessens2016-02-111-0/+2
| | |
* | | Fix package conf fileSander Vrijders2016-02-121-1/+1
| |/ |/| | | | | | | The package conf file contained a reference to the wrong /lib directory.
* | Initial build infrastructureSander Vrijders2016-02-1120-0/+280
|/ | | | | Contains the initial build infrastructure. Cmake was chosen for portability reasons.
* doc: Remove trailing whitespacesSander Vrijders2016-02-112-8/+6
| | | | | Removes some trailing whitespace from the documentation. My editor was setup incorrectly (new laptop).
* Add GPLv2 licenseSander Vrijders2016-02-111-0/+339
| | | | This adds the GPL version 2 license to the repository.
* doc: Initial high-level architectureSander Vrijders2016-02-112-0/+329
| | | | | This adds the initial high-level architecture (HLA) document. It outlines the design decisions taken for the Ouroboros prototype.
* doc: Initial workflow documentSander Vrijders2016-02-111-0/+118
This adds the initial workflow document that contains the guidelines on how to contribute to the Ouroboros prototype.