boinc-upstream:coverity_scan

Last commit made on 2019-05-29
Get this branch:
git clone -b coverity_scan https://git.launchpad.net/boinc-upstream

Branch merges

Branch information

Name:
coverity_scan
Repository:
lp:boinc-upstream

Recent commits

3198e58... by Christian Beer <email address hidden>

Travis: add coverity option to build command

This is to resolve some uninitialized variables defects in coverity.

eb0c803... by Christian Beer <email address hidden>

Merge branch 'master' into coverity_scan

Conflicts:
 .travis.yml

Fixed Trais config to only run coverity scan in this branch

831bd5a... by Adam Radocz <email address hidden>

Merge pull request #3161 from AenBleidd/fix_day_prefs_parse_v6026

[Android] Fix day_prefs parse

baab2ab... by Adam Radocz <email address hidden>

Merge pull request #3159 from AenBleidd/android_remove_unreachable_code_v6003

[Android] Remove unreachable code

dc4eb8d... by Vitalii Koshura

[Android] Fix day_prefs parse

While fixing a warning found by static analyzer:
`V6026 This value is already assigned to the 'mInsideDayPrefs' variable. GlobalPreferencesParser.java(61)`
I found that because of this mistake these settings were not parsed at all.

Signed-off-by: Vitalii Koshura <email address hidden>

8624ed3... by Vitalii Koshura

[Android] Delete duplicate expression

Signed-off-by: Vitalii Koshura <email address hidden>

67baa15... by Vitalii Koshura

[Android] Remove unreachable code

Fixing warning found by static analyzer:
`V6003 The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is a probability of logical error presence.`

This piece of code duplicates the one already presented above where it logically more correct.

Signed-off-by: Vitalii Koshura <email address hidden>

ec5c357... by Laurence Field

Merge pull request #3156 from BOINC/knr_readme

Update README

8f2cde7... by Kevin Reed <email address hidden>

Reorder text on README

740252c... by Kevin Reed <email address hidden>

Update README link for contribution to refer to the BOINC development processes page.