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

Random improvements #61

Merged
merged 7 commits into from Dec 30, 2014
Merged

Commits on Dec 30, 2014

  1. Copy the full SHA
    340ce01 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5d7a94a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9242277 View commit details
    Browse the repository at this point in the history
  4. [pvr.tvh] introduce a struct for storing all addon settings

    This struct is created when the addon is started and stored as a const
    reference in CTvheadend. This way we avoid having to lock the global
    mutex whenever a setting value has to be read. It was generally not
    needed before either since the only time a setting could change was
    right before the addon was restarted or when the timeout parameters
    where changed (which didn't require a restart). This removes that
    uncertainty.
    Jalle19 committed Dec 30, 2014
    Copy the full SHA
    6d50770 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bd530ed View commit details
    Browse the repository at this point in the history
  6. [pvr.tvh] don't assume the ADDON namespace is used in Tvheadend.h

    This has worked since every class that uses Tvheadend.h has also
    had "using namespace ADDON" in it
    Jalle19 committed Dec 30, 2014
    Copy the full SHA
    9fb71db View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    bf8d0db View commit details
    Browse the repository at this point in the history