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
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-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-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-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-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
2013-01-22update csproj files. This time android builds.Atsushi Eno
2013-01-22re-apply condition for windows threading, reflection emit and CurrentDomain.Atsushi Eno
2013-01-22re-apply monotouch AOT workaround fix.Atsushi Eno
2013-01-22apply monodroid issue workaround.Atsushi Eno
2013-01-22re-apply mcs compilation error workaround fix.Atsushi Eno
2013-01-22update mobile project files.Atsushi Eno
2013-01-22apply mono.patch in this tree.Atsushi Eno
2013-01-22update generated project files.Atsushi Eno
2013-01-22import old Rx_Xamarin to new branch.Atsushi Eno
2013-01-22Merge branch 'master' into rx-oss-v1.1Atsushi Eno
Conflicts: Rx.NET/Microsoft.Reactive.Testing/ReactiveAssert.cs
2013-01-22apply mono changes as explained in README.md.Atsushi Eno
2013-01-22fix description on replacer.sh.Atsushi Eno
2013-01-22delete old Rx.NET.Atsushi Eno
2013-01-22fix target file paths.Atsushi Eno
2013-01-22And add Microsoft's original README.Atsushi Eno