Donna Malayeri c33039e639 Add aliases for Rx operators - Map, FlatMap, and Filter (aliases for Select, SelectMany, and Where). Ran HomoIcon to generate Qbservable members. 12 years ago
..
.nuget 40eb1577c3 Move back some directories such as .nuget and Samples/Portable which were somehow in the wrong place after a rename 12 years ago
Microsoft.Reactive.Testing 1945e8b31a Cherry pick commit e580d7e from branch 'develop': SelectMany overloads with index parameter in selector functions. 12 years ago
Playground 11681796da Merge changes from branch 'develop' -- add new portable library target PLLITE and sample project Portable that targets net40-based portable platforms. 12 years ago
References a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
System.Reactive.Core ad115642f0 Cherry pick commit 545dfaf - pull request from davedev. Implemented OrderBy, OrderByDescending, ThenBy and ThenByDescending, with unit tests. This also required me to update to the HomoIcon tool and the Qbservable parity unit test. 12 years ago
System.Reactive.Debugger 11681796da Merge changes from branch 'develop' -- add new portable library target PLLITE and sample project Portable that targets net40-based portable platforms. 12 years ago
System.Reactive.Experimental c33039e639 Add aliases for Rx operators - Map, FlatMap, and Filter (aliases for Select, SelectMany, and Where). Ran HomoIcon to generate Qbservable members. 12 years ago
System.Reactive.Interfaces ad115642f0 Cherry pick commit 545dfaf - pull request from davedev. Implemented OrderBy, OrderByDescending, ThenBy and ThenByDescending, with unit tests. This also required me to update to the HomoIcon tool and the Qbservable parity unit test. 12 years ago
System.Reactive.Linq c33039e639 Add aliases for Rx operators - Map, FlatMap, and Filter (aliases for Select, SelectMany, and Where). Ran HomoIcon to generate Qbservable members. 12 years ago
System.Reactive.PlatformServices 462115b64a Fixed a bug that caused the Interval and Timer extensions and periodic scheduling in general to throw an ArgumentOutOfRangeException when period equaled TimeSpan.Zero. Includes corresponding unit tests. 12 years ago
System.Reactive.Providers c33039e639 Add aliases for Rx operators - Map, FlatMap, and Filter (aliases for Select, SelectMany, and Where). Ran HomoIcon to generate Qbservable members. 12 years ago
System.Reactive.Runtime.Remoting a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
System.Reactive.Windows.Forms a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
System.Reactive.Windows.Threading a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
System.Reactive.WindowsRuntime a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
Tests.System.Reactive ad115642f0 Cherry pick commit 545dfaf - pull request from davedev. Implemented OrderBy, OrderByDescending, ThenBy and ThenByDescending, with unit tests. This also required me to update to the HomoIcon tool and the Qbservable parity unit test. 12 years ago
packages 2b85bde9b6 Add back BCL packages to Rx.NET\Source\packages directory which were accidentally removed in a previous rebase 12 years ago
.gitattributes a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
.gitignore a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
35MSSharedLib1024.snk 644015343b Minor changes to Rx .targets files 12 years ago
Build.bat a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
BuildAll.proj 11681796da Merge changes from branch 'develop' -- add new portable library target PLLITE and sample project Portable that targets net40-based portable platforms. 12 years ago
BuildSetup.bat a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
Clean.bat a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
Common.targets 11681796da Merge changes from branch 'develop' -- add new portable library target PLLITE and sample project Portable that targets net40-based portable platforms. 12 years ago
Import.targets 11681796da Merge changes from branch 'develop' -- add new portable library target PLLITE and sample project Portable that targets net40-based portable platforms. 12 years ago
Local.testsettings 1c5ca0b17e Disable code coverage in unit tests (causes problems when running mstest from command line) 12 years ago
README.txt a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
Rx.ruleset a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
Rx.sln d541c91e27 Minor fixes to Rx.sln 12 years ago
Test.ruleset a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
TraceAndTestImpact.testsettings a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
license.txt a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
packages.config 40eb1577c3 Move back some directories such as .nuget and Samples/Portable which were somehow in the wrong place after a rename 12 years ago

README.txt

To build all flavors of Rx, you will need several different SDK's installed:

Visual Studio 2012
Windows Phone 8 SDK (create.msdn.com)
Windows Phone 7.1 SDK (create.msdn.com)
Silverlight 4 SDK
Microsoft Silverlight 4 Tools for Visual Studio 2010
Xbox XNA Game Studio 4.0*

* Note: Installing Xbox XNA Game Studio is tricky on Windows 8, as you must install some other dependencies first.
More information can be found here: http://blogs.msdn.com/b/astebner/archive/2012/02/29/10274694.aspx

For building installers and Visual Studio extensions, we need the following installed:
Visual Studio 2012 SDK
Windows Installer XML (WiX) toolset (wix.codeplex.com), preferably version 3.5.


Note: the XNA Game Studio build has not been actively maintained and may not build. Feel free to fix it!