Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Cleaned code, removed smc.h, fixed typos #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2015

  1. Now includes its header

    perfaram committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    48cbf2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6741b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a48880 View commit details
    Browse the repository at this point in the history
  4. Removed useless SMC.h

    And moved #includes to header
    perfaram committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    ec7f619 View commit details
    Browse the repository at this point in the history
  5. Fixed typo

    I SPENT ONE FUCKING HOUR TRYING TO UNDERSTAND WHY MY CODE SEGFAULTED.
    Someone will be hung for that… 😡
    perfaram committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    af0e45a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Configuration menu
    Copy the full SHA
    804d263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d75bdc1 View commit details
    Browse the repository at this point in the history
  3. Raw representation for SMCVals

    * stringRawRepresentationForBytes:withSize:ofType:toNSString
    * stringRawRepresentationForBytes:withSize:ofType:inBuffer
    * stringRawRepresentationOfVal:inBuffer
    * stringRawRepresentationOfVal:toNSString
    
    Also added comments for readKey:intoVal
    perfaram committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    f06f166 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    745cd42 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Cleaned again, added typeOfVal

    Standardised argument for NSStrings passed ‘by reference’
    Added -(BOOL) typeOfVal:(SMCVal_t)val intoString:(NSString **)str;
    stringRep methods now properly return true/false values (made a mistake
    yesterday)
    perfaram committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    b15417d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2015

  1. Fixed typo in function name

    Was calling stringRep… instead of stringRawRep
    perfaram committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    f057f53 View commit details
    Browse the repository at this point in the history