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: core-plot/core-plot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BartonRev/core-plot
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
  • 11 files changed
  • 2 contributors

Commits on Sep 21, 2016

  1. Merge remote-tracking branch 'core-plot/master'

    BartonJT authored and BartonJT committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    62dd2a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2016

  1. Merge remote-tracking branch 'core-plot/master'

    BartonJT authored and BartonJT committed Oct 4, 2016
    Configuration menu
    Copy the full SHA
    1a8ae66 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

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

Commits on Mar 12, 2018

  1. Configuration menu
    Copy the full SHA
    2c8dbb0 View commit details
    Browse the repository at this point in the history
  2. Silencing Implicit Conversion from Nullable to Non-Null Pointers Error

    Silencing the error caused by implicitly using a nullable pointer in a non-null context. Simply storing the value into a variable first silences the warning but this does not fix the underlying, potential, problem. The numbers can still be null, which will cause an exception when accessed in an array.
    BartonRev committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    dfe4928 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Xcode 9 Updated Settings

    Code signing was disabled as this is not required for at the framework level. Frameworks are embedded into applications so only the final app needs to be signed.
    
    Enabled new warnings to help catch some common and obscure errors such as infinite recursion, autorelease objects being captured by blocks, etc.
    BartonRev committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    81c7d05 View commit details
    Browse the repository at this point in the history
Loading