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

Commit Graph

  • c493caeda0 Added [Memory|Span]Owner<T>.DangerousGetArray (#3530) msftbot[bot] 2020-11-12 09:46:54 +0000
  • 30190a454a Merge branch 'master' into feature/memory-owner-dangerousgetarray Sergio Pedri 2020-11-12 09:33:12 +0100
  • e3411f494e Fixed typo in unit tests Sergio Pedri 2020-11-12 09:32:05 +0100
  • a1ea6b8766 Fixed ArrayPoolBufferWriter<T> repeated new[] allocations (#3524) msftbot[bot] 2020-11-12 01:35:27 +0000
  • 2756370bf2 Merge branch 'master' into bugfix/pool-writer-allocations Michael Hawker MSFT (XAML Llama) 2020-11-11 16:29:00 -0800
  • 40672bb264 [Feature] Microsoft.Toolkit.Mvvm package (Preview 4) (#3527) msftbot[bot] 2020-11-11 22:34:08 +0000
  • e4e9304f9a Merge branch 'master' into feature/mvvm-toolkit-preview4 Michael Hawker MSFT (XAML Llama) 2020-11-11 10:58:01 -0800
  • ce9bb05b06 Added some TrySetProperty tests Sergio Pedri 2020-11-11 18:38:43 +0100
  • ef335d46d0 Added ObservableValidator.TrySetProperty methods Sergio Pedri 2020-11-11 17:04:51 +0100
  • 8793bb2fdc Merge branch 'master' into feature/net-5-target Sergio Pedri 2020-11-10 19:11:02 +0100
  • 7e252d4d58 Refactoring with .NET 5 Unsafe APIs (#3510) msftbot[bot] 2020-11-10 17:30:49 +0000
  • 9e55b1016f Added Ioc.GetRequiredService<T> method Sergio Pedri 2020-11-10 18:13:04 +0100
  • b6405362c2 Merge branch 'master' into lazyLoadingThreshold h82258652 2020-11-10 20:05:48 +0800
  • d5fb233b8d Merge branch 'master' into refactoring/unsafe-null-refs Sergio Pedri 2020-11-10 02:08:42 +0100
  • dcc5556b1b Bumped S.R.CS.Unsafe package to 5.0.0 🚀 Sergio Pedri 2020-11-10 02:06:48 +0100
  • 7c98feab00 Add ColorPickerButton (#3379) msftbot[bot] 2020-11-09 23:23:56 +0000
  • 8ede38e466 Merge branch 'master' into feature/mvvm-toolkit-preview4 Michael Hawker MSFT (XAML Llama) 2020-11-09 14:56:54 -0800
  • 2d0af42aed Fixed unit tests Sergio Pedri 2020-11-09 18:08:14 +0100
  • 272349995e Minor tweaks to ObservableValidator Sergio Pedri 2020-11-09 15:08:04 +0100
  • ffac8d940f Merge branch 'master' into robloo/reimagined-color-picker robloo 2020-11-08 22:31:46 -0500
  • 4fbd47fd11 Minor code tweak Sergio Pedri 2020-11-09 00:22:16 +0100
  • c3fa996393 Fixed a small bug in Type2.GetHashCode Sergio Pedri 2020-11-09 00:21:39 +0100
  • 554c233380 Merge pull request #1 from michael-hawker/mhawker/color-picker-responsive robloo 2020-11-08 10:40:42 -0500
  • 4bbc526d72 Minor code tweaks Sergio Pedri 2020-11-06 21:59:01 +0100
  • f7008cb912 Fixed some nullability warnings Sergio Pedri 2020-11-06 21:57:10 +0100
  • 44bbca8fb7 Minor codegen improvements Sergio Pedri 2020-11-06 21:44:59 +0100
  • 39541134ef Fixed an issue with an XML comment Sergio Pedri 2020-11-06 21:36:52 +0100
  • 0fc171a264 Merge branch 'master' into performance/unrolled-count Sergio Pedri 2020-11-06 21:23:11 +0100
  • a950ab0d31 Parameterless ThrowHelper APIs (#3550) msftbot[bot] 2020-11-06 20:00:38 +0000
  • 2695bd0034 Merge branch 'master' into feature/parameterless-throw-helpers2 Michael Hawker MSFT (XAML Llama) 2020-11-06 11:15:41 -0800
  • 0afef8283b Merge branch 'master' into lazyLoadingThreshold h82258652 2020-11-06 08:47:41 +0800
  • e8dcd0d6c8 Merge branch 'master' into feature/memory-cast Sergio Pedri 2020-11-05 23:28:10 +0100
  • c7c1b59726 Minor code tweaks Sergio Pedri 2020-11-01 14:33:41 +0100
  • 92a5504412 Bumped S.R.CS.Unsafe package to .NET 5 RC2 Sergio Pedri 2020-10-26 17:38:35 +0100
  • 28ebcda756 Removed trailing whitespace in .csproj Sergio Pedri 2020-10-09 13:21:09 +0200
  • 723be1c8c5 Tweaked MVVM Toolkit .csproj Sergio Pedri 2020-10-09 13:15:44 +0200
  • 142fc1136d Reverted package update in MVVM Toolkit Sergio Pedri 2020-10-09 13:07:45 +0200
  • e336bda5e0 Suppressed Unsafe.As<T> nullability warnings Sergio Pedri 2020-10-08 12:02:53 +0200
  • 3ed5efd42b Refactored StringPool with new null ref APIs Sergio Pedri 2020-10-06 19:33:07 +0200
  • 4b85110cd1 Updated package references in test projects Sergio Pedri 2020-09-28 21:07:20 +0200
  • 4232e9b380 Updated HighPerformance package Sergio Pedri 2020-09-28 20:58:51 +0200
  • 509c70eaf6 Updated Mvvm package Sergio Pedri 2020-09-28 20:58:42 +0200
  • 72718e6f65 Fixed 2D array indexing on .NET 5 Mono Sergio Pedri 2020-11-05 19:46:36 +0100
  • 9f7690f98a Minor code style tweak Sergio Pedri 2020-11-05 19:44:04 +0100
  • 8ba91daa46 Added missing nullability annotation Sergio Pedri 2020-11-05 19:42:20 +0100
  • 9bd48a1ead Added [SkipLocalsInit] to Microsoft.Toolkit package Sergio Pedri 2020-10-24 13:03:13 +0200
  • 977ae2cdde Fixed visibility of local SkipLocalsInitAttribute copy Sergio Pedri 2020-10-24 12:56:50 +0200
  • a405180def Enabled [SkipLocalsInit] for all HighPerformance targets Sergio Pedri 2020-10-24 01:31:20 +0200
  • 448ab1e9ca Added SkipLocalsInit attribute Sergio Pedri 2020-10-20 12:15:23 +0200
  • 6c825897cf Fixed compiler switches for .NET Core 3.1 and .NET 5 Sergio Pedri 2020-10-09 14:29:14 +0200
  • f2e6e2ab66 Updated .NET 5 compiler directives Sergio Pedri 2020-10-09 14:25:42 +0200
  • dfdba3e04f Added ListExtensions.AsSpan on .NET 5 Sergio Pedri 2020-06-20 18:44:35 +0200
  • 2037fe105f Initial .NET 5 support to HighPerformance package Sergio Pedri 2020-06-15 14:07:52 +0200
  • c66aa002ce Fixed a typo and bug Sergio Pedri 2020-10-29 01:06:29 +0100
  • 0361226d0c Removed AggressiveOptimization attributes Sergio Pedri 2020-10-28 21:38:33 +0100
  • 0113599bea Added unrolled vectorized Count loop Sergio Pedri 2020-10-28 19:50:13 +0100
  • d0f2e36e86 Removed unnecessary type checks Sergio Pedri 2020-10-28 19:48:01 +0100
  • 0d5f18d5a4 Merge pull request #3353 from Sergio0694/feature/array3d-apis Michael Hawker MSFT (XAML Llama) 2020-11-05 09:21:36 -0800
  • 5210e94171 Fixed StyleCop warnings in HighPerformance tests Sergio Pedri 2020-11-05 01:34:44 +0100
  • 7f83395aec Updated package description with new types Sergio Pedri 2020-11-05 00:41:10 +0100
  • bdff55a2e0 Fixed XML docs for internal helpers Sergio Pedri 2020-11-04 19:31:18 +0100
  • 5a54d027c1 Fixed some typos Sergio Pedri 2020-11-03 23:42:04 +0100
  • 1145a4e3e9 Added more tests for invalid Memory2D<T> constructors Sergio Pedri 2020-11-03 23:40:27 +0100
  • 57d77bd34a Improved some unit tests Sergio Pedri 2020-11-03 23:20:52 +0100
  • ae5ba7e358 Added tests for off-by-one Get[Row|Column] for 2D arrays Sergio Pedri 2020-11-03 23:08:57 +0100
  • e821cf9cfa Merge branch 'master' into feature/array3d-apis Michael Hawker MSFT (XAML Llama) 2020-11-03 09:44:28 -0800
  • 166a23cc9e Minor code tweaks for clarity Sergio Pedri 2020-11-01 16:39:46 +0100
  • f870cbf8a8 Minor code refactoring Sergio Pedri 2020-11-01 01:13:10 +0100
  • 131509b805 Fixed bug in ReadOnlyRefEnumerable<T> implicit cast Sergio Pedri 2020-10-31 20:04:44 +0100
  • 2eca42f6db Fixed bugs in unit tests Sergio Pedri 2020-10-31 19:10:44 +0100
  • 55a8be0e20 Added comments to unit tests Sergio Pedri 2020-10-31 18:24:30 +0100
  • 9d841afb80 Removed unnecessary covariance array checks Sergio Pedri 2020-10-31 17:13:30 +0100
  • 470306e89b Improved unit test coverage for RefEnumerable<T> Sergio Pedri 2020-10-31 13:53:10 +0100
  • bf7e7943f8 Tweaked some using directives Sergio Pedri 2020-10-31 13:17:45 +0100
  • 1a9e532b93 Fixed a build error in the unit tests Sergio Pedri 2020-10-31 11:46:01 +0100
  • 67cc61b643 Added RefEnumerable<T>.CopyTo(RefEnumerable) APIs Sergio Pedri 2020-10-30 23:53:13 +0100
  • a8d55db95e Removed unnecessary EditorBrowsable attributes Sergio Pedri 2020-10-30 23:17:18 +0100
  • d7c2f0e2d1 Added implicit ReadOnlyRefEnumerable operator Sergio Pedri 2020-10-30 23:15:18 +0100
  • 9bb521dc05 Minor code tweaks Sergio Pedri 2020-10-30 23:08:27 +0100
  • 3c91227b9d Added RefEnumerableHelper.CopyTo 2-step overload Sergio Pedri 2020-10-30 22:45:15 +0100
  • f783fdc530 Code refactoring using the new helper Sergio Pedri 2020-10-30 20:23:02 +0100
  • 7fca4d998d Added internal RefEnumerableHelper type Sergio Pedri 2020-10-30 20:18:08 +0100
  • efdd7d8d66 Added [ReadOnly]Span.[Try]CopyTo RefEnumerable APIs Sergio Pedri 2020-10-30 18:24:01 +0100
  • 426af3f579 Bug fixes, added RefEnumerable<T>.[Try]CopyFrom Sergio Pedri 2020-10-30 18:16:46 +0100
  • 3ae52d4ecf Added comments to unit tests Sergio Pedri 2020-10-30 17:53:57 +0100
  • 346317c85c Added comments to unit tests Sergio Pedri 2020-10-30 15:53:39 +0100
  • f2f8869243 Added comments to unit tests Sergio Pedri 2020-10-30 13:50:43 +0100
  • 2534345690 Minor performance improvement Sergio Pedri 2020-10-30 13:33:21 +0100
  • 58a519634b AAdded comments to unit tests Sergio Pedri 2020-10-30 13:24:46 +0100
  • 0c51bf650e Added comments to unit tests Sergio Pedri 2020-10-30 12:55:49 +0100
  • 8c34ddc37c Added comments to DangerousGetReference tests Sergio Pedri 2020-10-29 22:22:07 +0100
  • 0594df660d Added generic parameterless throw helper APIs Sergio Pedri 2020-10-29 18:42:44 +0100
  • ee5af50568 Added non-generic parameterless throw helper APIs Sergio Pedri 2020-10-29 18:42:17 +0100
  • 9e1f4ebe5f Added more comments, minor code refactoring Sergio Pedri 2020-10-28 14:52:03 +0100
  • 453feb11a4 Deprecated 2D array extensions from Microsoft.Toolkit (#3444) msftbot[bot] 2020-10-27 18:30:16 +0000
  • 79df6e4dc9 Merge branch 'master' into feature/array-extensions-deprecation Michael Hawker MSFT (XAML Llama) 2020-10-27 10:48:38 -0700
  • e002ba0923 Merge branch 'master' into feature/mvvm-toolkit-preview4 Sergio Pedri 2020-10-26 19:17:36 +0100
  • dc2e32a6ab Fixed MemoryStream seek to end validation (#3543) msftbot[bot] 2020-10-26 17:20:48 +0000
  • 174ccbe0d7 15% speedup in Span2D<T>.DangerousGetReferenceAt Sergio Pedri 2020-10-26 16:20:07 +0100
  • 02bd8e4f6b Added missing overflow check, improved docs Sergio Pedri 2020-10-26 13:52:30 +0100