| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: various tweaks to log and msg, replaced a few remaining stdio | Josh Blum | 2011-05-04 | 1 | -2/+3 |
* | usrp-e100: removed stdio prints from implementation | Josh Blum | 2011-05-04 | 1 | -2/+2 |
* | uhd: added scoped lock to device find and make (for thread safety) | Josh Blum | 2011-04-26 | 1 | -0/+7 |
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
* | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | uhd: replaced instanced of std::exception with the uhd exceptions | Josh Blum | 2011-02-24 | 1 | -2/+2 |
* | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -2/+1 |
* | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 1 | -1/+1 |
* | usb: catch open errors and print message, device: catch exceptions at discove... | Josh Blum | 2010-10-01 | 1 | -6/+12 |
* | uhd: fix find-replace accident asize_t | Josh Blum | 2010-07-26 | 1 | -1/+1 |
* | work on algorithms and documentation | Josh Blum | 2010-06-14 | 1 | -6/+2 |
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -2/+2 |
* | setting size of buffers from device args | Josh Blum | 2010-04-27 | 1 | -5/+6 |
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -2/+2 |
* | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 1 | -2/+2 |
* | use find to discover devices | Josh Blum | 2010-03-30 | 1 | -4/+4 |
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -4/+4 |
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -3/+3 |
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -3/+4 |
* | got uhd almost compiling in windowze. figured out special flags. also had to ... | Josh Blum | 2010-03-17 | 1 | -1/+1 |
* | Added recovery app to use raw socket to burn known ip addr. | Josh Blum | 2010-03-16 | 1 | -2/+2 |
* | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 1 | -45/+47 |
* | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 1 | -3/+12 |
* | Created empty usrp1e cpp file for the case when headers are not found. | Josh Blum | 2010-02-25 | 1 | -16/+84 |
* | use a single addr param for the usrp2 | Josh Blum | 2010-02-25 | 1 | -5/+2 |
* | Made the usrp2 impl into a device. | Josh Blum | 2010-02-21 | 1 | -11/+5 |
* | Moved lib and include contents of dboard and mboard one directory up and pref... | Josh Blum | 2010-02-21 | 1 | -2/+2 |
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -0/+74 |