| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 5 | -35/+35 |
* | device_addr: change delimiters from std::string to const char* | Nicholas Corgan | 2016-08-09 | 1 | -4/+4 |
* | Added option for writes to specify a SPI speed | Derek Kozel | 2016-04-08 | 1 | -1/+2 |
* | lib: Made sensor_value_t copyable | Ashish Chaudhari | 2016-02-11 | 1 | -0/+15 |
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 2 | -19/+21 |
* | C API: feature additions, bugfixes | Nicholas Corgan | 2015-08-07 | 2 | -0/+79 |
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 6 | -0/+835 |
* | byte_vector: removed duplicate code | Nicholas Corgan | 2015-06-18 | 1 | -13/+0 |
* | Merge branch 'maint' | Martin Braun | 2015-04-06 | 1 | -1/+1 |
|\ |
|
| * | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 1 | -1/+1 |
* | | Consolidated byte_vector common code into single file | Nicholas Corgan | 2015-03-27 | 2 | -1/+57 |
* | | uhd: Introduced filter API. | Julian Arnold | 2015-03-09 | 2 | -0/+75 |
* | | uhd: Added sid_t | Martin Braun | 2014-10-28 | 2 | -0/+154 |
|/ |
|
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
* | uhd: Added pp routines for error codes and rx metadata | Martin Braun | 2014-04-10 | 2 | -0/+93 |
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 1 | -2/+5 |
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 2 | -1/+58 |
* | Merge branch 'maint' | Josh Blum | 2013-08-06 | 1 | -1/+1 |
|\ |
|
| * | uhd: time spec fix from last commit | Josh Blum | 2013-08-06 | 1 | -1/+1 |
* | | Merge branch 'maint' | Josh Blum | 2013-07-31 | 1 | -7/+12 |
|\| |
|
| * | uhd: time spec rounding fixes | Josh Blum | 2013-07-31 | 1 | -7/+12 |
* | | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 1 | -4/+57 |
* | | uhd: added virtual destructors for several interface classes | Josh Blum | 2013-07-15 | 1 | -1/+16 |
|/ |
|
* | uhd: fixes for time_spec's to_ticks and from_ticks calls | Josh Blum | 2013-04-12 | 1 | -6/+8 |
* | uhd: make range_t a lightweight object | Josh Blum | 2012-07-04 | 1 | -15/+6 |
* | uhd: fixed some compile warnings for msvc | Josh Blum | 2012-02-28 | 1 | -1/+1 |
* | uhd: inline time spec accessors for minor improvement | Josh Blum | 2012-02-13 | 1 | -15/+10 |
* | uhd: various tweaks for compiler warns and valgrind | Josh Blum | 2012-02-09 | 1 | -5/+9 |
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -15/+14 |
* | uhd: branch-less round for time spec convert to ticks | Josh Blum | 2012-01-31 | 1 | -2/+1 |
* | usrp: deprecated clock config, added time/clock source calls | Josh Blum | 2011-11-03 | 2 | -45/+0 |
* | uhd: removed unsed interfaces, deprecated otw and io type | Josh Blum | 2011-11-03 | 1 | -47/+0 |
* | uhd: allow device addr (from string) to parse empty values | Josh Blum | 2011-11-03 | 1 | -8/+7 |
* | uhd: separate_device_addr, copy globals across entire address | Josh Blum | 2011-09-15 | 1 | -2/+14 |
* | uhd: also normalise the time spec when adding/subtracting (added unit test) | Josh Blum | 2011-08-30 | 1 | -4/+8 |
* | uhd: fix for dealing with negative wrapping in time_spec | Josh Blum | 2011-08-29 | 1 | -17/+18 |
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -7/+0 |
* | usrp: populate a tree from a subdev | Josh Blum | 2011-06-27 | 1 | -0/+7 |
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -3/+3 |
* | uhd: fixed typo in tune request/result inter_freq -> rf_freq | Josh Blum | 2011-05-01 | 1 | -9/+9 |
* | uhd: whoops, spi convenience functions have 32 bit data | Josh Blum | 2011-03-17 | 1 | -2/+2 |
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -2/+2 |
|\ |
|
| * | Fixes inverted logic in sensors bool interface | Jason Abele | 2011-03-03 | 1 | -2/+2 |
| * | Merge branch 'sensors' into dboard_serial | Josh Blum | 2011-02-22 | 1 | -2/+15 |
| |\ |
|
* | | | Merge branch 'mb_iface' into next | Josh Blum | 2011-03-03 | 1 | -0/+22 |
* | | | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 3 | -7/+7 |
* | | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -2/+1 |
* | | | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | | | uhd: moved indexed device addr routines into api | Josh Blum | 2011-02-21 | 1 | -1/+50 |
* | | | Merge branch 'sensors' into usrp2_dual_dsp | Josh Blum | 2011-02-17 | 1 | -2/+15 |
|\ \ \
| |/ /
|/| /
| |/ |
|