Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -28/+28 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -149/+120 |
| | |||||
* | vita: changed CHDR format to use bytes | Josh Blum | 2013-09-04 | 1 | -11/+14 |
| | |||||
* | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 1 | -14/+126 |
| | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API. | ||||
* | dsp rework: fix for vita occ trailer packing | Josh Blum | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -0/+0 |
| | |||||
* | uhd: added trailer parsing for occupancy | Josh Blum | 2011-11-03 | 1 | -17/+34 |
| | |||||
* | uhd: supper packet handler support squashed | Josh Blum | 2011-06-14 | 1 | -13/+31 |
| | |||||
* | uhd: picked some minor changes from super packet handler | Josh Blum | 2011-05-20 | 1 | -0/+1 |
| | |||||
* | uhd: switch vita unpacker over to using proper vita length | Josh Blum | 2011-04-27 | 1 | -6/+0 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -3/+3 |
| | |||||
* | uhd: misc speedups w/ look up tables | Josh Blum | 2011-02-10 | 1 | -1/+2 |
| | | | | | | | use a look up table for io type size (in the case its used in the fast-path) move the static const pred table in vrt unpacker to the global level, for some reason this was incurring a malloc (perhaps because there were 2 tables). | ||||
* | uhd: removed instances of shared_from_this() in transports | Josh Blum | 2011-02-05 | 1 | -0/+0 |
| | | | | | | Its known to be slow and using sptrs of large objects. This should be a slight performance improvement for libusb and usrp_e100_mmap implementation. | ||||
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | uhd: various performance tweaks | Josh Blum | 2011-02-04 | 1 | -18/+31 |
| | |||||
* | usrp2: remove mb intervention on outgoing packets | Josh Blum | 2010-07-15 | 1 | -0/+6 |
| | |||||
* | uhd: added error codes to rx metadata, switched examples to use | Josh Blum | 2010-07-09 | 1 | -2/+2 |
| | | | | vrt packet handler fills in error codes and inspects non-data packet | ||||
* | uhd: added packet type to vrt if info struct, added burst flags to rx ↵ | Josh Blum | 2010-07-08 | 1 | -27/+21 |
| | | | | metadata, fixed vrt if packet parsing bugs | ||||
* | uhd: change pack/unpack for 64-bit numbers to reflect hardware implementation | Josh Blum | 2010-07-07 | 1 | -2/+8 |
| | |||||
* | uhd: code tweaks, extra error condition for vrt unpack | Josh Blum | 2010-07-05 | 1 | -2/+5 |
| | |||||
* | uhd: renamed the vrt header to vrt_if_packet header | Josh Blum | 2010-07-05 | 1 | -0/+233 |