Commit History

Author SHA1 Message Date
  davedev e66d1437ae 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
  Donna Malayeri 1c5ca0b17e Disable code coverage in unit tests (causes problems when running mstest from command line) 12 years ago
  Donna Malayeri a3b5fce063 Tweak Rx Import.targets AfterBuild task 12 years ago
  Donna Malayeri 644015343b Minor changes to Rx .targets files 12 years ago
  Donna Malayeri 8c07a3e4a4 Fix Ix assembly versions in AssemblyInfo.cs (was incorrectly 0.9, is now 1.2) 12 years ago
  Donna Malayeri fa40c0b983 Add back strong name signing for Ix in Common.targets; include public strong name key 12 years ago
  Donna Malayeri 9cdbc4cb86 Ix: add a ReleasePL and TestPL configuration to support a Profile78 profile for System.Interactive and System.Interactive.Async. Also, clean up Ix Common.targets 12 years ago
  Donna Malayeri 5c56bbbdd0 Miscellaneous project file cleanup 12 years ago
  Donna Malayeri 8687908ee8 Fix typo in readme.md 12 years ago
  Donna Malayeri b529ea979c Update readme.md 12 years ago
  Donna Malayeri 982e6c2e5f Update readme.md 12 years ago
  Donna Malayeri dd538ddaf7 Re-add "References" folder to Ix 12 years ago
  Donna Malayeri 89ab057020 Add "Layout" subfolders to .gitignore 12 years ago
  Donna Malayeri 3b74edc325 Update Ix .csproj files and .targets files, mostly cleanup 12 years ago
  Donna Malayeri 4fedcc214e Refactoring build files, part one 12 years ago
  Donna Malayeri 0baea7f56c Fix test that fails because of additional IEnumerable.Create method 12 years ago
  Donna Malayeri a5494cc9d8 Add [SecurityCritical] attribute to IYielder.UnsafeOnCompleted 12 years ago
  Donna Malayeri a2a03840ac Rename Ix/NET/** to Ix.NET/**. Rename Rx/NET/** to Rx.NET/** 12 years ago
  malayeri 72bd1aed78 More code changes for new .NET 45 build target 12 years ago
  malayeri 71c711219d Remove strong name signing for Ix 12 years ago
  malayeri a5ec5e8f0c Add types IYielder, IAwaitable, and IAwait; add support for creating IEnumerable from Action<IYielder>. 12 years ago
  malayeri 132eecc27d Merge branch 'master' of https://git01.codeplex.com/rx into codeplex 12 years ago
  malayeri ed9a6fa56c Fix Ix issues related to code signing setup 12 years ago
  malayeri f48a34e632 Merge remote-tracking branch 'codeplex/master' into codeplex 12 years ago
  malayeri 278c84b2b9 Add "Source" sub-directory to Ix/NET directory 12 years ago
  malayeri c548a9f24b Merge branch 'master' of https://git01.codeplex.com/forks/martsyn/rx into martsyn/rx 12 years ago
  Brian Grunkemeyer 4f4c3a141f Adding a version of our logo in Photoshop's format. 12 years ago
  Brian Grunkemeyer ee76b23340 Adding a 300 x 300 logo, per requests. Also, I'm checking in the .design file, which you can load 12 years ago
  Brian Grunkemeyer 22b0817625 Rx 2.1 update to build WinRT pieces for Windows Phone 8. 12 years ago
  repka 401d84247a Fixed long term delay exceeding Timer limitation (issue #17) 12 years ago