Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: honor the LIB_SUFFIX option, added docs for LIB_SUFFIX and tweaked ↵ | Josh Blum | 2010-09-22 | 1 | -2/+4 |
| | | | | | | other docs disabled -pedantic for now as well | ||||
* | uhd: moved version extraction code into version.cmake | Josh Blum | 2010-07-22 | 1 | -1/+2 |
| | |||||
* | Merge branch 'package' | Josh Blum | 2010-07-16 | 1 | -14/+10 |
|\ | | | | | | | | | | | | | 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 | -1/+1 |
| | | | | | | | | compilation | ||||
| * | uhd: moved cpack stuff into config dir (work on cpack) | Josh Blum | 2010-07-13 | 1 | -22/+5 |
| | | |||||
| * | uhd: support for deb and rpm packages, added dependency requirements | Josh Blum | 2010-07-12 | 1 | -5/+18 |
| | | |||||
* | | uhd: fix quotes for boost additional versions, restrict lib64 check to unix ↵ | Josh Blum | 2010-07-16 | 1 | -3/+3 |
| | | | | | | | | platforms | ||||
* | | uhd: add lib64 to boost library path when it exists (helps fedora 64) | Josh Blum | 2010-07-13 | 1 | -1/+5 |
|/ | |||||
* | uhd: removed hackery to set performance flags, use release mode. | Josh Blum | 2010-06-26 | 1 | -6/+7 |
| | | | | | | 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. | ||||
* | uhd: fix for windows warning, tweaks for msvc optimization flags | Josh Blum | 2010-06-25 | 1 | -4/+9 |
| | |||||
* | Created a common usrp dsp utils to handle register word calculations. | Josh Blum | 2010-06-07 | 1 | -10/+1 |
| | | | | (also switched to boost endian define to avoid c compiler check) | ||||
* | usrp2 regs naming convention | Josh Blum | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | Created config macro to force inline. | Josh Blum | 2010-05-17 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | use boost program options for env variables | Josh Blum | 2010-04-29 | 1 | -1/+0 |
| | |||||
* | 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 | -18/+3 |
| | | | | | Moved doxygen build rules into the docs build directory. Created rst docs for building and burning usrp2. | ||||
* | added python+cheetah build requirement, generating vrt.cpp | Josh Blum | 2010-04-09 | 1 | -10/+10 |
| | |||||
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -0/+1 |
| | |||||
* | some doxygen fixes after merge | Josh Blum | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | Added doxygen support. | Josh Blum | 2010-04-04 | 1 | -9/+33 |
| | |||||
* | library loading on windows, status message tweaks, warning tweaks | Josh Blum | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 1 | -4/+6 |
| | | | | The files get installed into the pkg data directory. | ||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -1/+3 |
| | | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro. | ||||
* | compiling under msvc (no idea if it works) | Josh Blum | 2010-03-18 | 1 | -11/+1 |
| | |||||
* | created config.hpp to handle export macros, added exports to public api stuff | Josh Blum | 2010-03-18 | 1 | -1/+12 |
| | |||||
* | fixed linking and warnings on msvs | Josh Blum | 2010-03-18 | 1 | -0/+3 |
| | |||||
* | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 1 | -5/+14 |
| | | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings | ||||
* | Work on the io interface for a device (and some implementation work in usrp2). | Josh Blum | 2010-02-22 | 1 | -0/+9 |
| | | | | | Modified the udp transport to reflect some of these changes. Got the fw compiling again, and it will not set data to true for small payloads (configuration ones). | ||||
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -0/+108 |