Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Sourcery

Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective - Host: opensource - https://opencollective.com/sourcery - Website: https://merowing.info - Code: https://github.com/krzysztofzablocki

migrated to cocos2d 3.1; now using submodules; updated xcode project to SDK 7.1 and associated things, minimum deployment 5.1.1

github.com/krzysztofzablocki/LineDrawing - 3ed650d57ec466b6f7287f22ebf167312af63c9e authored over 10 years ago by Kaolin Fire <[email protected]>
Merge pull request #21 from clintwb015/master

Changed int to NSInteger to avoid iOS 7/64bit warnings

github.com/krzysztofzablocki/SFObservers - 887e39093a11005c0a338d3bb575ff494712da5a authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #34 from marekcirkos/master

Unified assert behaviour while error handling

github.com/krzysztofzablocki/PropertyMapper - ca626da91b2935afcaf2e2d4693f58794012ddd6 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #36 from Eddpt/fix/date-formatter-initialization

Used dispatch_once_t for NSDateFormatter creation

github.com/krzysztofzablocki/PropertyMapper - d4447512d9901c4e0358f0756e3e1c2f4fa07f01 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Used dispatch_once_t for NSDateFormatter creation in order to avoid crashes when multiple threads use KZPropertyMapper.

github.com/krzysztofzablocki/PropertyMapper - 03a912c64930f4f9367be8e849e95c81804547ef authored over 10 years ago by Edgar Antunes <[email protected]>
Changed version number in Podspec

github.com/krzysztofzablocki/PropertyMapper - aa21a5e37fec11c25bd6993e378d8e33eaabeb0d authored over 10 years ago by Marek Cirkos <[email protected]>
When asserts are turned on raising exceptions, whenever something is wrong with data.

When asserts are turned off not rising exceptions and returning NO as parsing effect, whenever so...

github.com/krzysztofzablocki/PropertyMapper - a7b8565832727bd1e7f451a96e2fabc582f6c78a authored over 10 years ago by Marek Cirkos <[email protected]>
Removed duplicated tests.

github.com/krzysztofzablocki/PropertyMapper - 4654dcfa0396996f1b0cbf12baa6418dd5c90b54 authored over 10 years ago by Marek Cirkos <[email protected]>
Update README.md

github.com/krzysztofzablocki/KZImageSplitView - f7b3dfb8ae2a59d23f8b0bd54cad316aa5dd1a2a authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
initial commit

github.com/krzysztofzablocki/KZImageSplitView - d81f0187e1f7b873febf183577036869871af7ef authored over 10 years ago by Krzysztof Zablocki <[email protected]>
adding git ignore and read me

github.com/krzysztofzablocki/KZImageSplitView - 311f37f5cfc4006364621444d6b6cb97dc689ae0 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #32 from marekcirkos/master

Updated Kiwi and changed tests to XCTest

github.com/krzysztofzablocki/PropertyMapper - 22ec29aca797c8b6e4481360fa7b71e611108688 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
message formatting update

github.com/krzysztofzablocki/KZAsserts - ea82563d15d98bad5c5f3b34ec5cf5ccb93ff762 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Updated Kiwi and changed tests to XCTest

github.com/krzysztofzablocki/PropertyMapper - 76d6a3e30fac12f48f58a4312a3d39a82f7f4dc4 authored over 10 years ago by Marek Cirkos <[email protected]>
Update KZPropertyMapper.podspec

github.com/krzysztofzablocki/PropertyMapper - f5809ddd7fc5d0010174189b579ee9aff72fc13c authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #30 from marekcirkos/typeChecking

Added type checking while parsing.

github.com/krzysztofzablocki/PropertyMapper - 5cc24c7bfe1f8bdf105fc2b973a1d363a0edfffd authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Added support for Cocos2d 1.x and 2.x

Added method calls depending on what version of Cocos2d is being used.
Checks to see if the CCNo...

github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - cfb4284923265b308d7987545399a1bf0b0fc224 authored over 10 years ago by Paul Solt <[email protected]>
Updated Podspec and README.md

github.com/krzysztofzablocki/PropertyMapper - 5255682b7ab85a8456a5cde12dc59278edd1f11d authored over 10 years ago by Marek Cirkos <[email protected]>
Refactored method names and added better logging in case of type mismatch.

github.com/krzysztofzablocki/PropertyMapper - d68b61fcc1027d00a4a4d9116c619126d8962516 authored over 10 years ago by Marek Cirkos <[email protected]>
Updated .gitignore

Added *.xcuserdatad

github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - b3764be617dee370df24473cdff06399f0385532 authored over 10 years ago by Paul Solt <[email protected]>
Fixed Build Errors with Cocos2d 3.0

Docs aren’t clear, but I think this is the correct API transition.

Changed self.isRunning to th...

github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - 733bd9ec6258fd7da2c10af9af47520d84fb7bc5 authored over 10 years ago by Paul Solt <[email protected]>
Added Cocos2d 2.x Gesture Code

Added test code to the current HelloWorldScene to create objects with
gestures.

Linking to CCNo...

github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - af8de0d7e6e9e6a15de08be8a37a781e06b731c6 authored over 10 years ago by Paul Solt <[email protected]>
Added Cocos2d 3.0 Sample Project

Added default Cocos2d 3.x project

github.com/krzysztofzablocki/CCNode-SFGestureRecognizers - d564627bf258540af62044af02df3e58100e85b5 authored over 10 years ago by Paul Solt <[email protected]>
Update KZAsserts.podspec

github.com/krzysztofzablocki/KZAsserts - d357b63d2e2010ed79aadb1a7673ad212db49941 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Merge commit '9bb54d581559ff64481a00c834dbdb37293acfa6'

Conflicts:
README.md

github.com/krzysztofzablocki/KZAsserts - 39616594339b261010428f1bc7ef189b62215624 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
added image

github.com/krzysztofzablocki/KZAsserts - ba5452e071e4adb1e2b372c16509cf77d0726895 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
added image

github.com/krzysztofzablocki/KZAsserts - 9bb54d581559ff64481a00c834dbdb37293acfa6 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Release 1.0

github.com/krzysztofzablocki/KZAsserts - d50944313fd558cfaf8505d69513b6167eda05a8 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Release 1.0

github.com/krzysztofzablocki/KZAsserts - 87fd8b52ba4e6231482c2364ff5105aa220937be authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Release 1.0

github.com/krzysztofzablocki/KZAsserts - 248fed7696bea8e6f04e719ad9f82b027a3adc85 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Initial commit

github.com/krzysztofzablocki/KZAsserts - 73d0c41eddc119ae6cbc72f185b2271fd15ec481 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Added type checking while parsing.

github.com/krzysztofzablocki/PropertyMapper - 59370e6f467e6ef1ec282830ea69188f0b8ae57c authored over 10 years ago by Marek Cirkos <[email protected]>
Merge branch 'KZList' of https://github.com/marekcirkos/KZPropertyMapper into marekcirkos-KZList

Conflicts:
Example/Example.xcodeproj/project.pbxproj

github.com/krzysztofzablocki/PropertyMapper - 28d9656585958ca6f89c0ffcf176da4fdd076fc7 authored over 10 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #29 from marekcirkos/robustParsing

Added robustness to parsing.

github.com/krzysztofzablocki/PropertyMapper - ced2bc624d216b4dabfe3fcd3c6071e01d8a9106 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Added robustness to parsing.

github.com/krzysztofzablocki/PropertyMapper - cb4500bbf9d3e0c2ba188fd08ce747be6ea1e2ed authored over 10 years ago by Marek Cirkos <[email protected]>
Added KZList macro that allows to map multiple rules against one parsing element

github.com/krzysztofzablocki/PropertyMapper - 3d4887aa73f97e31ef063d18854c470328a5a293 authored over 10 years ago by Marek Cirkos <[email protected]>
Merge pull request #2 from strakh/master

fixed "deprecated functions" compiler warnings, fixed "undeclared select...

github.com/krzysztofzablocki/SFContainerViewController - 650bc068f2edc4ce2aae165638d6df05d68db22e authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
fixed "deprecated functions" compiler warnings, fixed "undeclared selector" compiler warnings, fully compatible with XCode5 and sdk7.1

github.com/krzysztofzablocki/SFContainerViewController - 4c724918aa6be97a63c19b07226b286581d89e74 authored over 10 years ago by Stepan Rakhimov <[email protected]>
Merge pull request #21 from konstantinkoval/master

release build bug fix and small improvements

github.com/krzysztofzablocki/IconOverlaying - b5e039a23723da9f98fe44aa6478d2d2b4b372db authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
improve commit counting.

Fix release build - "Command /bin/sh failed with exit code 1"
Added release scheme

github.com/krzysztofzablocki/IconOverlaying - cac6a628ab8ece9533fb9d5fbc777dcaba76e58a authored over 10 years ago by Konstantin Koval <[email protected]>
update gitignore

github.com/krzysztofzablocki/IconOverlaying - 934d84f621c5d348faea1912a5703b2838c3caff authored over 10 years ago by Konstantin Koval <[email protected]>
Merge pull request #19 from haxpor/master

Adjust text showing for short branch name ie. master.

github.com/krzysztofzablocki/IconOverlaying - 6226aad4c380dffb24ded8f62fdd5b0db841f648 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Adjust text showing for short branch name ie. master.

This adds newline to separate each information showing for caption.

github.com/krzysztofzablocki/IconOverlaying - 4f6016c9586901f8328e97ce0648f3f2a68d51e2 authored over 10 years ago by Wasin Thonkaew <[email protected]>
Merge pull request #23 from samdods/master

added if(NO){…} around [target property]

github.com/krzysztofzablocki/PropertyMapper - dd3e4ac62ac170e358a7f707ab680d71c2755210 authored over 10 years ago by Krzysztof Zabłocki <[email protected]>
Merge pull request #18 from haxpor/master

Fix issue #17, and proper handle product name with space.

github.com/krzysztofzablocki/IconOverlaying - 4e6e6f055bf6545d9da476d23e10a10b23513349 authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
Fix issue #16 (https://github.com/krzysztofzablocki/IconOverlaying/issues/16). Add app icons for iPad. Adjust text position, and text size for iPhone and iPad.

Use 120x120 app icon to create iPad ones. This means we upscale it for @2x iPad app icons.
Use w...

github.com/krzysztofzablocki/IconOverlaying - a2b91a417ceb573e8f7c4c32ad6f9a3e9a01f8a2 authored almost 11 years ago by Wasin Thonkaew <[email protected]>
Fix issue #17 (https://github.com/krzysztofzablocki/IconOverlaying/issues/17), and fix to proper handle product name with space.

github.com/krzysztofzablocki/IconOverlaying - d8a531de139cdf8ed764b4c90792612be4309b8b authored almost 11 years ago by Wasin Thonkaew <[email protected]>
Merge pull request #15 from tomaskraina/master

add support for Asset Catalog. Fixes krzysztofzablocki/IconOverlaying#14

github.com/krzysztofzablocki/IconOverlaying - 18ea324a628803657f9884ce6bb00947b13766cc authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
Don't compress PNG files in Debug configuration. This fixed the problem with failing script when building for iOS devices.

github.com/krzysztofzablocki/IconOverlaying - 8a44633d6de81612ed6d81771d6974f52d8418c9 authored almost 11 years ago by Tom K <[email protected]>
add support for Asset Catalog. Fixes krzysztofzablocki/IconOverlaying#14

github.com/krzysztofzablocki/IconOverlaying - fda9c3fa44efe844e5a331b06a1a38d2d647e95d authored almost 11 years ago by Tom K <[email protected]>
error handling and what not

github.com/krzysztofzablocki/IconOverlaying - bca78d177e58040d871bdb69eb5e6c14ec7618ad authored almost 11 years ago by Krzysztof Zablocki <[email protected]>
separate script for easier pull requests

github.com/krzysztofzablocki/IconOverlaying - 003d58c3319f4d316c5e070ba0f57e65c70d446a authored almost 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #12 from MadsBogeskov/master

Fixed issue where the wrong ImageMagick installation would be used

github.com/krzysztofzablocki/IconOverlaying - ca0c166568e709564611e74fe0478e7fc822c43a authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
added if(NO){…} around [target property] so that it will be optimised out by the compiler and to avoid side effects

github.com/krzysztofzablocki/PropertyMapper - 9c8d3d569dd5591fb04fa33f85da006c8de478bc authored almost 11 years ago by Sam Dods <[email protected]>
Merge pull request #22 from inFullMobile/ManagedObjects

Properties that are not part of the MOM, don't notify changes

github.com/krzysztofzablocki/PropertyMapper - c95710df20155d6d48776d8877b1fe3109023deb authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
Properties that are not part of the managed object model, don't use notifications

github.com/krzysztofzablocki/PropertyMapper - f556c540de74444ce5fba641202ebaba894bd0cd authored almost 11 years ago by Hector Zarate <[email protected]>
version 2.0.2

github.com/krzysztofzablocki/PropertyMapper - e63d52419352b33149efd0d227df86ad5768f989 authored almost 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #21 from shaps80/master

BugFix: NSErrorMake UserInfo

github.com/krzysztofzablocki/PropertyMapper - d2b5e725eb6e3974c6d4cade1f47919be226044d authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
NSErrorMake was grabbing a mutableCopy of the userinfo but if this was nil, you'd get no useful error logging at all. The fix will always return a mutable dictionary, ensuring the message is always presented for logging.

github.com/krzysztofzablocki/PropertyMapper - 466bba22d3b2eef41504a5e92358d12723d6e0e9 authored almost 11 years ago by Shaps Mohsenin <[email protected]>
version 2.0.1

github.com/krzysztofzablocki/PropertyMapper - a2fe96bdfda95bb6527d483bf2e6ff99eff5246c authored almost 11 years ago by Krzysztof Zablocki <[email protected]>
Changed int to NSInteger to avoid iOS 7/64bit warnings

github.com/krzysztofzablocki/SFObservers - b0c4bc424d8af6091f3dee1a23d5c1c56e187be1 authored almost 11 years ago by Clint Martin <[email protected]>
Merge pull request #19 from madninja/feature/osx

Add support for OSX

github.com/krzysztofzablocki/PropertyMapper - bf60d7cda7007d9bc5d4f332742c6593b0b0bb7e authored almost 11 years ago by Krzysztof Zabłocki <[email protected]>
Add support for OSX

github.com/krzysztofzablocki/PropertyMapper - bd6c428fff042ebd7db0fe4014932c3bb5a39ba3 authored almost 11 years ago by Marc Nijdam <[email protected]>
Blurred background

The background behind the text are now blurred

github.com/krzysztofzablocki/IconOverlaying - 4e54971b5206cd3384f76f73f546a7ba277d88c5 authored almost 11 years ago by Mads Bøgeskov <[email protected]>
Fixed issue where the wrong ImageMagick installation would be used

After installing ImageMagick from MacPorts with FreeType support the
text would become blurry on...

github.com/krzysztofzablocki/IconOverlaying - 4bb03c77357e2a63d147d8c95cf956248f538dcf authored almost 11 years ago by Mads Bøgeskov <[email protected]>
Merge pull request #18 from marekcirkos/master

Fixed wrong objc_msgSendTyped typing.

github.com/krzysztofzablocki/PropertyMapper - 6ec62720136057b61b748b521ce88f3987ddf5dd authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
Fixed wrong objc_msgSendTyped typing.

github.com/krzysztofzablocki/PropertyMapper - 614514301ac51b4fcd38e7236a489a565e471d97 authored about 11 years ago by Marek Cirkos <[email protected]>
Merge pull request #17 from marekcirkos/master

Support for two-argument selectors used to pass property name being changed

github.com/krzysztofzablocki/PropertyMapper - 01aaa45aa75d9c817f88f47fb9ada41bf9a79890 authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
Added support for two-argument selectors to pass property name.

github.com/krzysztofzablocki/PropertyMapper - 9d0f11cdedb00a3dc2895876923853091c51983f authored about 11 years ago by Marek Cirkos <[email protected]>
Merge pull request #9 from mbigatti/master

removed unnecessary line

github.com/krzysztofzablocki/IconOverlaying - ae9d322fbe1617ae5b99e887b8b01cbd0a277a86 authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
removed unnecessary line

github.com/krzysztofzablocki/IconOverlaying - 677aef570685a35f63e583c3330c68cb42966689 authored about 11 years ago by Massimiliano Bigatti <[email protected]>
Merge pull request #8 from mbigatti/master

Various fixes

github.com/krzysztofzablocki/IconOverlaying - 0ca3392d50afb402b5afb4db7af8b63170b4717f authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
Removed duplicated icons

github.com/krzysztofzablocki/IconOverlaying - 0827e7eb53cad5902b842f0bb6bdf990a68757fb authored about 11 years ago by Massimiliano Bigatti <[email protected]>
Various fixes

fixed cp command, fixed icon@2x name, updated project for Xcode 5,
added logs

github.com/krzysztofzablocki/IconOverlaying - 643268a85464a9ffbe0b9897f198b25258b89681 authored about 11 years ago by Massimiliano Bigatti <[email protected]>
typed msgSend for CoreData

github.com/krzysztofzablocki/PropertyMapper - 93e2ec36f702ae4f8828e427dcc3cb975ebda84e authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #14 from octover/path_fix

Allow for mapping to subobjects by using KVC's forKeyPath:

github.com/krzysztofzablocki/PropertyMapper - 057c14b74bbeb245289c6f8f1bb9e93b4b40c78b authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
Allow for mapping to subobjects by using KVC's forKeyPath:

github.com/krzysztofzablocki/PropertyMapper - d3c7f5b7ac96ac8382080905c58b64938b583b72 authored about 11 years ago by Caleb Jaffa <[email protected]>
crash fix when nil values would end up array route and crash on assert

github.com/krzysztofzablocki/PropertyMapper - 73c254c8f94f40d72bcf102aeeeae605129d5e6c authored about 11 years ago by Krzysztof Zablocki <[email protected]>
pod spec update

github.com/krzysztofzablocki/PropertyMapper - ddf6bef625d1987395be3efadc361a40b2f35290 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #12 from krzysztofzablocki/feature/new_syntax_and_validation

Feature/new syntax and validation

github.com/krzysztofzablocki/PropertyMapper - db5b223858afad1a6448e3da85e7a7f4ec039b97 authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
Readme again

github.com/krzysztofzablocki/PropertyMapper - 6cfe2e9904303ab773e0826d3493df441ae0e2c3 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #13 from andrewsardone/1.1-podspec

Update podspec to use 1.1 tag

github.com/krzysztofzablocki/PropertyMapper - 70450f7a66468a67e33abc9a665277e47ff346aa authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
NSUInteger only used for length, NSInteger used otherwise as it's more common to have negative than huge number in validations

github.com/krzysztofzablocki/PropertyMapper - 7d87562ebfa6c380769217bb629a7a38f92c4384 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Update podspec to use 1.1 tag

https://github.com/andrewsardone/KZPropertyMapper/releases/tag/1.1

In response to updates in kr...

github.com/krzysztofzablocki/PropertyMapper - 0555e45ac0ff6600f59e21e3c236a154715ccad3 authored about 11 years ago by Andrew Sardone <[email protected]>
Update README.md

github.com/krzysztofzablocki/PropertyMapper - 81be747103c03001ad2aa087fc2b6081c811b615 authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
updated read me

github.com/krzysztofzablocki/PropertyMapper - 26a89fefd69b5b348fa9221090966b225d833cd5 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Merge pull request #20 from mbustamanteo/update

Update to cocos2d

github.com/krzysztofzablocki/LineDrawing - 07923b85f5ff81c9aa5612ac044d887a3c96032b authored about 11 years ago by Krzysztof Zabłocki <[email protected]>
added ability to disable property getter call and thus verification

github.com/krzysztofzablocki/PropertyMapper - 9467c8f57e4f33d2d9c90b5bbb26ef0d2248265f authored about 11 years ago by Krzysztof Zablocki <[email protected]>
another small refactor

github.com/krzysztofzablocki/PropertyMapper - 6b1a88c8a061e184e4fad36c57e11113feb13fc2 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
Updated to Cocos2d 2.1 and added additive blending

github.com/krzysztofzablocki/LineDrawing - e801839b57b5e971ce7a9980c3a9bbe3130fd792 authored about 11 years ago by Mauricio Bustamante <[email protected]>
further refactor

github.com/krzysztofzablocki/PropertyMapper - ed2cba7b8a2c4e36172c01087487e5a70a3d3f57 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
test refactor

github.com/krzysztofzablocki/PropertyMapper - 2b21c952621305dd28e8fb1433174feb73f6bd35 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
more file separation

github.com/krzysztofzablocki/PropertyMapper - 176e545e0a816ade0db5a3f29b60509509663d00 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
more tests and reformats

github.com/krzysztofzablocki/PropertyMapper - 452628b96e24b548850562af6bcdaefde131f382 authored about 11 years ago by Krzysztof Zablocki <[email protected]>
rangeCheck validator

github.com/krzysztofzablocki/PropertyMapper - 588b3e579d8d9d58dec9da9874f55f1ffd4a292b authored about 11 years ago by Krzysztof Zablocki <[email protected]>
first version

github.com/krzysztofzablocki/PropertyMapper - 75748ba4e382ee53268bde447fac47c6311d4415 authored about 11 years ago by Krzysztof Zablocki <[email protected]>