index
:
uhd
lea-m8f
lea-m8f-003_008_002
lea-m8f-003_009_001
lea-m8f-003_009_004
lea-m8f-003_010_003_000
lea-m8f-003_012_000_000
lea-m8f-v3.14.1.0
lea-m8f-v4.2.0.1
master
Ettus' UHD Repository
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
lib
/
usrp
/
usrp1
/
io_impl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
uhd: tasks now use std::threads under the hood, and can't be interrupted
Martin Braun
2017-06-28
1
-5
/
+8
*
utils: introduce new logging API and remove msg API
Andrej Rode
2017-02-20
1
-6
/
+6
*
uhd: replace BOOST_FOREACH with C++11 range-based for loop
Andrej Rode
2017-02-10
1
-4
/
+4
*
Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...
Martin Braun
2016-11-08
1
-6
/
+6
*
Squashed merge of Coverity fixes.
Ben Hilburn
2013-11-27
1
-1
/
+1
*
uhd: added new calls to streamer object + support work
Josh Blum
2013-07-15
1
-0
/
+11
*
Merge branch 'maint34' into maint
Nicholas Corgan
2012-11-16
1
-3
/
+20
|
\
|
*
lib/cmake: CPack source work
Nicholas Corgan
2012-11-16
1
-3
/
+20
*
|
uhd: squashed transport work
Josh Blum
2012-04-23
1
-6
/
+6
|
/
*
usrp1: fix to use the db connection type to determine DAC sign
Josh Blum
2012-02-24
1
-2
/
+10
*
usrp1: fix advertised samples per packet in send streamer
Josh Blum
2012-02-21
1
-1
/
+2
*
b100/usrp1: various tweaks for compiler warns and valgrind
Josh Blum
2012-02-09
1
-5
/
+5
*
dsp rework: work on usb wrapper for smaller packets, large luts
Josh Blum
2012-02-02
1
-1
/
+1
*
usrp1: fix div ratio for interp register
Josh Blum
2011-12-15
1
-1
/
+1
*
usrp1: fixed swapped sign on rx cordic
Josh Blum
2011-12-15
1
-1
/
+1
*
usrp1: set scale factor after setting converter
Josh Blum
2011-11-30
1
-4
/
+4
*
usrp: fix rate calculation logic
Josh Blum
2011-11-03
1
-4
/
+2
*
usrp: added get_tx/rx_rates
Josh Blum
2011-11-03
1
-5
/
+22
*
uhd: added trailer parsing for occupancy
Josh Blum
2011-11-03
1
-0
/
+1
*
uhd: renamed convert markup to format
Josh Blum
2011-11-03
1
-6
/
+4
*
usrp1: support variable clock rate through API
Josh Blum
2011-11-03
1
-0
/
+9
*
uhd: added one packet mode to rx streamer
Josh Blum
2011-11-03
1
-5
/
+13
*
usrp1: got the 16Msps working (needed non hb-filter image)
Josh Blum
2011-11-03
1
-13
/
+27
*
usrp2: work on alternative OTW formats
Josh Blum
2011-11-03
1
-0
/
+4
*
usrp1: various tweaks related to streaming
Josh Blum
2011-11-03
1
-8
/
+10
*
usrp1: type conversions and 8-bit work
Josh Blum
2011-11-03
1
-21
/
+48
*
usrp1: multi channel receive working
Josh Blum
2011-11-03
1
-4
/
+4
*
uhd: renamed some of the stream types and functions
Josh Blum
2011-11-03
1
-2
/
+2
*
usrp1: did work for stream interface on usrp1
Josh Blum
2011-11-03
1
-87
/
+184
*
usrp1: disable pad to one for usrp1 (not needed)
Josh Blum
2011-09-19
1
-0
/
+1
*
usrp1: fix for multi-channel, OTW channel width is always 1
Josh Blum
2011-08-08
1
-2
/
+2
*
uhd: added tasks to simplify thread spawning use cases
Josh Blum
2011-07-13
1
-10
/
+5
*
usrp: added clipping to link max rate when setting sample rate
Josh Blum
2011-07-04
1
-8
/
+6
*
usrp: handle frontend swapping if the first subdev is QI or Q
Josh Blum
2011-07-04
1
-3
/
+1
*
usrp1: tweaks + implemented other features to mimic async and inline messages
Josh Blum
2011-07-02
1
-48
/
+107
*
usrp: added validate_subdev_spec to all io_impls
Josh Blum
2011-07-01
1
-4
/
+3
*
usrp1: implemented properties interface on usrp1
Josh Blum
2011-07-01
1
-37
/
+136
*
usrp1: super packet handler support squashed
Josh Blum
2011-06-14
1
-94
/
+86
*
uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ove...
Josh Blum
2011-05-14
1
-15
/
+4
*
usrp1: apply conditional disables/enables to rx and tx
Josh Blum
2011-05-14
1
-1
/
+2
*
uhd: removed more iostream stuff from usrp* implementations
Josh Blum
2011-05-04
1
-5
/
+5
*
usrp1: fix for tx under remainder conditions
Josh Blum
2011-04-27
1
-3
/
+3
*
usrp1: safe destruction for usrp1 device
Josh Blum
2011-03-10
1
-1
/
+2
*
uhd: tweaks for windows msvc compiler warnings and errors
Josh Blum
2011-02-16
1
-1
/
+1
*
usrp-e100: use pre-bound get send/recv buffers in io impl
Josh Blum
2011-02-03
1
-2
/
+3
*
usrp1: removed binds and sptr allocs in usrp1 io impl
Josh Blum
2011-02-14
1
-48
/
+90
*
uhd: replaced std::vector<type> for buffer arguments in send/recv
Josh Blum
2011-02-09
1
-2
/
+2
*
uhd: replace asio buffer in make safe w/ memory and length, makes things simpler
Josh Blum
2011-02-07
1
-4
/
+2
*
usrp1: fix for tx disable on EOB
Josh Blum
2011-02-02
1
-11
/
+5
*
usrp1: work on usrp1 hardware compat with the api
Josh Blum
2011-01-17
1
-4
/
+32
[next]