Ecosyste.ms: OpenCollective

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

github.com/reactiveui/ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://github.com/reactiveui/ReactiveUI

Fix ValueHash setter in ExplicitReference

0428e7ff3f35a99938260e0946daa397f9c493c4 authored about 14 years ago
Switch all Debug's to Info's so we can actually read them

fa9a024ba46e64ea71d829d78a1d437b6692385f authored about 14 years ago
Delete stuff out of SerializedCollection that are now implemented in

ReactiveCollection, make SyncPointInformation implement
IReactiveNotifyPropertyChanged for free.

f9be316860322a48086da08bfda8c090f8f21699 authored about 14 years ago
Update RxXaml.Serialization to use new naming

1a3a2ead95edb9d401ea636bf728a7fc428d8079 authored about 14 years ago
Now that ReactiveCollection implements IReactiveNotifyPropertyChanged,

we can remove the explicit collection watching hack

f2f26de3a5395cdf85f4c5d9b7961514f3328263 authored about 14 years ago
Fix sample to use new interface

3854b88f168c29cdf3463c1979fef751fda4a34c authored about 14 years ago
Rewrite collection change tracking - since ReactiveCollection now implements

IReactiveNotifyPropertyChanged, the code to monitor collection changes
explicitly is unnecessary ...

4ebb6cfc1f56bff5cae7acdf1e8324a1b73a56e9 authored about 14 years ago
Update core tests to handle new naming

49c45e48c7433e0db832233bcb94103ddbc4fcea authored about 14 years ago
Update core classes to reflect new interface definitions, clean up

ReactiveObject cruft

896f88fb76b13d16b92e1fb2cc48a6b9379e5261 authored about 14 years ago
BREAKING CHANGE: Push down the collection change stuff into RxXaml core, make

change notifications always use ObservedChange instead of being inconsistent

dc628bbe9739fad95f68bc01cbfb984085a192be authored about 14 years ago
Add line to tell us when we're *not* in test mode

1f51f521f6516ce90378d2f1c39ffbcfb5af14d7 authored about 14 years ago
Fix SerializedCollection to handle collections of collections

d1680357064b270752e591a2797c2836fb2bf011 authored about 14 years ago
Enable logger for NSRunloopScheduler

6746453075e1680beeeb9142f4b3eed315162879 authored about 14 years ago
Nuke enc=utf8 from the vim modeline

48d8b7507d10822ef35c11327fc69c565b82faa3 authored about 14 years ago
:: sigh ::

678415a937be68fb9d3d9bc9a0312c500a4012c9 authored about 14 years ago
Add missing classes to .NET 3.5, SL4, and WP7

e77d5295b8fbfa409179b51a524785135fed49ab authored about 14 years ago
Fix blatant perf bug

aa75c86c0528d4be93a16e7ec59c2e873cbdcee9 authored about 14 years ago
Set Release log level to Info, fix build breaks

d385a504c71223e8b976bcdf1117ca115de07bd7 authored about 14 years ago
Move to only use Debug level for truly obnoxious messages, add way more logging, misc fixups

fbd7f9c1b1b113eb6b55940a56b69c4030ecd682 authored about 14 years ago
Add log level filtering

c0f878ef546f4f114e693381adfe48643764f5ca authored about 14 years ago
Add missing test files

ee6627ec5a1f6e3f4b8d963d45b6a1fe158d631c authored about 14 years ago
Add serialization / hashing tests for SyncPointInformation

5a15f251e6a1e05ebee945dde7786b45e866cc7b authored about 14 years ago
Use Naive implementation of extended methods if not available, rename extended methods

3558535355d0dcb820569bc46700ae34b1488577 authored about 14 years ago
Squash merge conflict

d1ede3e4a14816fa3590e1b378b0121e8631511c authored about 14 years ago
Add serialization tests to solution

822c2bba05cf190d0215e3c285840f1046356a44 authored about 14 years ago
Implement new commit features in DSE and Null engine, add blatantly missing field from interface

d00253b4687cd438f58f3ed4fa6fec1a796a55c6 authored about 14 years ago
Implement new commit features in DSE and Null engine, add blatantly missing field from interface

039120770e09db6364b8b7dea62393d9f77db90b authored about 14 years ago
Start to define plumbing for commits

d250a3736ede7109ffad0d6caaae0c1803804503 authored about 14 years ago
Line ending changes, one of these days I'm going to figure out how to fix this

3e32fe799cd319d6a58a9cda52a61f187cd8fc9a authored about 14 years ago
Enumerable.Run doesn't work on WP7, fix bizarre namespace project glitch

532a0115d0aeef6974dda9c445d46031ad158ce8 authored about 14 years ago
Enable using public fields in WPF to be consistent with SL4

ed689ec471ae6c52bbcdc2c4c529db8ff1a7b396 authored about 14 years ago
Move timestamps to collection interface

136348acd0a4452fe14fd1696d1c3acea66bbd68 authored about 14 years ago
Add scheduler that schedules on Runloop for iOS/OS X

099735e91a28c4d52e9f5ef0d87c94990b0507ac authored about 14 years ago
Line ending changes, misc crap

4ac4f3d3c10f2ea12c182c225afe65c9546cdff1 authored about 14 years ago
Fix bug where enabling property change tracking post-create didn't affect the initial contents

ee76dc0953381ca5f0130c5a17715a8d0e1289ff authored about 14 years ago
How embarassing

e6824a76f97db0c37e89f06e069588073ca453ce authored about 14 years ago
Correct outdated comment

f4c4a6eb2f6635e9a30cf32a97219a1a7242b695 authored about 14 years ago
Add iOS ReactiveXaml sample

f2b7c087ab14d63a7499c69a5b497bb4b165b3a2 authored about 14 years ago
Test fixes

ec831fe47bf0e63f19f5dcff4f09c2259e5a3e1d authored about 14 years ago
Update generated delegate files to latest MonoTouch

cc9e0e2dd7952172653f214b39ad9ff20f228dbd authored about 14 years ago
Misc fixes

6e1a296b87636e16cec125df903490ead39b0b3d authored about 14 years ago
Make sure not to double-release on exception in ObservableAsyncMRUCache

3c206ef1ac9fb9906edab907819fb3a4940d7f46 authored about 14 years ago
Don't call base in delegates, make classes partial

4773abbc6b115f1fbb36f4753e37241291c4662e authored about 14 years ago
Sqlelch more dumb files via .gitignore

7461c89ee3cc663785daf553cfaa33d5477d213c authored about 14 years ago
Add ObservableAsyncMRUCache (still broken right now)

d946829efaad13a4478baac94655b128e080d0b1 authored about 14 years ago
More patches for TestScheduler support

774698c6d79ead0168886e06a3e40210b704dcd4 authored about 14 years ago
Generate Rx versions of iOS delegate classes

a2c2748572c81ae6d8e018b373e9792dda3fde78 authored about 14 years ago
Bump Blend Version

aa572854754d2bf08fa0855dcac5e3fbe7c88e8d authored about 14 years ago
Switch to using TestScheduler for most tests

eaa7b57544fad633d236827e5f9c98c6d79cdc67 authored about 14 years ago
Switch deferred test scheduler to EventLoopScheduler, which is closer to DispatcherScheduler

26df89b8c577d8c38966bc440dd6e51b2a612132 authored about 14 years ago
Fixup paths on test

421a3b0adc403442c0f86a3febcee07d97cd1419 authored about 14 years ago
Fix bugs discovered by VirtualScheduler

e4b7ae593b855996a20c576b80e23772ef07510f authored about 14 years ago
Fix bug in QueuedAsyncMRUCache where we would fetch items unnecessarily

d071c7d51913441d764ede8450988995077c40ba authored about 14 years ago
Squelch commented lines

fac07d55d12d19a4792ad8767eb7be5dd36421e1 authored about 14 years ago
Commit the VirtualTestScheduler stuff

1fd3b6f3d44070e679118b14060a99910957026d authored about 14 years ago
Patch test cases so they *kind of* work on iOS

d818ac10829b013fb247d0f1ce02d82ec8ef9e9e authored about 14 years ago
Add project files

5d1a293739f31cbed1a4ed186523d37c254da884 authored about 14 years ago
Add iOS versions of Rx binaries

fb3e0f8fbe62017812e1b4bcdbf840b578012799 authored about 14 years ago
First compiled version of ReactiveXaml for iOS

f9785b19c921de56a52b18faedc5d18330ee1d6b authored about 14 years ago
Hack fixes to make WP7 sample work

c82da60cc07fd5d562f59ec39f427abf2336e991 authored about 14 years ago
Knock out tests that are currently bogus

cb27689ca081c912986c563f6bb464d1a1b9041d authored about 14 years ago
Line ending nonsense

352a814c63534ef2a96fdb3555cab69cabbc5abd authored about 14 years ago
Add extension methods to help ViewModels

f814b5d97fa2e7442cafc93cdd8a478eee72978a authored about 14 years ago
Add Message Bus implementation

c64ac7d56af9b3d948046f9d54336784cecac0f1 authored about 14 years ago
Add a more fluent version of ObservableToPropertyHelper

194ffbe080b0ed1a7cd151058fad42853600048d authored about 14 years ago
Make OAPH itself an Observable so it's easier to chain OAPHs

105b61c55a17f9c49b515a4293a56ca157e16c0c authored about 14 years ago
Ensure that ObservableToProperty works regardless of getter/setter implementation

d893f7287b898edc37dbee90e6cf5ac56651c1f2 authored about 14 years ago
Add RxStorage class, random hacks

961fbbb73b9a46e01cc5864ae681205077972215 authored about 14 years ago
Commit the beginnings of ReactiveXaml.Serialization

b29df46b0206858dabc0b782dc98a4e822d91da0 authored about 14 years ago
Add ObservableFromDP method to create an IObservable from a DependencyProperty

adb0c7dbc7d7ab07489dcd5030e060ef3b26a469 authored about 14 years ago
Finally fix the bug where Silverlight unit tests fail

011bbda0f9b1a6129c8c231efa4d6a1d0b724721 authored about 14 years ago
Don't load the Pex project until we're actually using it

eb7e460e84e58e9f7bf467f5f7c9052b94fc054d authored about 14 years ago
Add BeforeChange flag to ObservableForProperty overload

b4e3e8707ac3f45b54f978c7a8ced67a7fd4a16b authored about 14 years ago
Add an overload to CreateCollection that takes a selector

658cef316d01d10c1895ff95f31d6f0853760feb authored about 14 years ago
Add a stripped-down solution to save on build time

6da0c3676541e358926f4db1435ba4b3b87bf2b6 authored about 14 years ago
Move classes into their own files

f1c311e7b7d567ae08907ab0fe84657ff1c3734a authored about 14 years ago
Add Missing Files

9c2b6efb6985e2c1f02c6d7658c76359ba3a6a3e authored about 14 years ago
Version bump to 1.4.1.0

c4364c2012ac2135ebd417655547b855e1df496c authored about 14 years ago
Fix dummy mistakes

c7ade52f2cd91994b3da8040c4bbce127ce5ef1c authored about 14 years ago
Fix broken test on Desktop CLR

0bba5cf429cf15f83d01d6937106442a4dc0a6c8 authored about 14 years ago
Add CreateCollection extension method

0c527d1156be0b5fc5885ed054bc787a9749d2ec authored about 14 years ago
Version bump to v1.4.0.0

dde078b89e00bf6f6f84e33b9a7a14b3251d6933 authored over 14 years ago
Now that backing fields are public, we have to make sure they don't get serialized

ac7d0af8c3f7072adc4059dfff93dbc7b8304c0d authored over 14 years ago
Change backing field properties to public for SL4 unit test runner

7edc4506747220ae79e65d46ddccc392065836e7 authored over 14 years ago
Fix bug that causes crash in ReactiveCollection[n] = Foo

75b071da2fb617c96df339eea93a85103eba1dd9 authored over 14 years ago
Fix the SL Unit test runner to copy Rx locally

377c7bc60483dac544d796d1f9f57d1c25b73824 authored over 14 years ago
Remove specific versions from Rx references

68c8c277f9b73127a9eec62003809d09365dd55b authored over 14 years ago
Fix bug in the sample

573b1d39822c2578bb26abb89f0f1f0365086942 authored over 14 years ago
Add StatLight 1.2 for running Silverlight unit tests

e770a964844eee6afda81aaff16c934f9c58b692 authored over 14 years ago
Update to Reactive Extensions v1.0.2787.0

e4525d26a6c4e2e3044e380ae263e80b9b944116 authored over 14 years ago
Work around Silverlight's glitched Type.GetField method, fix bug in error message

8bbfc779f0b699484da9054a67d6b643abc6a664 authored over 14 years ago
Fixups to SL4 Unit Test project so that we can now execute tests (they're still broken though)

0b74efa0ea1e00899eb636ef5e196d9f51bcde7f authored over 14 years ago
Correct typo that causes SL builds to be broken

0defc1451c3d3a60b7674f4d2ca6da054be9f41a authored over 14 years ago
Add .gitignore file

b785c54e7d00b6a6d3ddb5cd7aa02e33d6288b28 authored over 14 years ago
Start to hack on Silverlight version of RxXaml tests

c6901f46eb40c9818143ece499c1eaef65814bc1 authored over 14 years ago
Add Debug mode to sample application

8353606c113b934395f8b013530418965a4d79fd authored over 14 years ago
Add Debug Mode public method

a640c30ab1267aba1e5f5f6aa94fd7e0d6b5ca07 authored over 14 years ago
Correct StopwatchScheduler code

d6a1e1da8821db10f43029cbc48339aceaa74ba7 authored over 14 years ago
Add BeforeChanged-type methods to ReactiveCollection

dad190865bf910de97d3663a4ef24592083ab645 authored over 14 years ago
Add ability to temporarily suppress change notifications

d450f2a2bbd3985802ec2fdd641bf91836dbea96 authored over 14 years ago