SwiftGit2/SwiftGit2Tests
Tom Booth 281d1aed2b Fix EXC_BAD_ACCESS when progress updates
Previously when a block was passed into checkout() it would be copied
but then the memory would be freed as nothing had retained a reference
to the copy. This meant that when block() was called in
SG2CheckoutProgressCallback() it would crash due to an attempt to
execute a random chunk of memory that previously contained the block.

This code now retains the payload after copying it.
2016-03-03 16:30:26 +00:00
..
Fixtures Vary the bundle identifier based on platform 2016-02-16 16:51:49 +00:00
FixturesSpec.swift Actually load a repository 2014-11-17 00:31:33 -05:00
Info.plist updated to Swift 2.0 2016-01-16 14:57:32 +00:00
ObjectsSpec.swift updated to Swift 2.0 2016-01-16 14:57:32 +00:00
OIDSpec.swift Switch from LlamaKit to antitypical/Result 2015-04-15 21:32:10 -04:00
ReferencesSpec.swift updated to Swift 2.0 2016-01-16 14:57:32 +00:00
RemotesSpec.swift updated to Swift 2.0 2016-01-16 14:57:32 +00:00
RepositorySpec.swift Fix EXC_BAD_ACCESS when progress updates 2016-03-03 16:30:26 +00:00