Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Renamed method argument class to aClass as class is a reserved keywor… #24

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

Commits on Apr 20, 2016

  1. Renamed method argument class to aClass as class is a reserved keywor…

    …d when compiling for Objective-C++
    jonkan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    63cfcc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Fixed a crash when setting the success/error (in Swift) of an MTLValu…

    …eTransformer, caused by capturing the autoreleased error reference in the blocks and the error reference being deallocated prematurely. Passing a local tmpError that is then assigned to the error reference avoids this.
    jonkan committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    3b31a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae6088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    390e564 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from peroper/bugfix/autoreleased-error-reference

    Bugfix, autoreleased error reference
    herrapa authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c438743 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Update Mantle dependency. Removed unecessary extobjc, as it is includ…

    …ed in Mantle dependency.
    herrapa committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    860410b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge pull request #2 from peroper/feature/MTL_Update

    Update Mantle dependency. Removed unecessary extobjc, as it is includ…
    sofla2xper authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    d9d851d View commit details
    Browse the repository at this point in the history