Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Update version | Aaron Rossetto | 2021-06-16 | 1 | -1/+1 |
| | |||||
* | cmake: Bump dependency versions for UHD 4.0.0.0 | Martin Braun | 2019-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | - Boost >= 1.58 - CMake >= 3.5.1 - gcc >= 5.4.0 - Clang >= 3.8, AppleClang >= 600 - Python >= 3.5 (Py2k no longer supported) - Numpy >= 1.11 - C++14 for lib, include may now use C++11 constructs. - Because there is no more code requiring C++03 syntax, we remove the include-specific clang-format file | ||||
* | cmake: Add UHD_COMPONENT variable | michael-west | 2019-10-15 | 1 | -0/+2 |
| | | | | | | | | Added cmake variable to set the component (currently UHD or MPM). so the banner printed by the log_resource would reference the correct component. Added accessor function and appropriate calls in log.cpp. Signed-off-by: michael-west <michael.west@ettus.com> | ||||
* | Prepare branch for upcoming UHD 3.15 release | Martin Braun | 2019-10-14 | 1 | -2/+2 |
| | | | | | - Update CHANGELOG - Change UHD version to 3.15.0.0 / stable | ||||
* | cmake: Update version string to 3.15.0.git | Martin Braun | 2019-02-13 | 1 | -5/+5 |
| | |||||
* | Preparing branch for 3.14.0.0 Release | michael-west | 2019-02-01 | 1 | -1/+1 |
| | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version info - Updated manifest | ||||
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -72/+72 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | cmake: Change SOVERSION and VERSION for the library files | Martin Braun | 2018-10-29 | 1 | -0/+7 |
| | | | | | | The SOVERSION will now match the ABI string, and the VERSION matches the full UHD version. This will allow easier parallel installation of multiple versions of UHD. | ||||
* | uhd: Post-release cleanup | Brent Stapleton | 2018-07-25 | 1 | -2/+2 |
| | | | | | | - Bump the UHD API version and return to development branch status - Removing artful in list of Ubuntu releases. Support for artful ended in July 2018. | ||||
* | Preparing for 3.13.0.0 Release | Martin Braun | 2018-07-19 | 1 | -1/+1 |
| | | | | | - Updated CHANGELOG - Updated UHD version to non-devel | ||||
* | cmake: Allow to override UHD_GIT_BRANCH from CMake | Martin Braun | 2018-07-14 | 1 | -0/+4 |
| | | | | | | Use cmake -DUHD_GIT_BRANCH_OVERRIDE=$branchname. This can be helpful when building from tarballs, but you need to have the branch information. | ||||
* | cmake: Fix version numbering | Martin Braun | 2018-07-13 | 1 | -2/+2 |
| | | | | | UHD-* branches were being detected as "development", and #cmakedefine does not like it when values are actually zero. | ||||
* | cmake: Changing UHD version to 3.13 and flagging branch as development | Martin Braun | 2018-07-13 | 1 | -2/+2 |
| | |||||
* | cmake: remove local FindGit.cmake | Trung Tran | 2018-06-12 | 1 | -0/+2 |
| | | | | | cmake already supports find_package(Git), we are no longer need to maintain FindGit.cmake. | ||||
* | Prepare branch for 3.12.0.0 release | Martin Braun | 2018-05-17 | 1 | -2/+2 |
| | | | | | - Updated version string - Updated CHANGELOG | ||||
* | cmake: Update version string to 3.12.0.git for master branch | Martin Braun | 2018-03-16 | 1 | -2/+2 |
| | |||||
* | cmake: add manual override option to UHD_VERSION | Andrej Rode | 2018-03-07 | 1 | -1/+3 |
| | |||||
* | Preparing branch for 3.11.0.0 release | Martin Braun | 2018-02-22 | 1 | -1/+1 |
| | | | | | - Updated version string - Updated CHANGELOG | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-05-03 | 1 | -10/+14 |
|\ | |||||
| * | cmake: allow commandline override of UHD_GIT_{COUNT,HASH} | Andrej Rode | 2017-04-13 | 1 | -10/+14 |
| | | |||||
| * | Preparing branch for 3.10.1.1 release. | Martin Braun | 2017-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Updated version string - Updated fpga-src submodule - Updated CHANGELOG - Updated images package | ||||
| * | cmake: Fixed version num depadding | Martin Braun | 2016-11-30 | 1 | -1/+1 |
| | | |||||
| * | Preparing branch for 3.10.1.0 release | Martin Braun | 2016-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package - Updated version string | ||||
| * | cmake: Fixed UHD_VERSION_DEVEL value | Martin Braun | 2016-08-12 | 1 | -1/+1 |
| | | |||||
* | | cmake: Change version numbering to remove leading zeros | Martin Braun | 2016-10-31 | 1 | -25/+3 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-12 | 1 | -3/+4 |
|\| | |||||
| * | cmake: Fixed some bugs related to identifying git branch | Martin Braun | 2016-08-12 | 1 | -3/+4 |
| | | |||||
* | | Updated version to 3.11.0.git for new master branch | Martin Braun | 2016-08-12 | 1 | -2/+2 |
|/ | |||||
* | Updated repository for 3.10.0.0 Release | Martin Braun | 2016-08-11 | 1 | -1/+1 |
| | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version string - Updated ABI string | ||||
* | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 1 | -9/+12 |
| | | | | * Version numbers now Major.API.ABI.Patch | ||||
* | Merge branch 'maint' | Ashish Chaudhari | 2016-05-26 | 1 | -2/+13 |
|\ | |||||
| * | cmake: When git describe fails, just use defaults instead of printing warnings. | Martin Braun | 2016-05-25 | 1 | -2/+13 |
| | | |||||
| * | Preparing maint branch for 3.9.4-RC1 | Martin Braun | 2016-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | - Updated changelog - Updated submodule pointer - Updated version Note: Image package was not updated for RC1 because it's unchanged from 3.9.3. | ||||
| * | Updated branch for upcoming 3.9.3 release | Martin Braun | 2016-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | - Updated changelog - Updated images package - Updated version string | ||||
| * | Updated repo for 3.9.2 release | Martin Braun | 2015-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Updated Changelog - Updated fpga submodule pointer - Updated version strings - Updated images package | ||||
| * | Updated repo for 3.9.1 release | Martin Braun | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | | | | - Version string - Renamed images package | ||||
* | | cmake: Allow to override patch-part of version string | Martin Braun | 2016-03-22 | 1 | -0/+4 |
| | | |||||
* | | cmake: Rename version strings for dev branches | Martin Braun | 2016-03-11 | 1 | -1/+35 |
| | | |||||
* | | cmake: Clearly marked master/3.10 as development branch (changed version string) | Martin Braun | 2015-09-02 | 1 | -1/+1 |
| | | |||||
* | | Updated version strings on master branch (3.10) | Martin Braun | 2015-08-31 | 1 | -2/+2 |
|/ | |||||
* | Updated version strings + fpga-src for 3.9.0 release | Martin Braun | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | build: Python 3 compatibility for build scripts | Nicholas Corgan | 2015-07-14 | 1 | -3/+3 |
| | |||||
* | Updated master version to 3.9.git | Martin Braun | 2015-04-15 | 1 | -3/+3 |
| | |||||
* | Updated Changelog and version number for 3.8.3 | Martin Braun | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | cmake: Fixed trimmed version | Martin Braun | 2015-02-18 | 1 | -2/+6 |
| | |||||
* | 3.8.2 Release | Martin Braun | 2015-01-28 | 1 | -1/+1 |
| | | | | | | - Updated fpga-src - Updated version strings - Updated images package | ||||
* | cmake: Dev branches can get a named version | Martin Braun | 2015-01-28 | 1 | -1/+3 |
| | |||||
* | 3.8.1 Release | Martin Braun | 2014-12-16 | 1 | -1/+1 |
| | | | | | - Updated fpga-src submodule - Updated version strings and images package |