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

Enum migration #141

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

Commits on May 9, 2015

  1. Begin migrating away from NSEnumerator:

    Use foreachkey or foreach macro when appropriate.
    MaddTheSane committed May 9, 2015
    Configuration menu
    Copy the full SHA
    64e0b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a633b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a229df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc436d View commit details
    Browse the repository at this point in the history
  5. Almost done.

    Skipping StationEntity.m because of its heavy use of custom enumerators.
    MaddTheSane committed May 9, 2015
    Configuration menu
    Copy the full SHA
    64ab5c7 View commit details
    Browse the repository at this point in the history
  6. Have the foreach and foreachkey macros match the space after the decl…

    …aration,
    
    as is done for "for".
    MaddTheSane committed May 9, 2015
    Configuration menu
    Copy the full SHA
    1e3dbfc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Fix a couple of bugs.

    MaddTheSane committed May 10, 2015
    Configuration menu
    Copy the full SHA
    3e8d91e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1dd01f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32821da View commit details
    Browse the repository at this point in the history