aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/types
Commit message (Expand)AuthorAgeFilesLines
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-241-3/+2
* host: Update code base using clang-tidyMartin Braun2021-03-043-6/+6
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-9/+0
* python: Make TuneRequest implicitly convertible from doubleMartin Braun2020-12-011-0/+1
* python: Improve access to device_addr_tMartin Braun2020-11-231-1/+4
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-0/+9
* filter API: Fix Python bindings and multi_usrp callsMartin Braun2020-06-101-2/+3
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0325-1044/+764
* uhd: Allow device args that have an integer in the nameCiro Nishiguchi2019-11-261-1/+5
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-261-5/+5
* uhd: Replace boost::regex with std::regexMartin Braun2019-11-261-3/+3
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-1/+1
* Remove proto-RFNoC filesMartin Braun2019-11-262-144/+1
* python: Add operators and get_full_secs() to time_spec_tMartin Braun2019-03-221-2/+6
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* lib: Fix various type-conversion compiler warningsMartin Braun2019-02-281-2/+2
* fixup! python: Replace Boost.Python with PyBind11Martin Braun2019-02-281-0/+1
* python: Replace Boost.Python with PyBind11Martin Braun2019-02-227-98/+89
* 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