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: railsware/Sleipnir
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: railsware/Sleipnir
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 83 files changed
  • 5 contributors

Commits on Aug 21, 2014

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

Commits on Aug 22, 2014

  1. File template added

    AlexDenisov committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    a5988b1 View commit details
    Browse the repository at this point in the history
  2. Project templates added

    AlexDenisov committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    28d177f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6592a99 View commit details
    Browse the repository at this point in the history
  4. Added root makefile

    AlexDenisov committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    e896fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06d871f View commit details
    Browse the repository at this point in the history
  6. Updated TODO

    AlexDenisov committed Aug 22, 2014
    Configuration menu
    Copy the full SHA
    dcb5297 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2014

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

Commits on Sep 3, 2014

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

Commits on Oct 31, 2014

  1. Configuration menu
    Copy the full SHA
    3d4d9fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from KrauseFx/patch-1

    Updated reference to image to match GitHubs recommendations
    AlexDenisov committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    c6b5ce6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

  1. Fix Compile errors reported in #16

    Public extensions of generic classes are apparently not supported
    in the version of Swift in XCode 6.1. So for now I've made them
    internal so others can at least compile.
    
    I can't run the tests because of #17. I'll submit another pull
    request with a new test runner.
    michaelgwelch committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    e41fd16 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2014

  1. Merge pull request #18 from michaelgwelch/fixExtensionsCompileError

    Fix Compile errors reported in #16
    atermenji committed Nov 15, 2014
    Configuration menu
    Copy the full SHA
    0740f2f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. migrate to Swift 2.2, get everything except for main.swift to compile…

    …. Comment out String matchers, as String is no longer a SequenceType in Swift 2.0. String matchers should be handled separately.
    DenTelezhkin committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    d7528db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from DenHeadless/master

    Migrate to Swift 2.2, get almost everything to compile
    atermenji committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    9ec3e6d View commit details
    Browse the repository at this point in the history
Loading