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

Use blocks for attribute accessors in Struct to facilitate proper aliasing behavior #91

Merged
merged 8 commits into from May 31, 2012

Commits on May 23, 2012

  1. Replace MRI Struct attribute accessors with IMP-wrapped blocks, givin…

    …g each attr_accessor its own implementation in Objective-C
    macrotis committed May 23, 2012
    Copy the full SHA
    389ec1a View commit details
    Browse the repository at this point in the history
  2. Update master to 69434c9

    macrotis committed May 23, 2012
    Copy the full SHA
    a8382a2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0625753 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2012

  1. Copy the full SHA
    5bf56cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78a1270 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3043e29 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2012

  1. Pass block environments to pl_imp_implementationWithBlock() directly …

    …instead of copying to heap
    macrotis committed May 26, 2012
    Copy the full SHA
    e80a075 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2012

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