Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge branch 'maint' | Nicholas Corgan | 2013-11-18 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / / | ||||||
| | * | / / / / | lib: dbsrx2 bugfix | Nicholas Corgan | 2013-11-18 | 1 | -3/+3 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'maint' | Nicholas Corgan | 2013-11-12 | 0 | -0/+0 | |
| |\| | | | | | ||||||
| | * | | | | | BUG #203: Initialized gain values to 0.0 | Michael West | 2013-11-12 | 2 | -5/+9 | |
| | |/ / / / | ||||||
| * | | / / | BUG #203: Initialized gain values to 0.0 | Michael West | 2013-11-08 | 2 | -5/+9 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | uhd: help strings for 'stats' and 'progress' were reversed | Balint Seeber | 2013-11-06 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issue | Nicholas Corgan | 2013-11-01 | 1 | -12/+13 | |
| | | | | | ||||||
| * | | | | utils: usrp_burn_mb_eeprom can now burn multiple EEPROM values | Nicholas Corgan | 2013-10-31 | 1 | -10/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * example: usrp_burn_mb_eeprom --key="name,ip-addr" --val="my_usrp,192.168.10.3" * As before, omitting the --val argument will just read off all named keys * If number of given keys and vals don't match, the util will throw an error | |||||
| * | | | | paths: get_module_paths adds share/uhd/modules to the list of applicable paths | Nicholas Corgan | 2013-10-30 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'maint' | Nicholas Corgan | 2013-10-29 | 0 | -0/+0 | |
| |\| | | | ||||||
| | * | | | utils: fix declaration of "env_path_sep" such that it is always initialized ↵ | Michael Dickens | 2013-10-29 | 1 | -10/+11 | |
| | | | | | | | | | | | | | | | | | | | | before it is used in the "get_env_paths" function, by moving it from the global scope to inside that function. This change allows UHD_STATIC_BLOCK(load_modules) to work correctly. | |||||
| * | | | | Merge pull request #192 from EttusResearch/mdickens/static_load_fix | Ben Hilburn | 2013-10-29 | 1 | -10/+11 | |
| |\ \ \ \ | | |_|/ / | |/| | | | utils: fix declaration of "env_path_sep" such that it is always initiali... | |||||
| | * | | | utils: fix declaration of "env_path_sep" such that it is always initialized ↵ | Michael Dickens | 2013-10-28 | 1 | -10/+11 | |
| |/ / / | | | | | | | | | | | | | before it is used in the "get_env_paths" function, by moving it from the global scope to inside that function. This change allows UHD_STATIC_BLOCK(load_modules) to work correctly. | |||||
* | | / | Fixed converters and added comments for better readability | Michael West | 2013-11-20 | 2 | -20/+48 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'master' into mwest_coverity | Michael West | 2013-10-28 | 2 | -5/+7 | |
|\| | | ||||||
| * | | Merge branch 'maint' | Nicholas Corgan | 2013-10-23 | 1 | -2/+4 | |
| |\| | ||||||
| | * | docs: added info on libusbx for Windows | Nicholas Corgan | 2013-10-23 | 1 | -2/+4 | |
| | | | ||||||
| * | | Updated master images downloader URL | Nicholas Corgan | 2013-10-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | |||||
| * | | Merge branch 'maint' | Nicholas Corgan | 2013-10-23 | 1 | -1/+1 | |
| |\| | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | |||||
| | * | Updated images downloader URL | Nicholas Corgan | 2013-10-23 | 1 | -2/+2 | |
| | | | ||||||
| | * | cmake: fixed UHD_IMAGES_DIR behavior to include directories inside specified ↵ | Nicholas Corgan | 2013-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | images directory | |||||
* | | | Fixed compiler warnings. | Michael West | 2013-10-28 | 1 | -5/+5 | |
| | | | ||||||
* | | | CID 1104331: Fixed untrusted loop bound. | Michael West | 2013-10-28 | 1 | -4/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CID 1104330: Fixed untrusted value as argument. CID 1104326: Fixed uncaught exception. CID 1104325: Fixed uncaught exception. CID 1104324: Fixed uncaught exception. CID 1104323: Fixed uncaught exception. CID 1104322: Fixed uncaught exception. | |||||
* | | | CID 1104332: Restored ostream format. | Michael West | 2013-10-28 | 1 | -0/+2 | |
| | | | ||||||
* | | | CID 1104295: Fixed use after free. | Michael West | 2013-10-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | CID 1104294: Fixed use after free. CID 1104293: Fixed use after free. CID 1104292: Fixed use after free. | |||||
* | | | CID 1104347: Fixed logically dead code. | Michael West | 2013-10-28 | 1 | -2/+3 | |
| | | | | | | | | | | | | CID 1104336: Fixed array comparison to 0. | |||||
* | | | CID 1104348: Fixed assertion. | Michael West | 2013-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104319: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -2/+3 | |
| | | | | | | | | | | | | CID 1104318: Fixed uninitialized scalar. | |||||
* | | | CID 1104320: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104298: Removed dead code. | Michael West | 2013-10-28 | 1 | -2/+0 | |
| | | | | | | | | | | | | CID 1104296: Removed dead code. | |||||
* | | | CID 1104301: Fixed uninitialized pointer. | Michael West | 2013-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104334: Fixed big parameter passed by value. | Michael West | 2013-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104345: Fixed division by zero. | Michael West | 2013-10-28 | 1 | -11/+11 | |
| | | | ||||||
* | | | CID 1104309: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -1/+4 | |
| | | | ||||||
* | | | CID 1104308: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -0/+3 | |
| | | | ||||||
* | | | CID 1104302: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -0/+1 | |
| | | | ||||||
* | | | CID 1104317: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104316: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -1/+4 | |
| | | | ||||||
* | | | CID 1104315: Fixed uninitialized scalar field. | Michael West | 2013-10-28 | 1 | -1/+4 | |
| | | | ||||||
* | | | CID 1104329: Fixed untrusted loop bound. | Michael West | 2013-10-28 | 1 | -0/+6 | |
| | | | | | | | | | | | | CID 1104327: Fixed untrusted value as argument. | |||||
* | | | CID 1104331: Fixed untrusted loop bound. | Michael West | 2013-10-28 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | CID 1104328: Fixed untrusted value as argument. CID 1104297: Removed dead code. | |||||
* | | | CID 1104313: Fixed uninitialized scalar. | Michael West | 2013-10-28 | 1 | -0/+1 | |
| | | | ||||||
* | | | CID 1104300: Fixed uninitialized scalar | Michael West | 2013-10-23 | 1 | -2/+5 | |
| | | | | | | | | | | | | CID 1104299: Fixed uninitialized scalar | |||||
* | | | CID 1104337: Fixed improper use of negative value | Michael West | 2013-10-23 | 1 | -1/+2 | |
| | | | | | | | | | | | | CID 1104314: Fixed uninitialized scalar | |||||
* | | | CID 1104312 Fixed uninitialied scalar | Michael West | 2013-10-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104307: Fixed uninitialized scalar | Michael West | 2013-10-23 | 1 | -1/+2 | |
| | | | ||||||
* | | | CID 1104341: Fixed missing break in switch | Michael West | 2013-10-23 | 1 | -2/+6 | |
| | | | | | | | | | | | | CID 1104338: Fixed missing break in switch | |||||
* | | | CID 1104340: Fixed missing break in switch | Michael West | 2013-10-23 | 1 | -2/+6 | |
| | | | | | | | | | | | | CID 1104339: Fixed missing break in switch | |||||
* | | | CID 1104303: Fixed uninitialized scalar | Michael West | 2013-10-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | CID 1104306: Fixed uninitialized scalar | Michael West | 2013-10-23 | 1 | -1/+1 | |
| | | |