Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replace <prefix> with <install-path> in docs for clarity | Josh Blum | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | uhd: install dlls into runtime path, updated docs | Josh Blum | 2011-04-01 | 1 | -3/+1 |
| | |||||
* | usb: tweaks to the build guide (libusb + windows) | Josh Blum | 2011-03-29 | 1 | -3/+4 |
| | |||||
* | uhd: added docs on usrp2/n, removed empty n2xx doc page, misc | Josh Blum | 2011-01-24 | 1 | -3/+10 |
| | |||||
* | uhd: correct msvc terminal commands for building | Josh Blum | 2011-01-20 | 1 | -2/+2 |
| | |||||
* | uhd: implemented top-level component registry | Josh Blum | 2010-12-20 | 1 | -1/+1 |
| | | | | now docs, examples, utils, usb, are configurable components with dependencies | ||||
* | uhd: fix docs on boost version, also add additional version string for 1.44 | Josh Blum | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | usb: added libusb docs to build guide, usrp1: moved transfer param docs | Josh Blum | 2010-09-29 | 1 | -1/+20 |
| | |||||
* | uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked ↵ | Josh Blum | 2010-09-22 | 1 | -14/+25 |
| | | | | | | other docs disabled -pedantic for now as well | ||||
* | usrp1: work on gpio clock divider for dbsrx, still not locking | Josh Blum | 2010-08-30 | 1 | -0/+8 |
| | |||||
* | Merge branch 'package' | Josh Blum | 2010-07-16 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | Also tweaked pkg config file Conflicts: host/CMakeLists.txt | ||||
| * | uhd: time for version minor, path tweaks, notes on windows command line ↵ | Josh Blum | 2010-07-13 | 1 | -0/+6 |
| | | | | | | | | compilation | ||||
* | | uhd: add lib64 to boost library path when it exists (helps fedora 64) | Josh Blum | 2010-07-13 | 1 | -1/+0 |
|/ | |||||
* | uhd: added build notes for fedora 64 boost not found | Josh Blum | 2010-06-28 | 1 | -1/+4 |
| | |||||
* | uhd: removed hackery to set performance flags, use release mode. | Josh Blum | 2010-06-26 | 1 | -0/+1 |
| | | | | | | The correct optimization flags are added when the build type is set to release. Made a change to set built type to release if not specified, and added build guide notes. For MSVC, one must set release mode from the visual studio IDE. | ||||
* | mac os x card burner support and documentation notes | Josh Blum | 2010-05-21 | 1 | -5/+26 |
| | |||||
* | Removed the boost exception stuff, replaced it with macro that formats the ↵ | Josh Blum | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | throw site information. SWIG didnt handle the boost exception stuff, even with custom exception wrappers. Now the boost requirement can be lowered back to 3.6. | ||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -1/+1 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | Created a docs directory to house restructured text documentation. | Josh Blum | 2010-04-18 | 1 | -0/+130 |
Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2. |