1
0
mirror of https://github.com/chylex/.NET-Community-Toolkit.git synced 2024-10-17 06:42:48 +02:00

Commit Graph

  • 05bf6bd6de Added MessageHandler<TMessage> delegate, removed closures Sergio Pedri 2020-08-17 11:22:56 +0200
  • 5ba776112c Removed TabView/TabViewItem, HeaderedTextBlock, LightBehavior/AnimationExtensions.Light, and some other smaller methods marked as Obsolete. Alexandre Zollinger Chohfi 2020-08-14 15:30:25 -0700
  • b01b9aa0bb Add XML docs for thrown exceptions Sergio Pedri 2020-08-13 18:51:08 +0200
  • 6fa47ccfd5 Update ValidateProperty API to mirror SetProperty Sergio Pedri 2020-08-13 18:47:05 +0200
  • a32bbfefcc Add initial version of ObservableValidator type Sergio Pedri 2020-08-13 18:32:32 +0200
  • e6997c8154 Fixed a typo and tweaked a comment Sergio Pedri 2020-08-13 01:26:26 +0200
  • 58680e3af7 Minor performance improvement Sergio Pedri 2020-08-12 17:59:17 +0200
  • ea011325ff Enabled shared object[] pool for Messenger Sergio Pedri 2020-08-12 17:52:17 +0200
  • 90c63872e4 Merge branch 'master' into improvement/high-performance-tweaks Sergio Pedri 2020-08-12 13:40:57 +0200
  • 827cc3e151 Merge branch 'master' into feature/new-bithelper-apis Sergio Pedri 2020-08-12 13:40:02 +0200
  • ab962f6af6 Merge branch 'master' into optimization/movsxd-removal Sergio Pedri 2020-08-12 13:39:40 +0200
  • 7e7a6545ae Merge branch 'master' into feature/string-pool Sergio Pedri 2020-08-12 13:39:27 +0200
  • 44fcd03772 Merge branch 'master' into feature/throw-helpers Sergio Pedri 2020-08-12 13:36:59 +0200
  • fc95d7e60c Fixed a build error, minor refactoring Sergio Pedri 2020-08-12 13:36:40 +0200
  • 4890b5ed17 Merge pull request #3420 from windows-toolkit/moreSpelling Alexandre Zollinger Chohfi 2020-08-11 15:40:38 -0700
  • 28507d8761 Merge branch 'master' into moreSpelling Kyaa Dost 2020-08-11 11:24:42 -0700
  • 41343d8767 Microsoft.Toolkit.Mvvm package (part 2) (#3413) msftbot[bot] 2020-08-11 17:36:09 +0000
  • 4c8d87060b Merge branch 'master' into moreSpelling Alexandre Zollinger Chohfi 2020-08-11 10:11:32 -0700
  • 20a26b3cb1 Merge branch 'master' into feature/mvvm-toolkit-part2 Alexandre Zollinger Chohfi 2020-08-11 10:06:07 -0700
  • 603da131ea Merge pull request #3410 from Sergio0694/bugfix/task-result-converter Alexandre Zollinger Chohfi 2020-08-11 10:03:28 -0700
  • e143d397cb Updated package title Sergio Pedri 2020-08-11 18:55:29 +0200
  • 8dc298aa11 Improved package description Sergio Pedri 2020-08-11 18:49:53 +0200
  • d3a693013a Updated Microsoft.Toolkit.Mvvm .csproj info Sergio Pedri 2020-08-11 18:38:13 +0200
  • ffea056911 Merge branch 'master' into optimization/movsxd-removal Sergio Pedri 2020-08-08 18:03:49 +0200
  • d0f667d3f2 Merge branch 'master' into feature/string-pool Sergio Pedri 2020-08-08 18:03:36 +0200
  • e42485d18c Merge branch 'master' into feature/mvvm-toolkit-part2 Sergio Pedri 2020-08-08 18:03:07 +0200
  • 778bc0ba93 Merge branch 'master' into improvement/high-performance-tweaks Sergio Pedri 2020-08-08 18:02:37 +0200
  • b776866aa9 Merge branch 'master' into feature/throw-helpers Sergio Pedri 2020-08-08 18:02:24 +0200
  • cb3dc08fbc Minor optimization to the MessengerExtensions type Sergio Pedri 2020-08-08 17:26:30 +0200
  • 16f6c4687b Merge branch 'master' into bugfix/task-result-converter Alexandre Zollinger Chohfi 2020-08-07 18:05:18 -0700
  • abc074389f Merge pull request #3408 from Sergio0694/bugfix/ci-memory-usage Alexandre Zollinger Chohfi 2020-08-07 18:04:52 -0700
  • a5edd468b0 Added missing volatile field modifier Sergio Pedri 2020-08-08 01:49:11 +0200
  • 8d081ae99a Merge branch 'master' into bugfix/ci-memory-usage Sergio Pedri 2020-08-07 19:30:35 +0200
  • 7660f7c215 Improved a comment, fixed a typo Sergio Pedri 2020-08-07 15:45:04 +0200
  • 5907963f71 Merge branch 'master' into improvement/high-performance-tweaks Sergio Pedri 2020-08-07 15:41:59 +0200
  • 88c75f730a Merge pull request #3412 from windows-toolkit/hotfix-DocSpellingErrors Sergio Pedri 2020-08-07 15:40:17 +0200
  • d3ef8bfb07 Minor (possible) bug fix Sergio Pedri 2020-08-06 13:14:06 +0200
  • 6f4b9c9f9f Update Microsoft.Toolkit.HighPerformance.csproj Kyaa Dost 2020-08-05 17:25:36 -0700
  • c3a327d3a1 Minor code tweaks Sergio Pedri 2020-08-05 19:16:03 +0200
  • 5c2b8b0abb Minor performance improvement for Set(ref T) overload Sergio Pedri 2020-08-05 19:11:45 +0200
  • 5da28b5f7c Added SetProperty overloads with expression/broadcast Sergio Pedri 2020-08-05 18:48:44 +0200
  • e5b00f85aa Added unit test for AsyncTaskMethodBuilder<T> Sergio Pedri 2020-08-05 00:22:38 +0200
  • 5cba37aa57 Improved reliability of Task.GetResultOrDefault Sergio Pedri 2020-08-04 14:56:50 +0200
  • 8cf39a14d7 Switched to unmanaged memory in all parallel tests Sergio Pedri 2020-08-04 13:51:49 +0200
  • 9dc5481b47 Code refactoring to support Memory<T> tests Sergio Pedri 2020-08-04 13:46:24 +0200
  • 9ace1401d5 Added missing file header Sergio Pedri 2020-08-04 13:34:19 +0200
  • 9af5262458 Reduced memory usage in hash code tests Sergio Pedri 2020-08-04 13:16:39 +0200
  • db7f64f134 Minor code refactoring Sergio Pedri 2020-08-04 13:08:28 +0200
  • 917b96acbb Attempt to fix CI with manual memory management Sergio Pedri 2020-08-04 01:59:32 +0200
  • a3c91004ea fix some spelling Simon Cropp 2020-08-04 09:47:21 +1000
  • d2f0bf7898 Reduced memory usage in Count tests Sergio Pedri 2020-08-03 23:38:52 +0200
  • 0c2dbf4c99 Merge pull request #3406 from SimonCropp/spelling Michael Hawker MSFT (XAML Llama) 2020-08-03 10:16:08 -0700
  • c97d16a9e3 more spelling Simon Cropp 2020-08-02 19:36:09 +1000
  • f4f8bff674 fix some spelling Simon Cropp 2020-08-02 19:18:48 +1000
  • 0c6e61b928 Merge branch 'master' into feature/string-pool Sergio Pedri 2020-08-01 13:51:35 +0200
  • a4410bd68f Merge pull request #3229 from Sergio0694/feature/mvvm-apis Michael Hawker MSFT (XAML Llama) 2020-07-31 17:35:27 -0700
  • 1f2e8f2910 Renamed StringPool.Default -> Shared Sergio Pedri 2020-08-01 00:38:58 +0200
  • d3548a9324 Merge branch 'master' into optimization/movsxd-removal Sergio Pedri 2020-07-31 20:47:51 +0200
  • 71de70e237 Merge branch 'master' into improvement/high-performance-tweaks Sergio Pedri 2020-07-31 20:47:21 +0200
  • 46df485ef4 Merge branch 'master' into feature/new-bithelper-apis Sergio Pedri 2020-07-31 20:46:31 +0200
  • 0e05182228 Updated package description for ViewModelBase Sergio Pedri 2020-07-30 20:43:48 +0200
  • b9b30940fe Renamed Task.ResultOrDefault extensions Sergio Pedri 2020-07-30 20:42:24 +0200
  • f0c09fd06a Changed sender type to object in notification message Sergio Pedri 2020-07-30 20:40:46 +0200
  • dabe37a350 Renamed IServiceCollection arg to services Sergio Pedri 2020-07-30 20:38:23 +0200
  • b257a09082 Switched property name args to string? Sergio Pedri 2020-07-30 20:36:53 +0200
  • 57d24ba667 Fixed a typo Sergio Pedri 2020-07-30 13:30:43 +0200
  • e26d9a437e Reduced runtime of overflow unit test Sergio Pedri 2020-07-30 01:49:11 +0200
  • 38380bd6ec Added unit test for overflow fix Sergio Pedri 2020-07-29 21:02:34 +0200
  • fa4833eb13 Minor optimization (removed duplicate ref computation) Sergio Pedri 2020-07-29 19:13:26 +0200
  • b9a004fa60 Improved unit test for failed constructor Sergio Pedri 2020-07-29 19:05:21 +0200
  • af0e8e5d82 Fixed min-heap violation on timestamp overflow Sergio Pedri 2020-07-29 18:43:17 +0200
  • 495fbc6575 Merge branch 'master' into feature/string-pool Sergio Pedri 2020-07-29 15:09:22 +0200
  • bf91856782 Code tweaks to support #3293 Sergio Pedri 2020-07-28 01:53:30 +0200
  • 44558cc9cc Merge remote-tracking branch 'upstream/master' into feature/throw-helpers Sergio Pedri 2020-07-28 01:47:46 +0200
  • cadf147879 Code tweaks to support #3293 Sergio Pedri 2020-07-28 01:47:08 +0200
  • 14b43b2693 Merge remote-tracking branch 'upstream/master' into feature/mvvm-apis Sergio Pedri 2020-07-28 01:41:58 +0200
  • 31130025a1 Merge pull request #3293 from matthew4850/master Michael Hawker MSFT (XAML Llama) 2020-07-27 16:33:38 -0700
  • 9ea357af67 Minor codegen improvements Sergio Pedri 2020-07-27 01:50:34 +0200
  • b3f2fc67f4 Merge branch 'master' into master Sergio Pedri 2020-07-26 15:44:34 +0200
  • 446c46ab94 Code refactoring and restructuring Sergio Pedri 2020-07-26 14:01:28 +0200
  • 6df73c6a09 Removed unnecessary overhead in request messages Sergio Pedri 2020-07-23 20:01:15 +0200
  • 89f43e19d4 Minor code tweaks Sergio Pedri 2020-07-23 19:38:41 +0200
  • 9da95ab7d2 Renamed Set -> SetProperty for consistency with other libs Sergio Pedri 2020-07-23 00:47:38 +0200
  • d47a85b4d8 Added more readonly modifiers to enumerators Sergio Pedri 2020-07-22 00:16:20 +0200
  • 3bb887701f Reverted HighPerformance changes Sergio Pedri 2020-07-22 00:11:28 +0200
  • 0fb0863aa3 Added unit tests for new ThrowHelper APIs Sergio Pedri 2020-07-22 00:07:02 +0200
  • b955a537ed Revert "Added [StackTraceHidden] attribute" Sergio Pedri 2020-07-21 23:06:30 +0200
  • 12b088b9ee Added [StackTraceHidden] attribute Sergio Pedri 2020-07-21 22:59:56 +0200
  • 050227cf7a Improved XML summary for ThrowHelper class Sergio Pedri 2020-07-21 20:12:41 +0200
  • ed1a6fddc7 Merge branch 'master' into feature/mvvm-apis Sergio Pedri 2020-07-21 13:29:20 +0200
  • 985e169fbe Merge branch 'master' into feature/throw-helpers Sergio Pedri 2020-07-21 13:29:10 +0200
  • 158d5e19c3 Merge branch 'master' into improvement/high-performance-tweaks Sergio Pedri 2020-07-21 13:28:58 +0200
  • 0bf4c8fa9e Merge branch 'master' into feature/new-bithelper-apis Sergio Pedri 2020-07-21 13:28:35 +0200
  • a28e00dd58 Merge branch 'master' into optimization/movsxd-removal Sergio Pedri 2020-07-21 13:28:20 +0200
  • 228fc29938 Merge branch 'master' into feature/string-pool Sergio Pedri 2020-07-21 13:28:08 +0200
  • 8a31dc4256 Minor codegen improvements Sergio Pedri 2020-07-21 13:27:20 +0200
  • 71d52f9876 Minor code style tweaks Sergio Pedri 2020-07-21 13:25:28 +0200
  • 127c9105e4 Merge pull request #3191 from vgromfeld/u/vgromfeld/bindableAttributeRemoved Michael Hawker MSFT (XAML Llama) 2020-07-20 17:19:08 -0700
  • d7e024ca91 Tweaked nullability attributes Sergio Pedri 2020-07-20 13:36:23 +0200
  • a327f0f0b8 Another perf boost (with compiled LINQ expressions) Sergio Pedri 2020-07-19 00:26:51 +0200