aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* uhd: renamed the vrt header to vrt_if_packet headerJosh Blum2010-07-051-2/+2
|
* uhd: moved convert routines into implementation header file (out of python ↵Josh Blum2010-06-281-0/+10
| | | | gen file)
* uhd: implemented complex float <-> item32 conversion with sse2Josh Blum2010-06-281-0/+10
|
* Replaced convert types with generated convert types that handles more cases.Josh Blum2010-06-081-1/+5
| | | | Added unit test for generated converter.
* Implemented pirate thread, moved io impl details into io impl cpp file. ↵Josh Blum2010-06-011-1/+0
| | | | Fixed bug in bounded buffer push with pop on full.
* Moved the packet handler state stuff into a separate header (so we dont pull ↵Josh Blum2010-06-011-0/+1
| | | | | | in all the includes). Use callback for getting buffers rather than zc interface pointer so its more modular.
* Made a phony zero-copy interface for those interfaces that are actual ↵Josh Blum2010-05-281-0/+1
| | | | | | copy-interfaces. Using interface in the udp asio transport.
* Created config macro to force inline.Josh Blum2010-05-171-0/+1
|
* moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-061-0/+52