Commit History

Author SHA1 Message Date
  Daniel Weber d865f9d714 Dispose inner IAsyncEnumerators in AsyncEnumerable.SelectMany. 11 years ago
  Michal Strehovsky 7ea7fbbe02 Some patterns in using generic virtual methods may cause increases in compilation time and size on disk when used with Microsoft pre-compilation technologies such as NGEN. This bug fix removes those patterns so that Microsoft pre-compilation technologies such as NGEN and the Cloud Compiler work better with the Reactive Extensions library. This change was tested and found to have no noticeable performance impact, other than stabilizing compilation times and the size on disk. 11 years ago
  Lee Campbell 0815ac71b5 Included multiple disposals to Replay UnitTests 11 years ago
  Lee Campbell 98ad5740a3 Remove comments 12 years ago
  Lee Campbell 5449869cd7 Adding ReplaySubject perf improvements 12 years ago
  Naju Mancheril 044afd56c6 Use background thread for long-running ThreadPoolScheduler 12 years ago
  Donna Malayeri 3ebdd2e099 Move Rx aliases into their own package 12 years ago
  Donna Malayeri db01b7c8f7 Reverse commit ad11564 (which added finite-sequence operators like OrderBy and ThenBy). The operators are still available in Rxx, but since they only work on finite-sequences, we are moving them out of the core operators. 12 years ago
  Donna Malayeri 72d72ad193 Add AssemblyInformationalVersion attribute to AssemblyInfo.cs 12 years ago
  Donna Malayeri bcd0859884 Exclude test with "await" in platforms that don't have it 12 years ago
  Donna Malayeri 2f6075fa3e Fix WP8 configuration in Rx.sln 12 years ago
  davedev ebd175d608 Fixed a bug in EventLoopScheduler that may cause SemaphoreFullException to be thrown when under heavy load due to incongruent calls to Sempahore.Release and Semaphore.Wait. 12 years ago
  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
  Donna Malayeri 1e4c7fb39d Make #region tag names consistent 12 years ago
  Donna Malayeri 3f70e89848 Improve the doc comment for the Switch method; regenerate Qbservable versions. 12 years ago
  davedev 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
  davedev 1ef2e4ee02 Added the BehaviorSubject<T>.Value property, which extracts the current value. 12 years ago
  Donna Malayeri 60f15465e2 Merged commit e00c2a7 - pull request from davedev: Added GroupBy and GroupByUntil overloads with a capacity parameter. 12 years ago
  davedev 1945e8b31a Cherry pick commit e580d7e from branch 'develop': SelectMany overloads with index parameter in selector functions. 13 years ago
  Donna Malayeri d541c91e27 Minor fixes to Rx.sln 12 years ago
  Donna Malayeri 4de665ea27 Update portable sample project in Rx.NET\Samples\Portable 12 years ago
  Donna Malayeri 2b85bde9b6 Add back BCL packages to Rx.NET\Source\packages directory which were accidentally removed in a previous rebase 12 years ago
  Donna Malayeri bbbb344316 Add a nuget version of the portable class library test to Rx.NET\Samples\Portable 12 years ago
  Donna Malayeri 6e3f23cb64 Ignore packages directory 12 years ago
  Donna Malayeri 576d03c1bf More fixes to solution build configurations for Rx.sln 12 years ago
  Donna Malayeri 842453b045 Fix Debug45 and Release45 solution build configurations for Rx.sln 12 years ago
  davedev 40eb1577c3 Move back some directories such as .nuget and Samples/Portable which were somehow in the wrong place after a rename 12 years ago
  davedev 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
  davedev 859e5a31a6 Ran HomoIcon tool. 12 years ago
  davedev 5aae9354c8 Added missing using statement to unit test. 12 years ago