Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Bump dependency versions for UHD 4.0.0.0 | Martin Braun | 2019-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | - 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 | ||||
* | docs: Fix more Doxygen warnings due to spurious backslashes | Martin Braun | 2019-10-15 | 1 | -5/+5 |
| | |||||
* | docs: Fix Doxygen warnings due to spurious backslashes | Martin Braun | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | cmake: Remove ENABLE_PYTHON3 flag and simplify Python detection | Martin Braun | 2019-05-24 | 1 | -4/+2 |
| | | | | | | - Makes use of more modern find_package(Python2/3) if available - Moves almost all Python-related code to UHDPython.cmake - ENABLE_PYTHON3 is no longer necessary | ||||
* | docs: Auto-generate build page with min deps versions | Martin Braun | 2019-04-24 | 1 | -0/+401 |
The build guide manual page now takes the min versions for the dependencies straight from CMake. This avoids having to update the manual whenever we bump depdendencies. |