aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.rst
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace <prefix> with <install-path> in docs for clarityJosh Blum2011-04-051-1/+1
|
* uhd: install dlls into runtime path, updated docsJosh Blum2011-04-011-3/+1
|
* usb: tweaks to the build guide (libusb + windows)Josh Blum2011-03-291-3/+4
|
* uhd: added docs on usrp2/n, removed empty n2xx doc page, miscJosh Blum2011-01-241-3/+10
|
* uhd: correct msvc terminal commands for buildingJosh Blum2011-01-201-2/+2
|
* uhd: implemented top-level component registryJosh Blum2010-12-201-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.44Josh Blum2010-10-141-1/+1
|
* usb: added libusb docs to build guide, usrp1: moved transfer param docsJosh Blum2010-09-291-1/+20
|
* uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked ↵Josh Blum2010-09-221-14/+25
| | | | | | other docs disabled -pedantic for now as well
* usrp1: work on gpio clock divider for dbsrx, still not lockingJosh Blum2010-08-301-0/+8
|
* Merge branch 'package'Josh Blum2010-07-161-0/+6
|\ | | | | | | | | | | | | Also tweaked pkg config file Conflicts: host/CMakeLists.txt
| * uhd: time for version minor, path tweaks, notes on windows command line ↵Josh Blum2010-07-131-0/+6
| | | | | | | | compilation
* | uhd: add lib64 to boost library path when it exists (helps fedora 64)Josh Blum2010-07-131-1/+0
|/
* uhd: added build notes for fedora 64 boost not foundJosh Blum2010-06-281-1/+4
|
* uhd: removed hackery to set performance flags, use release mode.Josh Blum2010-06-261-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 notesJosh Blum2010-05-211-5/+26
|
* Removed the boost exception stuff, replaced it with macro that formats the ↵Josh Blum2010-05-051-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 Blum2010-04-251-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 Blum2010-04-181-0/+130
Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2.