aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types
Commit message (Expand)AuthorAgeFilesLines
* python: populated the tune_result_t bindingKevin Rigney2018-11-151-0/+6
* python: adding device_addr_t to Python APIBrent Stapleton2018-11-141-0/+32
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* python: Add missing constructors of time_spec_tPiotr Krysik2018-10-251-0/+3
* uhd: reconcile time_spec operators with boost conceptsMark Meserve2018-09-281-14/+9
* uhd: Remove usage of time_t (except when required)Martin Braun2018-08-202-8/+8
* fixup! Time_spec: Add OperatorsVidush2018-06-261-11/+8
* python: Separating exposed Python data structuresPaul David2018-06-207-0/+356
* Time_spec: Add OperatorsVidush2018-06-071-0/+27
* types: convert sensor_value_t to a mapBrent Stapleton2018-05-141-0/+27
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-4/+14
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-3/+4
* lib: adding device_addr_t constructor from mapBrent Stapleton2018-04-021-0/+6
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-052-109/+0
* uhd: Update license headersMartin Braun2018-02-1920-19/+39
* types: sensor_value_t can now be created from mapMartin Braun2017-12-221-0/+51
* Move all license headers to SPDX format.Martin Braun2017-12-2220-240/+20
* C API: Added constructor for empty sensor value handles'Martin Braun2017-07-201-0/+15
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-7/+3
* Types: Added equality/inquality operators to support Boost.Python additionsPaul David2017-05-231-0/+12
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-2/+2
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-20/+16
* Merge branch 'maint'Martin Braun2016-11-084-24/+24
|\
| * Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-085-35/+35
* | types: Cleaned up sid.hppMartin Braun2016-09-021-16/+16
|/
* device_addr: change delimiters from std::string to const char*Nicholas Corgan2016-08-091-4/+4
* Added option for writes to specify a SPI speedDerek Kozel2016-04-081-1/+2
* lib: Made sensor_value_t copyableAshish Chaudhari2016-02-111-0/+15
* C API cleanup, feature additionsNicholas Corgan2015-08-122-19/+21
* C API: feature additions, bugfixesNicholas Corgan2015-08-072-0/+79
* uhd: C API wrapperNicholas Corgan2015-08-066-0/+835
* byte_vector: removed duplicate codeNicholas Corgan2015-06-181-13/+0
* Merge branch 'maint'Martin Braun2015-04-061-1/+1
|\
| * uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-031-1/+1
* | Consolidated byte_vector common code into single fileNicholas Corgan2015-03-272-1/+57
* | uhd: Introduced filter API.Julian Arnold2015-03-092-0/+75
* | uhd: Added sid_tMartin Braun2014-10-282-0/+154
|/
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-1/+1
* uhd: Added pp routines for error codes and rx metadataMartin Braun2014-04-102-0/+93
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-2/+5
* uhd: wb_iface is now a public interfaceJosh Blum2013-10-042-1/+58
* Merge branch 'maint'Josh Blum2013-08-061-1/+1
|\
| * uhd: time spec fix from last commitJosh Blum2013-08-061-1/+1
* | Merge branch 'maint'Josh Blum2013-07-311-7/+12
|\|
| * uhd: time spec rounding fixesJosh Blum2013-07-311-7/+12
* | uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-4/+57
* | uhd: added virtual destructors for several interface classesJosh Blum2013-07-151-1/+16
|/
* uhd: fixes for time_spec's to_ticks and from_ticks callsJosh Blum2013-04-121-6/+8
* uhd: make range_t a lightweight objectJosh Blum2012-07-041-15/+6
* uhd: fixed some compile warnings for msvcJosh Blum2012-02-281-1/+1