Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/krzysztofzablocki/SFObservers
NSNotificationCenter and KVO auto removal of observers.
https://github.com/krzysztofzablocki/SFObservers
Update README.md
d79e4a0ac029312f0f7474e9a31605b7a8c280ba authored about 10 years ago
d79e4a0ac029312f0f7474e9a31605b7a8c280ba authored about 10 years ago
Merge pull request #21 from clintwb015/master
Changed int to NSInteger to avoid iOS 7/64bit warnings
887e39093a11005c0a338d3bb575ff494712da5a authored over 10 years ago
Changed int to NSInteger to avoid iOS 7/64bit warnings
b0c4bc424d8af6091f3dee1a23d5c1c56e187be1 authored about 11 years ago
b0c4bc424d8af6091f3dee1a23d5c1c56e187be1 authored about 11 years ago
Update README.md
a3ba31ff1052cfe49c83e8ced3ee7ff6e60acb7d authored almost 12 years ago
a3ba31ff1052cfe49c83e8ced3ee7ff6e60acb7d authored almost 12 years ago
Merge pull request #18 from jacobjennings/patch-2
Add Cocoapods installation instructions
3375323f2d7cb06c13b72702006c83264bf20b40 authored almost 12 years ago
Add Cocoapods installation instructions
1.0 Podspec added:
https://github.com/CocoaPods/Specs/commit/a7946f39a64cdb92e96a9ea4555f311197...
changed observer passing
936db3b8f0bdf258b7c6451f0319b0f11b2dd86e authored almost 12 years ago
936db3b8f0bdf258b7c6451f0319b0f11b2dd86e authored almost 12 years ago
Merge pull request #14 from jacobjennings/patch-1
Update SFObservers.h
f96ae9a287ff75f29e03992ad9f83e8be443b3e2 authored almost 12 years ago
Update SFObservers.h
Recommend allowing multiple registrations by default. I just saw a case where a UIKit class's p...
10e0927f057ced611f7dc3e1077293dab89f86ee authored almost 12 years ago
Merge pull request #12 from minorblend/master
use __AH_WEAK macro instead of __unsafe_unretained
f11313470a76b7b22e3d1c79a70a6b7d72d474f3 authored almost 12 years ago
use __AH_WEAK macro
f724961144257a0bb2c079f56c5c4203f1a426f2 authored almost 12 years ago
f724961144257a0bb2c079f56c5c4203f1a426f2 authored almost 12 years ago
Merge branch 'upstream/master' of github.com:lono175/SFObservers into lono175-upstream/master
a1418fdd97ec7aaaf744faf40ed70ca2db87dafe authored almost 12 years ago
a1418fdd97ec7aaaf744faf40ed70ca2db87dafe authored almost 12 years ago
Merge pull request #11 from lono175/upstream/master2
Fix a crash when the given context points to a non-objc object
86ab83c61bab962d62fb006d7261ce9f5bd41bbf authored almost 12 years ago
- fix a crash when the given context points to a non-objc object
da58bf7f742c248f137ad87f8c01e581aaab0a13 authored almost 12 years ago
da58bf7f742c248f137ad87f8c01e581aaab0a13 authored almost 12 years ago
- ensure swizzling always swaps the methods of correct class
9c2d13648797ec8c6a1069d0bf5aca1a83520030 authored almost 12 years ago
9c2d13648797ec8c6a1069d0bf5aca1a83520030 authored almost 12 years ago
Update SFObservers/NSNotificationCenter+SFObservers.m
7f1b39afdb1a5128e569ab1300185e648953afae authored almost 12 years ago
7f1b39afdb1a5128e569ab1300185e648953afae authored almost 12 years ago
Update SFObservers/NSObject+SFObservers.m
66ef8122629ded85a71ede66cd92d7c3c2817ea0 authored almost 12 years ago
66ef8122629ded85a71ede66cd92d7c3c2817ea0 authored almost 12 years ago
Fixing retain cycle
845a31843a8684b9e5100ecf02fafe3e989b5ccc authored almost 12 years ago
845a31843a8684b9e5100ecf02fafe3e989b5ccc authored almost 12 years ago
fixing retain cycle
c35d1cd79a7a0698670daa1c13731df1db361045 authored almost 12 years ago
c35d1cd79a7a0698670daa1c13731df1db361045 authored almost 12 years ago
changed KVO observer matching
19dfef9ba8a1ab50fc2a4fbad7998186f37c8aaa authored over 12 years ago
19dfef9ba8a1ab50fc2a4fbad7998186f37c8aaa authored over 12 years ago
fixed support for enabling multiple registrations, more tests
6581ab3057ef3d69a1bbff1144595be481787404 authored over 12 years ago
6581ab3057ef3d69a1bbff1144595be481787404 authored over 12 years ago
added more tests
6be1271eace1b3f6402cd82367cc8e20a51bf6c7 authored over 12 years ago
6be1271eace1b3f6402cd82367cc8e20a51bf6c7 authored over 12 years ago
Merge pull request #1 from ExactMagic/master
Conditionally define SF_OBSERVERS options
88e7ab1a7ac88ec6c571142f64aa65fc21f611cf authored almost 13 years ago
conditionally define SF_OBSERVER options so that they can be set without modifying the original source
particularly handy when using SFObservers as a submodule
2167b0b3da87489e0c1ab44c7888041895fe4bca authored almost 13 years ago
Compilation setting that allow to add multiple times the same observer - parameters pairs
014f4d5fba63dbf1d1def17f74d4b67a6481405a authored almost 13 years ago
014f4d5fba63dbf1d1def17f74d4b67a6481405a authored almost 13 years ago
refactor
38e249800fac3de58fa1dcc94b4d0c1c45b20f41 authored almost 13 years ago
38e249800fac3de58fa1dcc94b4d0c1c45b20f41 authored almost 13 years ago
Update README.md
2c612c34bbd1665fa5dfff92614f05cf553dee0e authored almost 13 years ago
2c612c34bbd1665fa5dfff92614f05cf553dee0e authored almost 13 years ago
Merge branch 'master' of github.com:krzysztofzablocki/SFObservers
5999d32e9244144986194d37d4c13bdd8b0e24b0 authored almost 13 years ago
5999d32e9244144986194d37d4c13bdd8b0e24b0 authored almost 13 years ago
changed initialize to load
672ce85256c73a9e15b3e9d38eca54f3fde01e9a authored almost 13 years ago
672ce85256c73a9e15b3e9d38eca54f3fde01e9a authored almost 13 years ago
Update README.md
4806c99ad170062af5beb09dfc1d5a8a1f1d0b83 authored almost 13 years ago
4806c99ad170062af5beb09dfc1d5a8a1f1d0b83 authored almost 13 years ago
license and read me
a98c5c21555a39895aa208ddeabbf758b1dbddda authored almost 13 years ago
a98c5c21555a39895aa208ddeabbf758b1dbddda authored almost 13 years ago
git ignore
ed6065e193f22ac4ea476760d07db5ac016c7cef authored almost 13 years ago
ed6065e193f22ac4ea476760d07db5ac016c7cef authored almost 13 years ago
Working version
96ee9fffb7f2b89715f65b0dec1027c35f243f03 authored almost 13 years ago
96ee9fffb7f2b89715f65b0dec1027c35f243f03 authored almost 13 years ago
gitignore
c951994d917db7a7e05325bec2b267ca9ad17613 authored almost 13 years ago
c951994d917db7a7e05325bec2b267ca9ad17613 authored almost 13 years ago