aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'maint'Nicholas Corgan2013-11-181-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| / / / / / / | | |/ / / / / /
| | * | / / / / lib: dbsrx2 bugfixNicholas Corgan2013-11-181-3/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'maint'Nicholas Corgan2013-11-120-0/+0
| |\| | | | |
| | * | | | | BUG #203: Initialized gain values to 0.0Michael West2013-11-122-5/+9
| | |/ / / /
| * | | / / BUG #203: Initialized gain values to 0.0Michael West2013-11-082-5/+9
| | |_|/ / | |/| | |
| * | | | uhd: help strings for 'stats' and 'progress' were reversedBalint Seeber2013-11-061-2/+2
| | | | |
| * | | | usrp_burn_mb_eeprom: removed unnecessary if-statement and fixed whitespace issueNicholas Corgan2013-11-011-12/+13
| | | | |
| * | | | utils: usrp_burn_mb_eeprom can now burn multiple EEPROM valuesNicholas Corgan2013-10-311-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 pathsNicholas Corgan2013-10-301-0/+1
| | | | |
| * | | | Merge branch 'maint'Nicholas Corgan2013-10-290-0/+0
| |\| | |
| | * | | utils: fix declaration of "env_path_sep" such that it is always initialized ↵Michael Dickens2013-10-291-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_fixBen Hilburn2013-10-291-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 Dickens2013-10-281-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 readabilityMichael West2013-11-202-20/+48
| |_|/ |/| |
* | | Merge branch 'master' into mwest_coverityMichael West2013-10-282-5/+7
|\| |
| * | Merge branch 'maint'Nicholas Corgan2013-10-231-2/+4
| |\|
| | * docs: added info on libusbx for WindowsNicholas Corgan2013-10-231-2/+4
| | |
| * | Updated master images downloader URLNicholas Corgan2013-10-231-2/+2
| | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt
| * | Merge branch 'maint'Nicholas Corgan2013-10-231-1/+1
| |\| | | | | | | | | | | | | Conflicts: host/CMakeLists.txt
| | * Updated images downloader URLNicholas Corgan2013-10-231-2/+2
| | |
| | * cmake: fixed UHD_IMAGES_DIR behavior to include directories inside specified ↵Nicholas Corgan2013-10-231-1/+1
| | | | | | | | | | | | images directory
* | | Fixed compiler warnings.Michael West2013-10-281-5/+5
| | |
* | | CID 1104331: Fixed untrusted loop bound.Michael West2013-10-281-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 West2013-10-281-0/+2
| | |
* | | CID 1104295: Fixed use after free.Michael West2013-10-281-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 West2013-10-281-2/+3
| | | | | | | | | | | | CID 1104336: Fixed array comparison to 0.
* | | CID 1104348: Fixed assertion.Michael West2013-10-281-1/+1
| | |
* | | CID 1104319: Fixed uninitialized scalar.Michael West2013-10-281-2/+3
| | | | | | | | | | | | CID 1104318: Fixed uninitialized scalar.
* | | CID 1104320: Fixed uninitialized scalar.Michael West2013-10-281-1/+1
| | |
* | | CID 1104298: Removed dead code.Michael West2013-10-281-2/+0
| | | | | | | | | | | | CID 1104296: Removed dead code.
* | | CID 1104301: Fixed uninitialized pointer.Michael West2013-10-281-1/+1
| | |
* | | CID 1104334: Fixed big parameter passed by value.Michael West2013-10-281-1/+1
| | |
* | | CID 1104345: Fixed division by zero.Michael West2013-10-281-11/+11
| | |
* | | CID 1104309: Fixed uninitialized scalar.Michael West2013-10-281-1/+4
| | |
* | | CID 1104308: Fixed uninitialized scalar.Michael West2013-10-281-0/+3
| | |
* | | CID 1104302: Fixed uninitialized scalar.Michael West2013-10-281-0/+1
| | |
* | | CID 1104317: Fixed uninitialized scalar.Michael West2013-10-281-1/+1
| | |
* | | CID 1104316: Fixed uninitialized scalar.Michael West2013-10-281-1/+4
| | |
* | | CID 1104315: Fixed uninitialized scalar field.Michael West2013-10-281-1/+4
| | |
* | | CID 1104329: Fixed untrusted loop bound.Michael West2013-10-281-0/+6
| | | | | | | | | | | | CID 1104327: Fixed untrusted value as argument.
* | | CID 1104331: Fixed untrusted loop bound.Michael West2013-10-281-4/+12
| | | | | | | | | | | | | | | CID 1104328: Fixed untrusted value as argument. CID 1104297: Removed dead code.
* | | CID 1104313: Fixed uninitialized scalar.Michael West2013-10-281-0/+1
| | |
* | | CID 1104300: Fixed uninitialized scalarMichael West2013-10-231-2/+5
| | | | | | | | | | | | CID 1104299: Fixed uninitialized scalar
* | | CID 1104337: Fixed improper use of negative valueMichael West2013-10-231-1/+2
| | | | | | | | | | | | CID 1104314: Fixed uninitialized scalar
* | | CID 1104312 Fixed uninitialied scalarMichael West2013-10-231-1/+1
| | |
* | | CID 1104307: Fixed uninitialized scalarMichael West2013-10-231-1/+2
| | |
* | | CID 1104341: Fixed missing break in switchMichael West2013-10-231-2/+6
| | | | | | | | | | | | CID 1104338: Fixed missing break in switch
* | | CID 1104340: Fixed missing break in switchMichael West2013-10-231-2/+6
| | | | | | | | | | | | CID 1104339: Fixed missing break in switch
* | | CID 1104303: Fixed uninitialized scalarMichael West2013-10-231-1/+1
| | |
* | | CID 1104306: Fixed uninitialized scalarMichael West2013-10-231-1/+1
| | |