Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PureLayout/PureLayout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: torinkwok/PureLayout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 3 contributors

Commits on Jul 27, 2015

  1. Configuration menu
    Copy the full SHA
    166b908 View commit details
    Browse the repository at this point in the history
  2. A little tweak

    torinkwok committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    8fd1b91 View commit details
    Browse the repository at this point in the history
  3. Fixed the code style

    torinkwok committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    2cfb7e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Merge branch 'master' of https://github.com/smileyborg/PureLayout

    # By Tyler Fox
    # Via Tyler Fox
    * 'master' of https://github.com/smileyborg/PureLayout: (38 commits)
      Fix issue using Xcode 6 to run iOS demos
      Update README
      Update README
      Update README
      Add sample code section to README
      Update README
      Add screenshot to embed on wiki page
      Fix comment
      Update version to 3.0.0
      Update copyright statements
      Remove stale reference in project file
      Changes to support moved class methods from 1583f7b
      Move ALView class methods to NSLayoutConstraint
      Add test coverage files to .gitignore
      Add missing imports to Mac example app
      Make iOS example app backwards-compatible with Xcode 6
      Add Swift demos to the iOS example project
      Remove unused app icon for iOS example app
      Remove PCH files from example app targets
      Move Info.plist files for framework targets
      ...
    torinkwok committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    ebd03af View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Merge branch 'master' of https://github.com/PureLayout/PureLayout

    * 'master' of https://github.com/PureLayout/PureLayout:
      Revert changes to OS X Example
      Add missing shared scheme for tvOS framework build
      Remove unnecessary absolute-path plist files
      Add a tvOS Example App
      Added tvOS support
      fix small error with Xcode 7.0 (Reference to property 'blueView' in closure requires explicit 'self.' to make capture semantics explicit)
      Fix typo in README
      Update links to CocoaPods.org
      Bump version to 3.0.1
      Update URLs to new location on GitHub
      New logo
      Add unit test for mixed nesting of batch creation methods
    torinkwok committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    ed44bae View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Merge branch 'master' of https://github.com/PureLayout/PureLayout

    * 'master' of https://github.com/PureLayout/PureLayout:
      Use default don’t-code-sign preference for mac targets
      Bump version to 3.0.2
      Update link to Apple Visual Format Language
      adding noescape attribute to ALConstraintsBlock arguments, as they do not escape
      small fixes to headers
      adding new example combining purelayout with uiscrollview
      Fix indentation on PureLayoutDefines.h
      Added compiler warning flag [-Wreserved-id-macro]
      fix a small warning removing from tests /Developer/Library/Frameworks
    torinkwok committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    190a05e View commit details
    Browse the repository at this point in the history
Loading