Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed build system to CMake | Timo Dritschler | 2014-05-27 | 1 | -270/+0 |
| | |||||
* | Added documentation to KIRO TRB Header file | Timo Dritschler | 2014-04-30 | 1 | -2/+6 |
| | |||||
* | Added new function 'kiro_trb_dma_push' that allows the user to directly | Timo Dritschler | 2014-04-28 | 1 | -2/+38 |
| | | | | | | | | write a new element into the buffers memory Changed the name of 'kiro_trb_ingest' to 'kiro_trb_adopt' Added new function 'kiro_trb_clone' that copies the pointed memory before 'adopting' it. Started to add documentation | ||||
* | Added 'kiro_trb_refresh' that refreshes all internal meta | Timo Dritschler | 2014-04-25 | 1 | -10/+25 |
| | | | | | | information based on the memory content Added 'kiro_trb_is_setup' to check if the buffer is consistent | ||||
* | Initial Commit for "KIT Infiniband Remote Objects" (KIRO) Library | Timo Dritschler | 2014-04-23 | 1 | -0/+215 |
Created KiroTrb (KIRO Transmittable Ring Buffer) class Wrote short test for KiroTrb class |