summaryrefslogtreecommitdiffstats
path: root/host/cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\|
| * Minor changes for Debian package complianceNicholas Corgan2013-04-302-1/+4
| | | | | | | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile
* | cmake: Added custom NSIS templatesNicholas Corgan2013-04-162-0/+992
| | | | | | | | | | | | * More personalized messages * Unused "UHD Desktop Icon" option removed * UHD Images Downloader, USRP2 Card Burner, and USRP-N2XX Net Burner added to Start Menu
* | orc: fixed orc version check with pkg configJosh Blum2013-04-151-1/+9
| |
* | orc: added std cmake finder script for orcJosh Blum2013-03-291-0/+28
| |
* | Merge branch 'maint'Josh Blum2013-03-261-1/+1
|\|
| * uhd: update version to 3.5.2 for patch releaseJosh Blum2013-03-261-1/+1
| |
* | cmake: uhd-usrp.rules location fixed to reflect FHS complianceNicholas Corgan2013-03-212-4/+4
| |
* | usb: added C enable for libusb checkJosh Blum2013-03-111-0/+1
| |
* | usb: check for and use libusb_handle_events_timeout_completedJosh Blum2013-03-111-1/+13
| |
* | Merge branch 'maint'Nicholas Corgan2013-02-281-1/+18
|\|
| * Merge branch 'maint34' into maintNicholas Corgan2013-02-281-1/+18
| |\
| | * Added Windows DLL resource file to insert version into DLLNicholas Corgan2013-02-281-1/+18
| | |
* | | Merge branch 'maint'Nicholas Corgan2013-02-141-1/+1
|\| |
| * | Merge branch 'maint34' into maintNicholas Corgan2013-02-141-1/+1
| |\|
| | * cmake: changed DEB Boost dependency from libboost-dev to libboost-all-devNicholas Corgan2013-02-141-1/+1
| | |
| | * uhd: changed version number to 3.4.5release_003_004_005Josh Blum2013-01-161-1/+1
| | |
* | | Merge branch 'fhs_work'Josh Blum2013-01-231-2/+2
|\ \ \
| * | | uhd: work on moving binaries to lib/uhdJosh Blum2012-11-081-2/+2
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2013-01-161-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | uhd: changed version number to 3.5.1release_003_005_001Josh Blum2013-01-161-1/+1
| | | |
* | | | Merge branch 'maint'Nicholas Corgan2012-11-191-0/+7
|\| | |
| * | | Merge branch 'maint34' into maintNicholas Corgan2012-11-161-0/+7
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: host/lib/usrp/b100/b100_impl.cpp host/lib/usrp/usrp1/usrp1_impl.hpp
| | * | lib/cmake: CPack source workNicholas Corgan2012-11-161-0/+7
| | | | | | | | | | | | | | | | | | | | * Removed all host code dependencies on firmware headers * Put in CMake settings for CPack source
* | | | Merge branch 'maint'Josh Blum2012-11-131-1/+9
|\| | | | |_|/ |/| |
| * | Merge branch 'maint34' into maintJosh Blum2012-11-131-1/+9
| |\|
| | * cmake: UHD_VERSION ignores GIT_COUNT if the string 'release' is in ↵Nicholas Corgan2012-11-131-1/+9
| | | | | | | | | | | | UHD_RELEASE_MODE rather than equaling 'release'
* | | uhd: unit tests generate script w/ env pathsJosh Blum2012-10-291-0/+110
| | |
* | | uhd: removed installation of unit test filesJosh Blum2012-10-291-4/+1
|/ /
* / uhd: changed version number to 3.5.0Josh Blum2012-10-191-2/+2
|/
* uhd: bumped patch version number to 3.4.4release_003_004_004Josh Blum2012-10-181-1/+1
|
* uhd: bumped patch version number to 3.4.3release_003_004_003Josh Blum2012-07-301-1/+1
|
* uhd: bumped patch version number to 3.4.2release_003_004_002Josh Blum2012-05-221-1/+1
|
* cmake: UHDVersion.cmake gets rid of git commit number if 'release' is ↵Nicholas Corgan2012-04-131-1/+5
| | | | specified in UHD_RELEASE_MODE
* uhd: bumped version num to 3.4.1 for releaserelease_003_004_001Josh Blum2012-04-101-1/+1
|
* cmake: Binaries give notification before installing or uninstalling UHD. ↵Nicholas Corgan2012-03-294-1/+5
| | | | Better to give an output than just an empty pause.
* uhd: use release mode and git count for stable and unstable buildsJosh Blum2012-03-261-22/+28
|
* Changes preinst.in to 'echo' instead of 'ls'Nicholas Corgan2012-03-231-1/+1
|
* Add a toolchain file to build cross using e100 toolchain.Philip Balister2012-03-131-0/+20
| | | | | | | | | | | This appears to build uhd cross using my toolchain. Run cmake with: cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_cross.cmake \ -DENABLE_E100=ON -DENABLE_USRP_E_UTILS=TRUE ../ It does not detect orc properly. Signed-off-by: Philip Balister <philip@opensdr.com>
* For Windows installers, CMake checks the size of void* to differentiate ↵Nicholas Corgan2012-03-131-1/+7
| | | | between Windows x86 and x64.
* Changes Windows installer filename to match naming convention of Ubuntu and ↵Nicholas Corgan2012-02-291-0/+1
| | | | Fedora installers
* cmake:Nicholas Corgan2012-02-282-12/+15
| | | | | | | More git info used for build info UHD version incorporates build info apt/yum repos use new version number New installer filename syntax
* Try really hard to get cmake to use compiler flags from the toolchain file.Philip Balister2012-02-211-2/+2
| | | | | | | | | | | | See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html Also credit to OpenEmbedded for doing something similar in the toolchain file they create. Note that adding the SYSTEM_NAME to the toolchain file sets CROSS_COMPILING, which is not what we want for native compiling. Signed-off-by: Philip Balister <philip@opensdr.com>
* usb: added /opt/local to libusb search pathJosh Blum2012-02-211-1/+2
| | | | For OSX from MLD
* usb: updated FindUSB1.cmake for standards complianceJosh Blum2012-01-091-29/+28
| | | | | Using cmake's recommended conventions for find scripts. Find script also handles different library name for freebsd.
* uhd: bumped version number for next branch workJosh Blum2011-11-071-2/+2
|
* uhd: bump verion compat to 3.3.1Josh Blum2011-10-271-1/+1
|
* uhd: added toolchain file for native arm neon buildJosh Blum2011-10-271-0/+8
|