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

[Yoga] Implement ASYogaLayoutSpec, a simplified integration strategy for Yoga. #270

Merged
merged 8 commits into from
May 29, 2017

Commits on May 14, 2017

  1. [Yoga] Implement ASYogaLayoutSpec, an experimental alternative to ful…

    …l-tree integration.
    
    This approach allows us to avoid any ASDisplayNode.mm integration points.
    However, it is not yet proven to be possible to achieve correctness with this approach.
    
    The entry point (to start calculating), and the measurement function inputs, lack
    the full expressiveness of ASSizeRange; we need to make sure that workarounds like
    using style.minSize are successful in simulating the behavior of a full Yoga tree.
    appleguy committed May 14, 2017
    Configuration menu
    Copy the full SHA
    02e2af3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Configuration menu
    Copy the full SHA
    4da8531 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2017

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

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    495f8b0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Configuration menu
    Copy the full SHA
    7a9d29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0892c27 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2017

  1. Configuration menu
    Copy the full SHA
    f2d473e View commit details
    Browse the repository at this point in the history
  2. [Yoga] Complete implementation of manual memory management (__bridge_…

    …transfer, YGNodeFree)
    appleguy committed May 29, 2017
    Configuration menu
    Copy the full SHA
    da055aa View commit details
    Browse the repository at this point in the history