aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bumped up version to 3.5.3release_003_005_003Nicholas Corgan2013-05-101-1/+1
|
* 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
* Minor changes for Debian package complianceNicholas Corgan2013-04-302-1/+4
| | | | | * Made CMake script to find libusb-1.0 stronger * Added Debian watchfile
* uhd: update version to 3.5.2 for patch releaseJosh Blum2013-03-261-1/+1
|
* 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 '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
| |
* | uhd: changed version number to 3.5.1release_003_005_001Josh Blum2013-01-161-1/+1
| |
* | 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 '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: 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
|
* uhd: added missing shbang to pre/post scriptsJosh Blum2011-10-148-1/+9
|
* uhd: added post/pre un/install scripts for deb and rpm packagesrelease_003_003_000Josh Blum2011-10-149-1/+175
|
* uhd: added supported models and some doc tweaksJosh Blum2011-10-141-1/+1
|
* uhd: bumped version numbers for this new cycleJosh Blum2011-09-231-2/+2
|
* uhd: bump minor version for patch releaseJosh Blum2011-08-291-1/+1
|
* uhd: bump patch version to 2 for upcoming patch releaseJosh Blum2011-08-151-1/+1
|
* save before you commit, thanksNick Foster2011-08-111-1/+1
|
* typo in last commitNick Foster2011-08-111-1/+1
|
* uhd: also find RST2HTML_EXECUTABLE as rst2html.pyJosh Blum2011-08-111-1/+1
|
* uhd: incr minor, add date to images tag, add package target to makefileJosh Blum2011-07-291-1/+1
|
* uhd: updated the major and minor versions for next branchJosh Blum2011-07-081-2/+2
|
* uhd: moved modules and some other files into cmake subdirJosh Blum2011-07-0810-0/+1038