Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-06Do not generate doc xml, XS does not support build properties there.rx-oss-v2.2Atsushi Eno
2014-01-06Exclude Qbservable-related tests for NO_EXPRESSIONS condition.Atsushi Eno
This change should be sent to Microsoft.
2014-01-06Add aliases.dll to the solution.Atsushi Eno
2013-12-16re-applied replacer.sh so that new tests get NUnit patches. Regenerated ↵Atsushi Eno
mobile projects from mono/mcs/class/build-rx-dll-sources.sh.
2013-12-16one more merge failure fix.Atsushi Eno
2013-12-16Fixed some bogus merge.Atsushi Eno
2013-12-16Merge branch 'master' into rx-oss-v2.2Atsushi Eno
Conflicts: Rx/NET/Source/Common.targets Rx/NET/Source/Microsoft.Reactive.Testing/ReactiveTest.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/IQueryLanguage.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable.StandardSequenceOperators.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/SelectMany.cs Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/QueryLanguage.StandardSequenceOperators.cs Rx/NET/Source/System.Reactive.Providers/Reactive/Linq/Qbservable.Generated.cs Rx/NET/Source/Tests.System.Reactive/Tests/Concurrency/EventLoopSchedulerTest.cs Rx/NET/Source/Tests.System.Reactive/Tests/Linq/ObservableStandardQueryOperatorTest.cs
2013-12-16Import Official Rx 2.2 (3ebdd2e09991)HEADmasterAtsushi Eno
I made changes from the original source tree to match the older tree so that we don't have to make several changes to project tree generator. (There is actually no new sources in Rx so hopefully we can just reuse existing modifications in the tree).
2013-09-12Fix project paths in sln. The earlier commits are done when monodevelop had ↵rx-oss-v2.1Atsushi Eno
some bug to generate invalid paths.
2013-09-12Temporarily disable a runtime regression case that prevents everything.Atsushi Eno
2013-08-13Fix Ix Android projects to build using xbuild (XS somehow built them w/ ↵Atsushi Eno
wrong GUIDs).
2013-08-13Add missing project files and remove old files.Atsushi Eno
2013-08-13Use new Unit Test project instead of Andr.Unit.Atsushi Eno
Then now we are not bothered to see messy text overlap.
2013-08-08Add Ix mobile projects.Atsushi Eno
2013-05-09update csproj files: auto-generated.Atsushi Eno
2013-05-08Add warnings on release notes.Atsushi Eno
2013-05-08Added documentation for NuGet packaging.Atsushi Eno
2013-05-08Make changes to project structures so that they can be simply built without ↵Atsushi Eno
changes for users.
2013-05-07Revert "Add NuGet package nuspec."Atsushi Eno
This reverts commit 65efd29e8e96e85283bd62152e9e2cdda05e628c. Committed to wrong tree...
2013-05-07Add NuGet package nuspec.Atsushi Eno
2013-05-07Add NuGet package nuspec.Atsushi Eno
2013-04-16async build was not fully added to the build.Atsushi Eno
2013-04-08add -d:HAS_AWAIT and remove remoting for iOS projects too.Atsushi Eno
2013-04-08added Makefile for building and packaging everything.Atsushi Eno
Also remove prebuilt dlls now that mcs doesn't generate broken dlls and we don't have to resort to csc anymore.
2013-04-08remoting is not going to be supported in XA so remove it.Atsushi Eno
2013-04-08Add -d:HAS_AWAIT for await support in XA.Atsushi Eno
This is limited to assemblies that are supported in XA.
2013-04-08Add mobile-specific InternalTo signatures.Atsushi Eno
After this change, the build will fail without dropping SIGNED condition on *unsingned* builds. To build Rx assemblies from sources outside Xamarin, please do so.
2013-04-06Add rakefile for assembling componentDavid Siegel
2013-03-29Small edits.David Siegel
2013-03-29fix image URLAtsushi Eno
2013-03-29[xpkg] several fixes are needed for packaging.Atsushi Eno
components store rejected ReactiveExtensionsForXamarin_*, so I had to rename the component ID. Also there is no way to specify additional file for images, so I changed the image URL to github raw file.
2013-03-28mono master migration resulted in some regression on perf. tests so that ↵Atsushi Eno
they don't complete anymore. Disabled.
2013-03-28add GettingStarted.md and misc packaging updates.Atsushi Eno
2013-03-08Updated the Details pageMiguel de Icaza
2013-03-08Add Xamarin Package description from AtsushiMiguel de Icaza
2013-03-07Updated the Details pageMiguel de Icaza
2013-03-07Add Xamarin Package description from AtsushiMiguel de Icaza
2013-02-08import 5526a6f490db changes. Manually applied the change from rx-oss-v1.1 ↵Atsushi Eno
branch. ok, the version # is kinda confusing. But initially Microsoft named it as "OSS V1.0" and now it's simply "2.1" so I just follow that.
2013-02-08import 5526a6f490db, official Rx 2.1 release.Atsushi Eno
2013-02-08moved mobile sample dir.rx-oss-v1.1Atsushi Eno
2013-02-08fix project files so that both VS and MD can load. switch to Windows-built ↵U-U24Aw\atsushi
binaries. Add Mono.Reactive.Testing.dll.
2013-02-08(experimental) update rx assemblies.Atsushi Eno
2013-02-07add android sample github API client.Atsushi Eno
2013-01-23WTF was the previous change? Regenerated the projects that both android and ↵Atsushi Eno
iOS should work.
2013-01-23update iOS projects, MD fails to resolve paths that uses backslash somehow.Atsushi Eno
2013-01-23update rx android binaries to the laest ms release (not perfectly working).Atsushi Eno
2013-01-23remove extra entries in gitignore.Atsushi Eno
2013-01-23add missing android test projects and update iOS projects (-d:NO_REMOTING).Atsushi Eno
2013-01-22fix Android.NUnitLite reference.Atsushi Eno
2013-01-22iOS projects now build too.Atsushi Eno