Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: use UHD_PKG_DATA_PATH environment variable to override the one in constants | Josh Blum | 2011-04-19 | 1 | -0/+10 |
| | | | | The installer sets UHD_PKG_DATA_PATH, we can can handle transplanted builds. | ||||
* | uhd: added option for nsis installer to set PATH | Josh Blum | 2011-04-16 | 1 | -0/+5 |
| | |||||
* | uhd: set CPACK_PACKAGE_INSTALL_DIRECTORY on NSIS so we dont get an ↵ | Josh Blum | 2011-04-04 | 1 | -0/+4 |
| | | | | inconsistent version suffix | ||||
* | uhd: specify msvc for implementations known only to work on msvc | Josh Blum | 2011-04-04 | 1 | -6/+6 |
| | |||||
* | uhd: define LINUX in build system to simplify some checks | Josh Blum | 2011-04-01 | 1 | -0/+4 |
| | |||||
* | uhd: added images and readme installer component | Josh Blum | 2011-04-01 | 1 | -1/+16 |
| | |||||
* | uhd: set LIB_SUFFIX automatically (all 64-bit redhats) | Josh Blum | 2011-03-28 | 1 | -17/+18 |
| | | | | | | | Check for and define DEBIAN and REDHAT detection vars. Added LIB_SUFFIX check in top level cmakelists. Use CMAKE_SYSTEM_PROCESSOR rather than exec uname -m. Cleans up release mode logic. | ||||
* | uhd: expand UHD_RELEASE_MODE setup to all debian and redhats | Josh Blum | 2011-03-28 | 1 | -15/+15 |
| | |||||
* | uhd: various packing fixes (lib suffix, and library components) | Josh Blum | 2011-03-28 | 1 | -0/+5 |
| | | | | | 1) setup lib suffix for fedora 64 2) specify component for all library target types (should fix missing library files problem) | ||||
* | uhd: swapped UHD_PACKAGE_MODE with UHD_RELEASE_MODE (boolean)release_003_000_000 | Josh Blum | 2011-03-27 | 1 | -2/+2 |
| | |||||
* | uhd: work on mac osx packaging | Josh Blum | 2011-03-25 | 1 | -2/+10 |
| | | | | | | | Renamed README type files to have .txt extension (needed for CPACK_RESOURCE_FILE_*). Tweaks to the cpack setup on CPACK_RESOURCE_FILE_* and handling for when UHD_PACKAGE_MODE==AUTO. As of this commit, the mac packages do not contain the .dylib files (do not know why yet). | ||||
* | uhd: update copyright headers with automated script | Josh Blum | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | uhd: try to be smart when setting up cpack when UHD_PACKAGE_MODE=AUTO | Josh Blum | 2011-03-22 | 1 | -4/+32 |
| | |||||
* | uhd: added libusb1 to CPACK_RPM_PACKAGE_REQUIRES | Josh Blum | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | uhd: work on debian package requirements in cpack setup | Josh Blum | 2011-03-22 | 1 | -12/+3 |
| | |||||
* | uhd: setup UHD_VERSION and CPACK_PACKAGE_FILE_NAME | Josh Blum | 2011-03-22 | 1 | -0/+8 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -1/+36 |
| | |||||
* | cmake: moved module files into modules directory, set modules path | Josh Blum | 2010-12-27 | 1 | -0/+44 |