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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
host
/
lib
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: fix callback cast in libusb zero copy under msvc
Josh Blum
2011-03-21
1
-1
/
+1
*
Merge branch 'usb-cancel' into next
Josh Blum
2011-03-17
1
-6
/
+14
|
\
|
*
USB zero copy impl: proper cleanup for canceled transfers -- wait for cancel ...
Nick Foster
2011-03-16
1
-6
/
+14
*
|
usrp1: safe destruction for usrp1 device
Josh Blum
2011-03-10
1
-6
/
+7
*
|
Merge branch 'master' into next
Josh Blum
2011-03-03
1
-0
/
+2
|
\
|
|
*
udp: return the managed recv buffer to the buffer queue on timeout
Josh Blum
2011-03-01
1
-0
/
+2
*
|
uhd: replaced instanced of std::exception with the uhd exceptions
Josh Blum
2011-02-24
3
-10
/
+10
*
|
uhd: renamed the assert header to assert has
Josh Blum
2011-02-24
3
-3
/
+3
*
|
uhd: moved exception to top level include
Josh Blum
2011-02-24
1
-1
/
+1
*
|
Merge branch 'usrp2_fw_clock_cleanup' into usrp2_dual_dsp
Josh Blum
2011-02-22
5
-167
/
+130
|
\
|
|
*
uhd: replace header checks in cmake files with more robust compile checks for...
Josh Blum
2011-02-21
2
-15
/
+26
|
*
udp: try non-blocking recv first for performance
Josh Blum
2011-02-20
3
-14
/
+18
|
*
udp: update docs for transport, create common header for wait implementation
Josh Blum
2011-02-20
4
-143
/
+91
*
|
usrp2: code working again in a completed form but did not test dual dsp
Josh Blum
2011-02-20
1
-2
/
+2
|
/
*
uhd: use source properties to set flags and defs not globally, but only for t...
Josh Blum
2011-02-17
1
-2
/
+7
*
uhd: tweaks for windows msvc compiler warnings and errors
Josh Blum
2011-02-16
1
-2
/
+2
*
usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom ones
Josh Blum
2011-02-15
2
-115
/
+0
*
uhd: reusable buffers for libusb zero copy implementation
Josh Blum
2011-02-15
2
-347
/
+186
*
uhd: misc speedups w/ look up tables
Josh Blum
2011-02-10
1
-1
/
+2
*
udp: udp_zero_copy_asio comments and tweaks
Josh Blum
2011-02-10
1
-10
/
+2
*
uhd: simplified converter calls in vrt pkt handler with ref vector changes
Josh Blum
2011-02-10
1
-9
/
+4
*
uhd: use ref vector class for the conversion routines I/O
Josh Blum
2011-02-10
1
-2
/
+2
*
uhd: tweaks to bounded buffer
Josh Blum
2011-02-10
2
-7
/
+7
*
udp: comments and minor code tweaks for udp zero copy impl
Josh Blum
2011-02-10
1
-18
/
+41
*
uhd: tweaks to vrt pkt handler and usrp2 fc monitor
Josh Blum
2011-02-09
1
-3
/
+5
*
uhd: tweaks for windows warnings and errors
Josh Blum
2011-02-09
1
-3
/
+3
*
uhd: replaced std::vector<type> for buffer arguments in send/recv
Josh Blum
2011-02-09
1
-4
/
+4
*
udp: removed asio implementation, created custom managed buffer classes to re...
Josh Blum
2011-02-09
1
-155
/
+115
*
uhd: replace asio buffer in make safe w/ memory and length, makes things simpler
Josh Blum
2011-02-07
3
-26
/
+33
*
uhd: removed instances of shared_from_this() in transports
Josh Blum
2011-02-05
2
-4
/
+3
*
uhd: change bounded_buffer implementation and code using it
Josh Blum
2011-02-05
3
-26
/
+23
*
uhd: work to remove dynamic allocations of std::vector in vrt_packet_handler ...
Josh Blum
2011-02-05
1
-22
/
+25
*
udp: simplfy zero copy asio overhead with less shared_from_this, and timed wa...
Josh Blum
2011-02-05
1
-19
/
+25
*
uhd: various performance tweaks
Josh Blum
2011-02-04
2
-24
/
+41
*
Merge branch 'udp_xport_work'
Josh Blum
2011-01-26
1
-45
/
+9
|
\
|
*
udp_zero_copy_asio: removed the #ifdefed num frames and min buff size stuff
Josh Blum
2011-01-26
1
-45
/
+9
*
|
uhd: if_addrs check that iter->ifa_addr is NULL before continuing
Josh Blum
2011-01-26
1
-0
/
+1
|
/
*
uhd: fixed maxosx bug, was resizing the transport buffer
Josh Blum
2011-01-26
1
-4
/
+0
*
udp: revert depadding hack for recv_frame_size
Josh Blum
2011-01-21
1
-1
/
+1
*
usb: restored disable_interruption on get_lut_with_wait (gets called externally)
Josh Blum
2011-01-21
1
-0
/
+1
*
udp: shrink default recv_frame_size by 4 bytes until FPGA handles 2 byte pad ...
Josh Blum
2011-01-21
1
-1
/
+1
*
usb: use thread interruption in usb zero copy on deconstruction
Josh Blum
2011-01-17
1
-8
/
+9
*
uhd: fix size param error when getting a convert routine in pkt handler
Josh Blum
2011-01-12
1
-2
/
+2
*
uhd: changed convert routines to return the function pointer
Josh Blum
2011-01-12
1
-16
/
+23
*
uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in f...
Josh Blum
2011-01-11
2
-38
/
+0
*
uhd: update copyright dates
Josh Blum
2011-01-05
5
-5
/
+5
*
uhd: removed convert types, replaced by convert
Josh Blum
2011-01-04
3
-590
/
+0
*
Merge branch 'convert' into next
Josh Blum
2011-01-04
1
-5
/
+7
|
\
|
*
uhd: switched the unit test to the new convert API, implemented in vrt pkt ha...
Josh Blum
2011-01-04
2
-6
/
+8
*
|
uhd: removed REQUIRED from find package calls to libusb and docutils
Josh Blum
2011-01-04
1
-1
/
+1
[next]