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

KVO Workaround #8

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

KVO Workaround #8

wants to merge 17 commits into from

Commits on Oct 6, 2011

  1. Added KVO workaround. The workaround allows to reference weakly an ob…

    …ject that already has KVO observers and still keep the zeroing power.
    PsychoH13 committed Oct 6, 2011
    Copy the full SHA
    a16318f View commit details
    Browse the repository at this point in the history
  2. Cleanup hack.

    PsychoH13 committed Oct 6, 2011
    Copy the full SHA
    01398cb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2011

  1. Copy the full SHA
    e5aea14 View commit details
    Browse the repository at this point in the history
  2. Fixed KVO observation bug. The observation is added only if the objec…

    …t is not already observed
    PsychoH13 committed Oct 8, 2011
    Copy the full SHA
    985fea6 View commit details
    Browse the repository at this point in the history
  3. Added test cases.

    PsychoH13 committed Oct 8, 2011
    Copy the full SHA
    5c8f868 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    521cf98 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2011

  1. MAWeakTimer additions.

    Allows the creation and scheduling of timers that do not retain their targets and invalidate themselves automatically when the target is deallocated.
    PsychoH13 committed Oct 27, 2011
    Copy the full SHA
    3ec5a05 View commit details
    Browse the repository at this point in the history
  2. Added comments.

    PsychoH13 committed Oct 27, 2011
    Copy the full SHA
    7e69e0e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2011

  1. Copy the full SHA
    e785aa9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    864bdcd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2011

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

Commits on Dec 16, 2011

  1. Copy the full SHA
    c2900d6 View commit details
    Browse the repository at this point in the history
  2. Factorizing code.

    PsychoH13 committed Dec 16, 2011
    Copy the full SHA
    7014704 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2012

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

Commits on Apr 23, 2012

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

Commits on May 16, 2012

  1. Corrected macros.

    PsychoH13 committed May 16, 2012
    Copy the full SHA
    c5b7ccf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2013

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