0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed error with Type.GetTypeInfo() More... over 9 years ago
Cleaned up tracking of collection changes. More... over 9 years ago
Made tracking of collection changes visible to engine. More... over 9 years ago
Moved reflection into conditionals to reduce reflection calls. More... over 9 years ago
Changes to a collection are no longer tracked after a reset. More... over 9 years ago
Fixed some ThenBy tests. More... over 9 years ago
Fixed ObservableSetComparer not setting Successors for its dependencies. More... over 9 years ago
Fixed multiple or no Successors caused by manually attaching a collection to ObservableMember and by wrong Successor handling in ObservableProxy. More... over 9 years ago
Added Asserts for the Action of NotifyCollectionChangedEventArgs so tests fail with that instead of nullreferenceexception More... over 9 years ago
Fixed InvalidCastException caused by GroupBy Interface to object conversion. More... over 9 years ago
Fix duplicate registration of Successors in DescendantsCollection. More... over 9 years ago
Fixed multiple registration of Successors in ObservableProxy* and SelectMany. More... over 9 years ago
Fixed multiple registration of Successors in ObservableProxy* and SelectMany. More... over 9 years ago
Added tracking of changes to collections More... over 9 years ago
Fixed some unit tests. More... over 9 years ago
Fixed the bug for which I originally introduced the ugly SuccessorList hack. Removed that. There is still a bug where a node has more than one successor. More... over 9 years ago
Fixed the bug for which I originally introduced the ugly SuccessorList hack. Removed that. There is still a bug where a node has more than one successor. More... over 9 years ago
Improved randomization in TrainBenchmark. More... over 9 years ago
Added CollectionChangedNotificationResult implementation More... over 9 years ago
Moved and renamed EngineBenchmark -> TrainBenchmark More... over 9 years ago
Moved and renamed EngineBenchmark -> TrainBenchmark More... over 9 years ago
Fixed a bunch of code analysis issues. 55 warnings remain. More... over 9 years ago
Fixed a bunch of code analysis issues. 55 warnings remain. More... over 9 years ago
Improved the validity of the benchmarks by using a faster RNG and by not iterating over the entire graph during Injection. More... over 9 years ago
Improved the validity of the benchmarks by using a faster RNG and by not iterating over the entire graph during Injection. More... over 9 years ago
Fixed InvalidCastException in MemberAccess. More... over 9 years ago
Implemented the TTC 2015 train benchmarks. More... over 9 years ago
Implemented the TTC 2015 train benchmarks. More... over 9 years ago
Minor performance tweaks. More... over 9 years ago
No longer generate the AbsoluteUri when any property changes. More... over 9 years ago