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

Rewrite #23

Merged
merged 21 commits into from Aug 19, 2015
Merged

Rewrite #23

merged 21 commits into from Aug 19, 2015

Commits on Aug 15, 2015

  1. [WIP] Rewrite SMC.swift

    beltex committed Aug 15, 2015
    Copy the full SHA
    17c8871 View commit details
    Browse the repository at this point in the history
  2. Update SMCKitTool

    beltex committed Aug 15, 2015
    Copy the full SHA
    dc6f409 View commit details
    Browse the repository at this point in the history
  3. Update powermetricsTests

    beltex committed Aug 15, 2015
    Copy the full SHA
    2a71704 View commit details
    Browse the repository at this point in the history
  4. Update SMCKitTests

    Needed to mark a few things public for use as a framework, namely extensions.
    beltex committed Aug 15, 2015
    Copy the full SHA
    917b66e View commit details
    Browse the repository at this point in the history
  5. Update README

    beltex committed Aug 15, 2015
    Copy the full SHA
    5a11b3c View commit details
    Browse the repository at this point in the history
  6. Update to Xcode 7 Beta 4

    beltex committed Aug 15, 2015
    Copy the full SHA
    e778594 View commit details
    Browse the repository at this point in the history
  7. Temperature sensor namespace

    beltex committed Aug 15, 2015
    Copy the full SHA
    fb72705 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0e9b5b6 View commit details
    Browse the repository at this point in the history
  9. Bump framework version to dev

    beltex committed Aug 15, 2015
    Copy the full SHA
    56ec999 View commit details
    Browse the repository at this point in the history
  10. Data type namespace

    beltex committed Aug 15, 2015
    Copy the full SHA
    fcc4735 View commit details
    Browse the repository at this point in the history
  11. Maintain temperature sensor status quo for now

    Have an improvement for this coming, but lets leave it as it was for now
    beltex committed Aug 15, 2015
    Copy the full SHA
    45ee91f View commit details
    Browse the repository at this point in the history
  12. Update header

    beltex committed Aug 15, 2015
    Copy the full SHA
    d39da61 View commit details
    Browse the repository at this point in the history
  13. [SMCKitTests] XCTest doesn't seem to like tests that throw

    These tests don't seem to have been running, fixed now.
    beltex committed Aug 15, 2015
    Copy the full SHA
    ea90ab3 View commit details
    Browse the repository at this point in the history
  14. [Xcode] Reorder groups

    beltex committed Aug 15, 2015
    Copy the full SHA
    faacfb9 View commit details
    Browse the repository at this point in the history
  15. Comments

    beltex committed Aug 15, 2015
    Copy the full SHA
    c0d49aa View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    c727885 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2015

  1. Handle sign bit for SP78 data type

    Think this addresses #15. So it's now -1 degree Celsius. My theory on this is
    that certain sensors at lower temperatures have inaccurate readings. Maybe there
    located close to an internal fan, and the airflow is causing it to be skewed? In
    any case, this at least lets us feel good that the machine is not in danger of
    over heating.
    
    #15
    beltex committed Aug 17, 2015
    Copy the full SHA
    12215f2 View commit details
    Browse the repository at this point in the history
  2. Make TemperatureSensors.all a dictionary

    This makes the cross check lookup easy for allUnknownTemperatureSensors()
    beltex committed Aug 17, 2015
    Copy the full SHA
    4b25055 View commit details
    Browse the repository at this point in the history
  3. [SMCKitTool] Sort temperature sensors

    No longer pre-sorted due to use of dictionary
    beltex committed Aug 17, 2015
    Copy the full SHA
    5c86f40 View commit details
    Browse the repository at this point in the history
  4. [SMCKitTool] Add -u, --unknown-temperature-sensors option for #17

    Seems to run a bit slow though. This is likely due to the manner in which
    we have to get the keys (via SMC index). Would be nice to cache them some how,
    but that might be overkill.
    
    http://github.com/beltex/SMCKit/issues/17
    beltex committed Aug 17, 2015
    Copy the full SHA
    4fb7552 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2015

  1. Copy the full SHA
    8d52e35 View commit details
    Browse the repository at this point in the history