aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* uhd: added virtual destructors for several interface classesJosh Blum2013-07-157-5/+68
|
* Merge branch 'maint'Josh Blum2013-07-011-1/+1
|\
| * e100: fix compiler error use boost cstdintJosh Blum2013-07-011-1/+1
| |
* | Merge branch 'maint'Josh Blum2013-06-212-4/+4
|\|
| * uhd: explicitly link the apps w/ boostJosh Blum2013-06-212-4/+4
| |
* | Merge branch 'maint'Nicholas Corgan2013-06-201-0/+5
|\|
| * MSVC automatically installs MSVC runtime DLL'sNicholas Corgan2013-06-201-0/+5
| |
* | Merge branch 'mergeme/octoclock'Josh Blum2013-06-104-1/+993
|\ \
| * | OctoClock supportNicholas Corgan2013-06-074-1/+993
| | |
* | | Merge branch 'mergeme/cbx'Josh Blum2013-06-109-8/+400
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: host/docs/calibration.rst host/lib/usrp/dboard/db_sbx_common.cpp
| * | | cbx: added entries into the manualJosh Blum2013-06-103-1/+8
| | | |
| * | | CBX supportNicholas Corgan2013-06-076-13/+417
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-05-172-1/+139
|\ \ \ \ | | |_|/ | |/| |
| * | | cmake: Copied CMakeParseArguments for backwards compatibilityNicholas Corgan2013-05-172-1/+139
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-05-101-0/+3
|\| | |
| * | | cmake: GCC strips binaries unless build type is specifiedNicholas Corgan2013-05-101-0/+3
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-05-1015-72/+168
|\| | | | | | | | | | | | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * | | Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-1015-73/+168
| | | | | | | | | | | | | | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | | | Merge branch 'maint'Nicholas Corgan2013-05-101-1/+1
|\| | |
| * | | docs: man pages compress fullyNicholas Corgan2013-05-101-1/+1
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-05-102-3/+3
|\| | |
| * | | Bumped up version to 3.5.3release_003_005_003Nicholas Corgan2013-05-102-3/+3
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-05-102-4/+8
|\| | | | |_|/ |/| |
| * | Merge branch 'fpga_master' into maintJosh Blum2013-05-092-4/+8
| |\ \
| | * | E100: revert unnecessary change to fifo_to_gpmcJosh Blum2013-05-092-4/+8
| | | | | | | | | | | | | | | | | | | | This change was intended to remove warnings as only 16 bits of the FIFO bus are used. However this change has unintentional consequences for receive performance.
* | | | Merge branch 'maint'Nicholas Corgan2013-05-0313-9/+687
|\| | |
| * | | UHD has man pages nowNicholas Corgan2013-05-0313-9/+687
| | | | | | | | | | | | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* | | | Merge branch 'maint'Nicholas Corgan2013-05-033-23/+55
|\| | |
| * | | Made uhd_images_downloader more robust to match Debian's uhd_firmware_installerNicholas Corgan2013-05-033-23/+55
| | | | | | | | | | | | | | | | | | | | * Uses custom User Agent * Compares md5sum of downloaded zip file to stored value
* | | | Merge branch 'maint'Nicholas Corgan2013-04-302-1/+4
|\| | |
| * | | Minor changes for Debian package complianceNicholas Corgan2013-04-302-1/+4
| | | | | | | | | | | | | | | | | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile
* | | | Merge branch 'maint'Josh Blum2013-04-241-0/+1
|\| | |
| * | | uhd: added missing include iomanipJosh Blum2013-04-241-0/+1
| | | |
* | | | cmake: Added custom NSIS templatesNicholas Corgan2013-04-162-0/+992
| | | | | | | | | | | | | | | | | | | | | | | | * More personalized messages * Unused "UHD Desktop Icon" option removed * UHD Images Downloader, USRP2 Card Burner, and USRP-N2XX Net Burner added to Start Menu
* | | | orc: fixed orc version check with pkg configJosh Blum2013-04-151-1/+9
| | | |
* | | | Merge branch 'maint'Josh Blum2013-04-125-34/+79
|\| | | | | | | | | | | | | | | | | | | Conflicts: host/tests/time_spec_test.cpp
| * | | uhd: switch the reusable barrier to condition variablesJosh Blum2013-04-123-28/+53
| | | | | | | | | | | | | | | | | | | | | | | | This allows the converter threads in a multi-threaded streamer to wait quietly. In addition, the use of two barriers in the packet handlers was reduced to one, by adding a simple exit barrier inside the reusable barrier's wait method.
| * | | uhd: fixes for time_spec's to_ticks and from_ticks callsJosh Blum2013-04-122-6/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fixes address rouding issues when the tick_rate is a non-integer. Conflicts: host/tests/time_spec_test.cpp
* | | | gps: only enable SERV:TRAC when requestedJosh Blum2013-04-091-2/+11
| | | |
* | | | gps: flush uart buffer before waiting for timeJosh Blum2013-04-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit.
* | | | Merge branch 'maint'Josh Blum2013-04-091-1/+1
|\| | |
| * | | gps: use to_ticks in query app to avoid rounding issuesJosh Blum2013-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The to_ticks(1.0) is a preferable way to get whole seconds because it avoids possible rounding issues since just getting full seconds does not account for the frac seconds.
* | | | gps: added print for pc clock time to query_gpsdoJosh Blum2013-04-091-0/+2
| | | |
* | | | Merge branch 'maint'Josh Blum2013-04-021-0/+1
|\| | |
| * | | Merge branch 'fpga_master' into maintJosh Blum2013-04-021-0/+1
| |\| |
| | * | E110: revert Makefile for E110, the UCF was accidentally removedJosh Blum2013-04-021-0/+1
| | | |
* | | | orc: added std cmake finder script for orcJosh Blum2013-03-292-5/+32
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-03-271-1/+1
|\| | |
| * | | utils: Fixed usrp_n2xx_simple_net_burner warningNicholas Corgan2013-03-271-1/+1
| | | |
* | | | Merge branch 'maint'Josh Blum2013-03-263-12/+17
|\| | |