Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |