aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Expand)AuthorAgeFilesLines
* Fixed .ipp include behaviorNicholas Corgan2015-08-053-6/+8
* nirio: fixed defines for OS X vs. other unsupported platformsNicholas Corgan2015-07-201-3/+5
* docs: added missing parameter descriptionsNicholas Corgan2015-06-222-3/+4
* multi_usrp: Add define for GPIO capabilitiesMartin Braun2015-06-111-0/+2
* uhd: Add ability to get and set command time through dboard_iface.michael-west2015-04-032-1/+32
* Warning fixesNicholas Corgan2015-03-273-9/+14
* uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-112-11/+11
* uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-111-1/+1
* uhd: Fixed some punctuation-related compiler warningsMartin Braun2015-03-113-9/+9
* uhd: Fixed: Exception during detection kills device::makeMarcus Müller2015-03-031-1/+3
* uhd: Fixed build failure for metadata.hpp on WindowsMartin Braun2015-01-301-3/+4
* 3.8.2 ReleaseMartin Braun2015-01-281-1/+1
* nirio/status: added UHD_API to status functionsNicholas Corgan2015-01-281-3/+4
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-275-56/+70
* uhd: Added direction typeMartin Braun2015-01-202-1/+36
* uhd: Added endianness typeMartin Braun2015-01-192-0/+33
* docs: Amended docs for conversion routinesMartin Braun2015-01-142-2/+18
* cmake: Added a version macro for compile-time version checksMartin Braun2015-01-132-1/+13
* cmake: Added config.h back to the gameMartin Braun2015-01-132-1/+29
* docs: Major revisions and additionsMartin Braun2015-01-071-4/+62
* nirio: Removed modern boost synchronization types to support older versionsAshish Chaudhari2014-10-161-4/+4
* Changed version strings for 3.8.0Martin Braun2014-10-131-1/+1
* x300,nirio: Added support for NI-RIO 14.0Ashish Chaudhari2014-10-108-594/+1184
* uhd: Removed deprecated functions from multi_usrpMartin Braun2014-10-091-28/+0
* uhd: Improved tuning code and corresponding outputs/warningsBen Hilburn2014-10-072-2/+46
* math: Added a new uhd::math namespace + float comparison routinesBen Hilburn2014-10-075-4/+604
* Rectifying a great embarassement in UHD. %s/Mhz/MHz.Ben Hilburn2014-10-071-2/+2
* Merge branch 'maint'Martin Braun2014-09-241-4/+25
|\
| * uhd: Fixed logging bug (#476) -- UHD logging has unexplained effect on packet...michael-west2014-09-241-4/+25
* | Merge branch 'maint'Martin Braun2014-09-231-0/+1
|\|
| * uhd: Added an operator/ for (fs_path, size_t)Martin Braun2014-09-231-0/+1
* | Updated ABI version stringMartin Braun2014-09-021-1/+1
* | Added missing pure virtual destructors to base classesNicholas Corgan2014-09-0112-10/+42
* | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-235-12/+215
|/
* property_tree: doc: Fixed typo in doxygen string.Moritz Fischer2014-05-271-1/+1
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-216-0/+6
* msg_task: return std::vector<boost::uint8_t> instead of std::vector<uint8_t>Nicholas Corgan2014-05-071-2/+2
* x300: Added hardware flush mechanism to PCIe logic.Ashish Chaudhari2014-04-242-35/+38
* UHD: Bumping the ABI compatibility number for UHD-3.7.1.release_003_007_001Ben Hilburn2014-04-211-1/+1
* Merge branch 'origin/b200/issue_418'Ben Hilburn2014-04-102-0/+44
|\
| * uhd: Added a cast routine from hex string -> anythingMartin Braun2014-04-102-0/+44
* | Merge branch 'origin/uhd/issue_294_errcode'Ben Hilburn2014-04-101-1/+15
|\ \
| * | uhd: Added pp routines for error codes and rx metadataMartin Braun2014-04-101-1/+15
| |/
* | Merge branch 'martin/warn_sampling_rate'Ben Hilburn2014-04-101-6/+2
|\ \
| * | uhd: multi_usrp now understands link rate info and can check for itMartin Braun2014-04-101-6/+2
| |/
* | review#64288: Addressed Patrick's feedbackAshish Chaudhari2014-04-101-61/+78
* | nirio: Removed RX zero-copy workaround for NI-RIO 13.0Ashish Chaudhari2014-04-101-2/+2
* | nirio: Enhancement: Added state to nirio_fifo to avoid unnecessary kernel cal...Ashish Chaudhari2014-04-102-35/+64
* | nirio: Added fifo channel to start and stop RIO syncop params.Ashish Chaudhari2014-04-101-0/+4
|/
* docs: Clarified there can only be one streamer per deviceMartin Braun2014-04-072-4/+12