Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2016-08-04 | 1 | -0/+4 |
|\ | |||||
| * | Fix lib64 detection for cross builds. | Philip Balister | 2016-08-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | OpenEmbedded sets CMAKE_INSTALL_LIBDIR so we can directly detect if the target wants to install uhd in the lib64 directory. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-19 | 1 | -1/+2 |
|\| | |||||
| * | cmake: Better verbosity for installing/packaging images. | Martin Braun | 2016-05-19 | 1 | -1/+2 |
| | | |||||
| * | Final changes for 3.9.4 release: | Martin Braun | 2016-05-05 | 1 | -2/+2 |
| | | | | | | | | | | - Updated UHD images packages (zip file name change) - Updated Debian changelog | ||||
| * | Updated images package for UHD 3.9.4 RC1 | Ashish Chaudhari | 2016-04-26 | 1 | -2/+2 |
| | | |||||
| * | Final preparations for 3.9.3 release | Martin Braun | 2016-03-21 | 1 | -2/+2 |
| | | | | | | | | | | - Updated changelog (Debian + internal) - Updated images package for final release | ||||
| * | Updated branch for upcoming 3.9.3 release | Martin Braun | 2016-03-14 | 1 | -2/+2 |
| | | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string | ||||
* | | Updated images package and fpga-src to latest master | Ashish Chaudhari | 2016-04-18 | 1 | -2/+2 |
| | | | | | | | | | | - Added dual-10GigE (XG) images for X3xx - Multiple fixes for B2xx, B2xxmini, E3xx, X3xx, N230 | ||||
* | | E310: Radio reset fix | michael-west | 2016-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | - Updated images - E310: Bumped compat number to 16 for radio reset fix - Update fpga-src submodule pointer | ||||
* | | Bumping minimum version requirements for our dependencies. | Martin Braun | 2016-03-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | New minimum versions: - Boost: 1.53 - gcc: 4.8 - Clang: 3.3 - Python: 2.7 - CMake: 2.8 | ||||
* | | cmake: Rename version strings for dev branches | Martin Braun | 2016-03-11 | 1 | -2/+2 |
| | | |||||
* | | cmake: add compiler minimum version check for GNU and Clang. | Michael Dickens | 2016-03-04 | 1 | -1/+50 |
| | | |||||
* | | cmake: add compiler support for Clang. | Michael Dickens | 2016-03-02 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-02-08 | 1 | -2/+7 |
|\| | |||||
| * | Disable Winsock deprecation warnings | Nicholas Corgan | 2016-02-08 | 1 | -0/+1 |
| | | |||||
| * | cmake: fixed Boost.Thread check for MinGW | Nicholas Corgan | 2016-02-08 | 1 | -2/+6 |
| | | | | | | | | | | * MinGW builds check for libboost_thread_win32 instead of libboost_thread * Checks for other platforms unaffected | ||||
* | | Merge branch 'maint' | Martin Braun | 2016-01-21 | 1 | -3/+3 |
|\| | |||||
| * | uhd: add CMake flag for the Windows registry key to specify UHD images directory | Brooks Prumo | 2016-01-21 | 1 | -3/+3 |
| | | |||||
| * | Final updates for 3.9.2 release | Martin Braun | 2015-12-30 | 1 | -2/+2 |
| | | | | | | | | | | | | - Updated images package - Updated Debian changelog - Updated ppa script | ||||
| * | Updated repo for 3.9.2 release | Martin Braun | 2015-12-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package | ||||
* | | Updated images package | Ashish Chaudhari | 2016-01-13 | 1 | -2/+2 |
| | | |||||
* | | Updated fpga-src and images package | Ashish Chaudhari | 2016-01-06 | 1 | -2/+2 |
| | | | | | | | | - FPGA commit: 86e2195f52ec6b39d4f529ab693fa18de398f650 | ||||
* | | Updated images package for master | Ashish Chaudhari | 2015-12-23 | 1 | -2/+2 |
| | | |||||
* | | Updating images package for GPIO redux and X3xx DRAM support | Ashish Chaudhari | 2015-10-16 | 1 | -2/+2 |
|/ | |||||
* | Updated repo for 3.9.1 release | Martin Braun | 2015-09-11 | 1 | -2/+2 |
| | | | | | - Version string - Renamed images package | ||||
* | Updating images package for unofficial 3.9.1 release candidate | Ashish Chaudhari | 2015-09-09 | 1 | -2/+2 |
| | |||||
* | Updated images package for 3.9.0 release | Ashish Chaudhari | 2015-08-31 | 1 | -2/+2 |
| | |||||
* | Updated images package for 3.9.0rc1 | Ashish Chaudhari | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, ↵ | Nicholas Corgan | 2015-08-11 | 1 | -5/+5 |
| | | | | | | set LibUHD to required * If required component's dependencies aren't met, CMake will throw an error unless user specifically disables it | ||||
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 1 | -0/+1 |
| | | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion | ||||
* | fpga: Updated fpga image package for e3xx. | Moritz Fischer | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | Updated images package (X300 compat 13) | Ashish Chaudhari | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | cmake: MinGW improvements | Nicholas Corgan | 2015-07-23 | 1 | -16/+0 |
| | | | | | | * Improved toolchan file, accounts for different versions * Don't force static runtime linking (was causing test errors) * Include MinGW runtime in packaging | ||||
* | adding "/bigobj" compiler flag to allow msvc to handle really large obj | Patrick Sisterhen | 2015-07-23 | 1 | -0/+1 |
| | |||||
* | Updated images package for master (X300 updates) | Ashish Chaudhari | 2015-07-22 | 1 | -2/+2 |
| | |||||
* | cmake: Bumped minimum version for CMake to 2.8 | Martin Braun | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | Updated images package | Martin Braun | 2015-07-14 | 1 | -2/+2 |
| | | | | | | | - X300 Rev7 images - B200 updated firmware (V8) - OctoClock - E300 (idle image) | ||||
* | build: Python 3 compatibility for build scripts | Nicholas Corgan | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -4/+4 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-07-14 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | ||||
| * | 3.8.5 Release Candidate | Martin Braun | 2015-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package | ||||
* | | uhd: Removed the ORC dependency | Martin Braun | 2015-07-01 | 1 | -3/+0 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-23 | 1 | -2/+2 |
|\| | |||||
| * | docs: Fixed FPGA manual auto-building | Martin Braun | 2015-06-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-22 | 1 | -3/+4 |
|\| | |||||
| * | cmake: removed unnecessary prints | Nicholas Corgan | 2015-06-22 | 1 | -3/+4 |
| | | |||||
| * | Renamed images package for release tag | Martin Braun | 2015-05-11 | 1 | -2/+2 |
| | | |||||
| * | 3.8.4 Release Candidate | Martin Braun | 2015-05-06 | 1 | -2/+2 |
| | | | | | | | | | | | | - Updated fpga-src - Updated version strings - Updated images package | ||||
| * | Updated Images Package for B200 | Martin Braun | 2015-04-30 | 1 | -2/+2 |
| | |