Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed spelling errors, mostly in documentation | Derek Kozel | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | uhd: made all bounded_buffer methods forced inline | Josh Blum | 2011-06-14 | 1 | -7/+7 |
| | |||||
* | uhd: tweaks to bounded buffer | Josh Blum | 2011-02-10 | 1 | -2/+13 |
| | | | | | | | Added push with haste. Call with haste first in the wait methods to avoid time compare/wait when not needed. Added new calls to the libusb and udp zero copy impls tests pass | ||||
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 1 | -17/+26 |
| | | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function. | ||||
* | udp: simplfy zero copy asio overhead with less shared_from_this, and timed ↵ | Josh Blum | 2011-02-05 | 1 | -1/+8 |
| | | | | waits when not needed | ||||
* | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 1 | -8/+4 |
| | | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff | ||||
* | uhd: moved header file implementation code into ipp files | Josh Blum | 2010-07-05 | 1 | -72/+14 |
| | | | | byteswap, bounded_buffer, and alignment_buffer | ||||
* | uhd: added clear capability to alignment buffer (fixes case when next seq is ↵ | Josh Blum | 2010-07-05 | 1 | -0/+10 |
| | | | | less than prev) | ||||
* | Implemented pirate thread, moved io impl details into io impl cpp file. ↵ | Josh Blum | 2010-06-01 | 1 | -0/+4 |
| | | | | Fixed bug in bounded buffer push with pop on full. | ||||
* | work on alignment buffer, got unit test working | Josh Blum | 2010-05-28 | 1 | -10/+6 |
| | |||||
* | work on bounded and alignment buffer with unit testing | Josh Blum | 2010-05-28 | 1 | -24/+29 |
| | |||||
* | work on buffers for recv | Josh Blum | 2010-05-28 | 1 | -0/+141 |