Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: deleted a bunch on obsoleted files in usrp directory | Josh Blum | 2011-06-29 | 2 | -252/+0 |
| | |||||
* | uhd: properties tweaks and docs | Josh Blum | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | uhd: added properties unit tests, use shared ptr<void> in tree | Josh Blum | 2011-06-28 | 1 | -18/+68 |
| | |||||
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -20/+22 |
| | |||||
* | uhd: change for default prop create() | Josh Blum | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | uhd: created a property tree to store properties | Josh Blum | 2011-06-25 | 1 | -0/+25 |
| | |||||
* | uhd: work on templated property class | Josh Blum | 2011-06-25 | 2 | -0/+76 |
| | |||||
* | uhd: print the exception so e gets used (avoid MSVC warning) | Josh Blum | 2011-06-24 | 1 | -0/+3 |
| | |||||
* | uhd: added dynamic throw and clone to exceptions | Josh Blum | 2011-06-24 | 1 | -2/+33 |
| | |||||
* | sph: added unit test for overflow handler | Josh Blum | 2011-06-16 | 1 | -0/+18 |
| | |||||
* | uhd: supper packet handler support squashed | Josh Blum | 2011-06-14 | 3 | -0/+921 |
| | |||||
* | UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵ | Nick Foster | 2011-06-14 | 1 | -5/+5 |
| | | | | (endianness backwards). | ||||
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -6/+6 |
| | |||||
* | uhd: removed deprecated warning API, log+msg now in API | Josh Blum | 2011-05-18 | 1 | -2/+0 |
| | |||||
* | uhd: replaced warning post with calls to UHD_MSG(warning) | Josh Blum | 2011-05-04 | 2 | -5/+15 |
| | | | | | The message api can support warnings, error, and status messages. The default handler is to stdio, but the user can change this. | ||||
* | uhd: fixed typo in tune request/result inter_freq -> rf_freq | Josh Blum | 2011-05-01 | 1 | -6/+6 |
| | | | | | | | | For some reason, the code said intermediate frequency, however, it was used and treated as RF frequency. It was always intended to be the RF frequency, but was misnamed due to a cognitive distortion. | ||||
* | uhd: a few minor changes to get uhd building under mingw or cygwin | Josh Blum | 2011-04-04 | 1 | -2/+4 |
| | |||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 9 | -9/+9 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -5/+1 |
| | |||||
* | uhd: switch algorithm namespace to uhd | Josh Blum | 2011-02-24 | 1 | -3/+3 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match | ||||
* | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: added a bunch of custom exceptions, not used yet | Josh Blum | 2011-02-24 | 1 | -1/+12 |
| | |||||
* | usrp: support for multiple dsps in props and implemented in usrp1 | Josh Blum | 2011-02-17 | 1 | -13/+9 |
| | | | | | | | usrp1 previously had 1 rx and 1 tx dsp with multiple freq params, it now has N and M dsps each with one freq param. This is more consistent with the multi-dsp model. The hack here is to only apply stream commands and sample rate changes to dsp0. | ||||
* | uhd: use ref vector class for the conversion routines I/O | Josh Blum | 2011-02-10 | 1 | -6/+6 |
| | |||||
* | uhd: change bounded_buffer implementation and code using it | Josh Blum | 2011-02-05 | 1 | -18/+18 |
| | | | | | | | The bounded buffer now uses the detail idiom to hide implementation to inline better. The whole sptr/make idiom was removed from bounded buffer to just construct directly. The code using bounded buffer was changed for the new api: replaces access operators and calls to the factory function. | ||||
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -9/+37 |
| | |||||
* | uhd: implemented high-res get time in time_spec_t | Josh Blum | 2011-01-30 | 1 | -0/+19 |
| | | | | | | | clock_gettime for linux, mach_absolute_time for macos, QueryPerformanceFrequency for windows, and fallback to boost microsec_clock | ||||
* | uhd: change constants to doubles for BOOST_CHECK_CLOSE | Josh Blum | 2011-01-20 | 1 | -6/+6 |
| | |||||
* | uhd: renamed test directory to tests to be consitent | Josh Blum | 2011-01-14 | 16 | -0/+1435 |