aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/gpsd_iface.cpp
Commit message (Expand)AuthorAgeFilesLines
* gpsd: fix API for 'gps_read'Michael Dickens2019-05-211-0/+4
* gpsd: GPGGA string formatting fixesBen Kempke2018-12-201-4/+4
* various: use "std::abs" instead of "std::fabs"Michael Dickens2018-12-121-5/+5
* uhd: Remove usage of time_t (except when required)Martin Braun2018-08-201-1/+1
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-5/+8
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-1/+0
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-1/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-5/+5
* lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-211-3/+3
* gps: gpsd: Fix MSVC std::isnan() fail by using boost::math::isnan().Moritz Fischer2015-07-291-6/+7
* gps: gpsd: Provide GPGGA sensor for backwards compatibility.Moritz Fischer2015-07-291-1/+62
* gps: gpsd: Provide GPRMC sensor for backwards compatibility.Moritz Fischer2015-07-291-1/+64
* gps: gpsd: Adding gpsd_iface to interface with gpsd.Moritz Fischer2015-07-291-0/+184