aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules/UHDGlobalDefs.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove proto-RFNoC filesMartin Braun2019-11-261-5/+0
| | | | | | | This commit removes all files and parts of files that are used by proto-RFNoC only. uhd: Fix include CMakeLists.txt, add missing files
* cmake: Remove superfluous modulesMartin Braun2019-05-221-1/+1
| | | | | | CMakeParseArgumentsCopy, CMakeCheckCXXSymbolExists, and CMakeCheckSymbolExists were backported from when we required CMake 2.8. No longer required since we require CMake 3.5.1.
* math: Remove uhd::math::log2, replace with std::log2Martin Braun2019-01-181-3/+0
| | | | | Now that we're C++11, we can assume the existence of said symbol and need no more portability hacks.
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-10/+10
| | | | | | | | | | | | | | | | | 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!)
* uhd: Update license headersMartin Braun2018-02-191-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 Braun2017-12-221-12/+1
|
* Merge branch 'maint'Martin Braun2016-11-281-1/+0
|\
| * cmake: Remove duplicate definitions of UHD_VERSIONMartin Braun2016-11-181-1/+0
| |
* | cmake: Change version numbering to remove leading zerosMartin Braun2016-10-311-2/+2
|/
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+5
|
* Changing UHD's versioning systemNicholas Corgan2016-06-141-3/+3
| | | | * Version numbers now Major.API.ABI.Patch
* Remove CMake 3.0+ warningsNicholas Corgan2015-08-131-1/+1
|
* cmake: restored compatibility with CMake 2.6Nicholas Corgan2015-03-051-1/+1
|
* cmake: Check for devel version before writing version macroMartin Braun2015-01-151-1/+5
|
* cmake: Added config.h back to the gameMartin Braun2015-01-131-0/+30