Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 1 | -1/+1 |
| | | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion | ||||
* | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
| | | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing | ||||
* | windows: do not set process wide priority from thread prio | Josh Blum | 2012-02-08 | 1 | -0/+4 |
| | |||||
* | uhd: fixes that make uhd compile on freebsd | Josh Blum | 2011-12-30 | 1 | -2/+2 |
| | | | | | Fixes gcc version check in byteswap. Fixes typo in thread prio. | ||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 1 | -3/+3 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: attempt to cleanup language in thread prio warning | Josh Blum | 2011-04-09 | 1 | -5/+4 |
| | |||||
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -7/+7 |
| | |||||
* | uhd: replace header checks in cmake files with more robust compile checks ↵ | Josh Blum | 2011-02-21 | 1 | -4/+6 |
| | | | | | | for features implemented different ifdefs in the cpp files | ||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -1/+1 |
| | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
* | uhd: better warning message for failing to set rt priority | Josh Blum | 2010-10-08 | 1 | -1/+8 |
| | |||||
* | uhd: moved utils cpp files into lib/utils directory | Josh Blum | 2010-08-04 | 1 | -0/+98 |