summaryrefslogtreecommitdiffstats
path: root/src/kiro-sb.c
Commit message (Collapse)AuthorAgeFilesLines
* Pushed to version 1.3.0HEADmasterTimo Dritschler2015-06-161-9/+15
| | | | | Highlights: - KiroSb: Added kiro_sb_get_dma_pointer interface
* Fixed a bug in KiroSbTimo Dritschler2015-04-151-3/+3
| | | | | Removed a debugging statement which was causing the KiroSb to sync permanently Added gi.introspection annotations to some of the KiroSb documentation
* Made all in-source documentation Gtk-Doc conformantTimo Dritschler2015-04-101-11/+0
|
* Fixed an issue in kiro_sb_push and kiro_sb_push_dmaTimo Dritschler2015-03-301-2/+2
|
* Added new optional address and port paramters to kiro_sb_serveTimo Dritschler2015-03-301-3/+5
|
* Added kiro_sb_get_data_blocking interfaceTimo Dritschler2015-03-091-10/+39
|
* Finished implementation of KiroSyncBuffer classTimo Dritschler2015-03-091-23/+148
|
* Added new "Kiro Sync Buffer" (KiroSb) class.Timo Dritschler2015-03-091-0/+243
Added first prototype implementation of KiroSb Fixed some typos