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

Commit Graph

  • 85b3f9c5c8 Updated unit tests Sergio Pedri 2020-10-25 16:42:26 +0100
  • 12e592848f Minor code tweaks Sergio Pedri 2020-10-25 15:40:04 +0100
  • b7860343a4 Merge branch 'master' into lazyLoadingThreshold h82258652 2020-10-25 13:14:35 +0800
  • e166c6694e Minor codegen improvement Sergio Pedri 2020-10-25 01:25:28 +0200
  • aa5f5f8b22 Updated C# version in .csproj Sergio Pedri 2020-10-23 18:09:47 +0200
  • 0b6628a884 Increased count batch size on x64 for long/ulong values Sergio Pedri 2020-10-23 17:50:06 +0200
  • 243c3f35af More codegen improvements Sergio Pedri 2020-10-23 16:33:28 +0200
  • 3c556b0846 Minor codegen improvements Sergio Pedri 2020-10-23 16:23:54 +0200
  • 1c103c5fd1 Code refactoring with IntPtr to nint Sergio Pedri 2020-10-23 04:00:05 +0200
  • 7f2e4ce2c1 Switched Count<T> implementation to nint Sergio Pedri 2020-10-23 03:55:14 +0200
  • d14db95fa3 Fixed a bug in some RefEnumerable<T> methods Sergio Pedri 2020-10-22 22:34:49 +0200
  • 6d34da9b29 Fixed MemoryStream seek to end validation Sergio Pedri 2020-10-22 22:06:59 +0200
  • e2dec777e3 Added missing header Sergio Pedri 2020-10-22 21:27:15 +0200
  • f0a95b11e9 Merge pull request #29 from Sergio0694/feature/nint-offsetting Sergio Pedri 2020-10-22 17:22:43 +0200
  • 0178b01b80 Improved support for large 2D/3D arrays Sergio Pedri 2020-10-22 17:19:24 +0200
  • ab5a777066 Switched [Memory|Span]2D<T>.Length property to nint Sergio Pedri 2020-10-22 16:33:21 +0200
  • 535686c0d2 Renamed Size property to Length Sergio Pedri 2020-10-22 15:46:39 +0200
  • 1e33558f1c Fixed overflows in [ReadOnly]RefEnumerable<T> Sergio Pedri 2020-10-22 15:11:05 +0200
  • f998a2e1da Fixed missing overflow check in constructor Sergio Pedri 2020-10-22 13:13:40 +0200
  • 6e28ddea1e Merge branch 'master' into feature/mvvm-toolkit-preview4 Michael Hawker MSFT (XAML Llama) 2020-10-21 17:28:33 -0700
  • 38d76f67b2 Fixed indexing computation in Span2D<T> types Sergio Pedri 2020-10-22 01:53:50 +0200
  • d2e848a5a2 Added Span<T>.DangerousGetReferenceAt nint overload Sergio Pedri 2020-10-22 01:25:30 +0200
  • b194c013e4 Switched (IntPtr)(void*) casts with (nint) Sergio Pedri 2020-10-22 01:19:30 +0200
  • 5994d81a2e Added 32 bit overflow checks in constructors Sergio Pedri 2020-10-21 23:49:18 +0200
  • b3496348e8 Added OverflowHelper, enabled C# 9 Sergio Pedri 2020-10-21 22:05:54 +0200
  • 56e00906ad Fixed [Memory|Span]2D<T>.IsEmpty property Sergio Pedri 2020-10-21 14:11:00 +0200
  • ba0d95fd3a Minor code refactoring and performance tweak Sergio Pedri 2020-10-20 19:36:22 +0200
  • f6e8482b23 Minor optimization to Stream.Read<T> Sergio Pedri 2020-10-20 13:47:33 +0200
  • 6873fcd0ef Fixed incorrect file name Sergio Pedri 2020-10-19 16:59:54 +0200
  • e30a392655 Added comment for GCHandle.Alloc exception Sergio Pedri 2020-10-19 15:54:35 +0200
  • c8ee48544b Minor codegen improvements Sergio Pedri 2020-10-17 20:15:47 +0200
  • 3b5b74f7b9 Removed incorrect attribute Sergio Pedri 2020-10-17 19:18:51 +0200
  • 559d44c82e Added [ReadOnly]Span<T>.AsSpan2D extensions Sergio Pedri 2020-10-17 17:55:54 +0200
  • 6adbcb1b17 Added missing internal constructors Sergio Pedri 2020-10-17 17:53:00 +0200
  • 55cd7df117 Minor code tweaks Sergio Pedri 2020-10-17 12:43:27 +0200
  • 8916f38a4e Renamed some APIs Sergio Pedri 2020-10-17 02:32:56 +0200
  • d08f563eb8 Removed unnecessary APIs Sergio Pedri 2020-10-17 02:31:49 +0200
  • 6f16784ce4 Added missing attribute Sergio Pedri 2020-10-16 19:05:55 +0200
  • 51488dd02a Added exception XML doc Sergio Pedri 2020-10-16 19:04:23 +0200
  • fe85bbff7d Added unit tests Sergio Pedri 2020-10-16 17:43:26 +0200
  • 09cdc82e0b Added [Memory|Span]Owner<T>.DangerousGetArray Sergio Pedri 2020-10-16 17:04:26 +0200
  • d3550b45f7 Added [ReadOnly]RefEnumerable<T> tests Sergio Pedri 2020-10-16 15:03:05 +0200
  • 0a1a2cda45 Bug fixes in [ReadOnly]RefEnumerable<T>.CopyTo Sergio Pedri 2020-10-16 15:02:40 +0200
  • b788e746c2 Codegen improvements in enumerator types Sergio Pedri 2020-10-15 23:45:37 +0200
  • 464d57137c Added missing readonly modifiers Sergio Pedri 2020-10-15 20:06:12 +0200
  • eaf2cb02b8 Added [ReadOnly]RefEnumerable<T> helper methods Sergio Pedri 2020-10-15 20:03:42 +0200
  • 0c7c4c2178 Changed names of Span2D<T> indexer parameters Sergio Pedri 2020-10-15 00:55:56 +0200
  • e614cb9c0e Added missing Range/Index indexers Sergio Pedri 2020-10-14 23:55:20 +0200
  • 93a22eef78 Removed T[,].Fill extension (replaced by Span2D<T>.Fill) Sergio Pedri 2020-10-14 23:33:37 +0200
  • 15a961601f Tweaked nullability annotations to follow the BCL Sergio Pedri 2020-10-14 17:10:32 +0200
  • fdeb9029c8 Improved unit test coverage Sergio Pedri 2020-10-12 18:54:29 +0200
  • 24b4f4a6a3 Minor code refactoring Sergio Pedri 2020-10-12 14:52:35 +0200
  • 0815149501 Improved validation in array extensions Sergio Pedri 2020-10-12 12:14:43 +0200
  • fa221c3575 Added generic Ioc.GetService<T> method Sergio Pedri 2020-10-12 11:27:14 +0200
  • c5712579e1 Reintroduced simplified Ioc class Sergio Pedri 2020-10-12 11:26:58 +0200
  • 021b0ebb8b Bug fixes and speed improvement to T[].IsCovariant Sergio Pedri 2020-10-11 15:30:39 +0200
  • 0442c861d8 Added missing array extensions Sergio Pedri 2020-10-11 15:28:55 +0200
  • 661e20752d Fixed some catastrophic typos Sergio Pedri 2020-10-10 18:28:12 +0200
  • 95b5797b0e Minor code tweak Sergio Pedri 2020-10-10 14:24:15 +0200
  • ad4279440d Improved array indexing extensions in portable version Sergio Pedri 2020-10-10 14:06:39 +0200
  • 97376d860b Fixed bug in unit tests on UWP Sergio Pedri 2020-10-09 19:55:57 +0200
  • be9be54475 Fixed unit tests Sergio Pedri 2020-10-09 19:15:06 +0200
  • 7782b4944c Improved OnPropertyChanging overloads Sergio Pedri 2020-10-09 18:58:45 +0200
  • 6b8db3e9a7 Tweaks to the OnPropertyChanging overloads Sergio Pedri 2020-10-09 18:47:55 +0200
  • 013d6a4d6d Improved Memory2D<T>.TryGetMemory for ND arrays Sergio Pedri 2020-10-09 16:34:48 +0200
  • 5a37a9c40c Added T[,]/T[,,].AsMemory() extensions Sergio Pedri 2020-10-09 16:27:00 +0200
  • a38e39159c Fixed ND array offsetting in portable version Sergio Pedri 2020-10-09 16:13:25 +0200
  • 81b52e60cb Fixed build errors in unit tests Sergio Pedri 2020-09-11 01:08:59 +0200
  • 1a3fcc76b6 Added MemoryManager<T> support to ReadOnlyMemory2D<T> Sergio Pedri 2020-09-11 01:03:16 +0200
  • 4f32104edb Added missing compiler directive Sergio Pedri 2020-09-11 00:55:06 +0200
  • bb4e663c74 Added Memory<T>.AsMemory2D extensions Sergio Pedri 2020-09-11 00:52:44 +0200
  • abae23e913 Fixed a bug in [ReadOnly]Memory2D<T>.TryGetMemory Sergio Pedri 2020-09-11 00:12:22 +0200
  • 108bbbef0b Switched Memory2D<T> constructor to MemoryManager<T> Sergio Pedri 2020-09-11 00:11:29 +0200
  • c708e59d37 Minor code refactoring Sergio Pedri 2020-09-10 23:54:54 +0200
  • 00495f78f5 Minor code refactoring Sergio Pedri 2020-09-10 18:32:02 +0200
  • 4d03a2757d Removed unnecessary generic type constraint Sergio Pedri 2020-08-27 11:48:24 +0200
  • f52c5d4348 Improved [ReadOnly]Memory2D<T>.Equals(object) Sergio Pedri 2020-08-24 16:08:25 +0200
  • ae7b7354d9 Added downlevel RuntimeHelpers support to HashCode<T> Sergio Pedri 2020-08-24 14:57:14 +0200
  • c648c7fc40 Added more unit tests for Span2D<T>(void*) Sergio Pedri 2020-08-24 13:52:08 +0200
  • f38c3d1086 Extended [ReadOnly]Span2D<T>(void*) support Sergio Pedri 2020-08-24 13:36:22 +0200
  • d9285bb46c Added missing nullability annotation Sergio Pedri 2020-08-19 10:36:48 +0200
  • 19731a9f30 Fixed build errors in the unit tests (refactoring) Sergio Pedri 2020-08-18 13:49:33 +0200
  • 6c0e44775f Minor code refactoring Sergio Pedri 2020-08-18 01:27:55 +0200
  • 478d961417 Fixed two typos Sergio Pedri 2020-08-16 13:18:36 +0200
  • 9202c5575a Improved handling of Memory<char>(string) inputs for Memory2D<T> Sergio Pedri 2020-08-16 12:41:31 +0200
  • a7bc848f99 Ported speed improvements to ReadOnlySpan2D<T> Sergio Pedri 2020-08-16 02:00:58 +0200
  • 71d158c20d Speed improvements to Span2D<T> CopyTo/Fill/Clear methods Sergio Pedri 2020-08-15 17:13:56 +0200
  • c34f9ab6b7 Improved codegen in [ReadOnly]Span2D<T> types Sergio Pedri 2020-07-13 22:56:18 +0200
  • 3030a7e7d9 Improved codegen in new ParallelHelper APIs Sergio Pedri 2020-07-13 22:49:22 +0200
  • a822e88908 Improved codegen in refactored array extensions Sergio Pedri 2020-07-13 22:48:39 +0200
  • 2ac9fa928a Improved codegen in enumerables Sergio Pedri 2020-07-13 22:46:31 +0200
  • ad29254194 Fixed initial offset with array segment from memory Sergio Pedri 2020-06-24 00:19:51 +0200
  • 1a7f24f0b7 Added support for string in Memory2D<T> Sergio Pedri 2020-06-24 00:17:55 +0200
  • 0cda66958a Removed and fixed Memory<T> support in 2D memory Sergio Pedri 2020-06-24 00:17:43 +0200
  • 207a894a25 Added string constructors in ReadOnlyMemory2D<T> Sergio Pedri 2020-06-24 00:09:48 +0200
  • 93cffda507 Improved Memory<T> support in ReadOnlyMemory2D<T> Sergio Pedri 2020-06-24 00:09:37 +0200
  • 97f96db7e4 Minor optimization when wrapping [ReadOnly]Memory<T> Sergio Pedri 2020-06-23 23:42:47 +0200
  • 4951716883 Readonly all the things! Sergio Pedri 2020-06-23 22:46:04 +0200
  • 62b08b3f5e Fixed two typos Sergio Pedri 2020-06-20 18:49:14 +0200
  • 6a8a90417e Added XML note for [ReadOnly]RefEnumerable<T>.step Sergio Pedri 2020-06-20 00:10:21 +0200