Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes from SCA #154

Merged
merged 4 commits into from
May 29, 2018
Merged

Fixes from SCA #154

merged 4 commits into from
May 29, 2018

Commits on May 28, 2018

  1. misc: mark functions with 'override'

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed May 28, 2018
    Configuration menu
    Copy the full SHA
    09c8b3b View commit details
    Browse the repository at this point in the history
  2. make ctors with one argument explicit

    Use explicit keyword for constructors with one argument to
    prevent implicit usage as conversion functions.
    
    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed May 28, 2018
    Configuration menu
    Copy the full SHA
    e7ecef0 View commit details
    Browse the repository at this point in the history
  3. librmb: performing initialization in initialization list

    Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
    dalgaaf committed May 28, 2018
    Configuration menu
    Copy the full SHA
    ab06419 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. fixed initialisation list (ns)

    jrse committed May 29, 2018
    Configuration menu
    Copy the full SHA
    0f7ef94 View commit details
    Browse the repository at this point in the history