aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated version string for Release 3.7.3Martin Braun2014-10-061-1/+1
| |
* | cmake: set ENV variables to tell GR's FindUHD.cmake that these files were ↵Michael Dickens2014-09-252-0/+13
| | | | | | | | actually used; UHDConfig*.cmake are not always allowed to use CACHE variables, thus the use of ENV.
* | cmake: Add in UHDConfig*.cmake files and install them into CMAKE_MODULES_DIR ↵Michael Dickens2014-09-252-0/+246
| | | | | | | | if provided (default value is "lib${LIB_SUFFIX}/cmake/"). Tested to work with GR's new FindUHD.cmake (as a daisy-chained "find_package(UHD ...)") as well as directly.
* | Merge branch 'maint'Martin Braun2014-08-183-18/+20
|\|
| * cmake: fixed FindORC logic, was allowing usage of versions below minimumNicholas Corgan2014-08-141-1/+1
| |
| * Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-142-17/+19
| | | | | | | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements
* | Merge branch 'maint'Martin Braun2014-08-071-1/+2
|\|
| * cmake: add UHD version to NSIS installer titleNicholas Corgan2014-08-051-1/+2
| |
* | Merge branch 'maint'Nicholas Corgan2014-07-231-1/+1
|\|
| * Updated UHD version and images URL+MD5sum for 3.7.2 rc1Nicholas Corgan2014-07-231-1/+1
| |
* | Merge branch 'maint'Nicholas Corgan2014-06-031-1/+1
|\|
| * cmake: added "libusb-1.0" to the list of library names for libusbNicholas Corgan2014-06-031-1/+1
| |
* | Merging maint. Includes manual changes which break B200 Doxygen pageBen Hilburn2014-05-141-1/+15
|\|
| * cmake: add option to specify MSVC version in package filenameNicholas Corgan2014-05-071-1/+15
| |
* | Merge branch 'maint'Nicholas Corgan2014-04-301-2/+2
|\|
| * cmake: fix UHD_VERSION determination when most recent tag contains hyphensNicholas Corgan2014-04-301-2/+2
| |
* | Merge branch 'maint'Nicholas Corgan2014-04-212-2/+2
|\|
| * Updated UHD version to 3.7.1, changed images information accordinglyNicholas Corgan2014-04-211-1/+1
| |
| * readme fixNicholas Corgan2014-04-211-1/+1
| |
* | NSIS: update Start Menu documentation links after Doxygen+Manual consolidationNicholas Corgan2014-04-091-4/+2
|/
* cmake: don't set CPACK_SET_DESTDIR with NSISNicholas Corgan2014-03-211-1/+3
|
* cmake: added CPACK_SET_DESTDIR variable for consistent CMAKE_INSTALL_PREFIX ↵Nicholas Corgan2014-03-171-1/+2
| | | | usage in packaging
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-042-3/+22
|
* UHDPackage: with a libusbx static library being used for installers, remove ↵Nicholas Corgan2013-12-201-2/+2
| | | | libusb-1.0 as package dependency
* Merge remote-tracking branch 'origin/mergeme/win7_start_menu_docs'Ben Hilburn2013-12-111-0/+4
|\
| * For Windows users, Doxygen and Manual documentation are available from Start ↵Nicholas Corgan2013-09-271-0/+4
| | | | | | | | Menu
* | Merging Philip Balister's work for ARM cross-compilation.Ben Hilburn2013-12-113-1/+26
| |
* | Updated UHD version and images downloader URL for 3.6.2 release candidate 1003_006_002_rc1Nicholas Corgan2013-12-041-1/+1
| |
* | cmake: remove Git hash from version string when 'rc' is presentNicholas Corgan2013-11-271-2/+2
| |
* | UHDPackage: fix references to README and LICENSE files after name changesNicholas Corgan2013-11-271-3/+2
| |
* | Squashed commit uhd/cleanup.Ben Hilburn2013-11-271-1/+2
| |
* | Updated UHD version to 3.6.0Nicholas Corgan2013-11-191-2/+2
| |
* | Merge branch 'maint'Nicholas Corgan2013-11-191-1/+1
|\ \ | |/ |/| | | | | Conflicts: host/CMakeLists.txt
| * Updated UHD version to 3.5.5release_003_005_005Nicholas Corgan2013-11-191-1/+1
| |
* | Merge branch 'maint'Nicholas Corgan2013-09-251-1/+1
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * Updated UHD version to 3.5.4release_003_005_004Nicholas Corgan2013-09-251-1/+1
| |
* | Merge branch 'maint'Josh Blum2013-09-112-0/+2
|\|
| * Fixed references to Linux USB permissions commandsNicholas Corgan2013-09-112-2/+4
| | | | | | | | * 'sudo udevadm trigger' needs to be run after reloading rules
* | usb: useful error messages on failed submitJosh Blum2013-07-161-1/+6
| |
* | Merge branch 'maint'Nicholas Corgan2013-06-201-0/+5
|\|
| * MSVC automatically installs MSVC runtime DLL'sNicholas Corgan2013-06-201-0/+5
| |
* | 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-103-21/+84
|\| | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-103-21/+84
| | | | | | | | | | | | * -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
|\|
| * Bumped up version to 3.5.3release_003_005_003Nicholas Corgan2013-05-101-1/+1
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-032-0/+25
|\|
| * UHD has man pages nowNicholas Corgan2013-05-032-0/+25
| | | | | | | | | | * Linux installations will automatically install man pages * Moved usrp_n2xx_simple_net_burner and usrp2_card_burner into bin
* | Merge branch 'maint'Nicholas Corgan2013-04-302-1/+4
|\|