Граф коммитов

1252 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott 38f095bf0d
Mark and close stale issues and PRs 2020-03-29 14:43:20 -06:00
Andrew Arnott 957ca92fa1
Merge pull request #854 from AArnott/portSequenceFix
Port fix to Sequence<T> from Nerdbank.Streams
2020-03-28 11:27:29 -06:00
Andrew Arnott 2bc4ff4f2c
Merge pull request #855 from AArnott/fixDoubleDisposal
Fix MessagePackStreamReader.Dispose to allow double-disposal
2020-03-28 11:27:09 -06:00
Andrew Arnott 7bcd9d5d95
Fix bad links to releases page
Closes #852
2020-03-25 11:11:10 -06:00
Andrew Arnott 8926a97993
Fix double disposal of MessagePackStreamReader 2020-03-25 07:44:41 -06:00
Andrew Arnott 90a55b0f28
Port fix to Sequence<T> from Nerdbank.Streams
See https://github.com/AArnott/Nerdbank.Streams/pull/172
2020-03-24 21:10:36 -06:00
Andrew Arnott 5b4d8cd132
Merge pull request #853 from AArnott/removeXamarinAndroid
Remove sandbox\XamarinAndroid
2020-03-24 08:53:13 -06:00
Andrew Arnott a0d1c61ae4
Remove sandbox\XamarinAndroid 2020-03-24 08:33:41 -06:00
Andrew Arnott 8244002962
Merge pull request #849 from AArnott/removeENABLE_UNSAFE_MSGPACK
Remove unused ENABLE_UNSAFE_MSGPACK
2020-03-23 09:15:12 -06:00
Andrew Arnott cae12bcb23
Remove unused ENABLE_UNSAFE_MSGPACK
No code uses this symbol any more.
2020-03-20 06:14:43 -06:00
Andrew Arnott e6674af40c
Merge pull request #848 from gfoidl/patch-1
Replaced Span<T>.Fill(0) with Span<T>.Clear()
2020-03-20 05:53:32 -06:00
Günther Foidl 1ceb15a195
Replaced Span<T>.Fill(0) with Span<T>.Clear()
Cf. https://github.com/dotnet/aspnetcore/pull/20023#discussion_r395574509
2020-03-20 12:36:02 +01:00
Yoshifumi Kawai eed05edcda
Merge pull request #830 from opsidjflksdf/generics-in-mpc-2-simpler-faster
Generics in mpc 2 simpler faster
2020-03-18 09:52:49 +09:00
Yoshifumi Kawai bba872d8bd
Merge pull request #843 from neuecc/mpc-fix
mpc fix, generate collect class name in nested enum.
2020-03-18 09:45:59 +09:00
neuecc 5f4ff192a7 mpc support enum in nested type, remove duplicate metadata loading 2020-03-17 18:48:28 +09:00
Andrew Arnott 1d33b3cd85
Update Azure Pipelines to use macOS-10.15 image 2020-03-15 07:40:37 -06:00
Andrew Arnott 7435aa70be
README touch-ups 2020-03-10 11:12:11 -06:00
Dolores Greatamsky 7433972331
(Hopefully) improve README.md
Fix typos, grammar and add a little bit of additional information here and there, like the bit about MACs
2020-03-10 00:06:51 +01:00
Lucian Ion 07b4728c50 Generate formatter classes for generic types that have the MessagePackObject attributes, allowing to serialize/deserialize them when using the resolvers generated by MessagePack.Generator (mpc.exe) 2020-02-27 00:08:44 -07:00
Andrew Arnott 4f7430f9c2
Merge pull request #829 from AArnott/fix828
Fix serialization of private properties on base classes
2020-02-26 19:38:12 -07:00
Andrew Arnott 997aebfd01
Fix serialization of private properties on base classes
Fixes #828
2020-02-26 08:58:30 -07:00
Andrew Arnott 6e24b934d4
Merge pull request #821 from AArnott/fix820
Fix serialization of private fields in base classes
2020-02-25 06:49:27 -07:00
Andrew Arnott 26fd43625f
Merge pull request #825 from guo-sun/builddeserialize-naming
Rename writer -> reader in BuildDeserialize
2020-02-19 13:06:44 -08:00
Steven be6d68bf9c Rename writer -> reader in BuildDeserialize 2020-02-19 13:29:53 -05:00
Andrew Arnott db05d31749
Merge pull request #824 from Alezy80/fix-object-serialization-performance
Add caching of dynamic formatters
2020-02-19 07:55:55 -08:00
Alex Zavadsky fe94e8ce70 Cache getters of dynamic formatter for better performance 2020-02-19 09:38:57 +03:00
Alex Zavadsky 18d934e0d5 Cache getters of dynamic formatter for better performance 2020-02-18 23:02:02 +03:00
Alex Zavadsky 88bf780446 Add caching of dynamic formatters 2020-02-18 11:41:38 +03:00
Andrew Arnott 9035fc4e70
Fix serialization of private fields in base classes
Fixes #820
2020-02-17 16:09:43 -08:00
Yoshifumi Kawai 67b8e6b30e
Merge pull request #818 from neuecc/fix-unity-netstandard20-union
Fix compiler error on Unity + .NET Standard 2.0 + generated Union code
2020-02-15 23:05:20 +09:00
Yoshifumi Kawai 0e39a00856 ref 2020-02-12 23:25:56 +09:00
neuecc 918836c04c separate file, RuntimeTypeHandlerEqualityComparere.cs 2020-02-12 20:03:01 +09:00
Andrew Arnott 895178f6c7
Merge remote-tracking branch 'upstream/v1.x' 2020-02-10 07:03:37 -07:00
Andrew Arnott 6cbd8196e7
Build public releases from v1.x branch 2020-02-10 13:58:44 -07:00
Andrew Arnott 8b43ede841
Merge pull request #813 from AArnott/fix808_v1.9
Add secure hashing for enums with backing integers of 32-bit or less
2020-02-10 06:47:51 -07:00
Andrew Arnott 17760a453c
Merge pull request #809 from AArnott/fix808
Add secure hashing for enums with backing integers of 32-bit or less
2020-02-10 06:47:29 -07:00
Andrew Arnott 88dc35ab6e
Merge pull request #812 from AArnott/fix810_1.9
Fix `MessagePackSecurity.GetEqualityComparer<object>` to not return null
2020-02-10 06:46:41 -07:00
Andrew Arnott f886840786
Merge pull request #811 from AArnott/fixNullHasher
Fix `MessagePackSecurity.GetEqualityComparer<object>` to not return null
2020-02-10 06:46:20 -07:00
Andrew Arnott 93015bbd8f
Fix compile break on netstandard1.6 build 2020-02-07 17:00:29 -07:00
Andrew Arnott 58eca43453
Merge remote-tracking branch 'origin/fixNullHasher' into fix808 2020-02-07 16:50:36 -07:00
Andrew Arnott 7ebae83293
Merge remote-tracking branch 'origin/fix810_1.9' into fix808_v1.9 2020-02-07 16:50:03 -07:00
Andrew Arnott da3176e868
Merge remote-tracking branch 'upstream/master' into fix808 2020-02-07 16:43:53 -07:00
Andrew Arnott f71f24ade5
Add secure hashing for enums with backing integers of 32-bit or less 2020-02-07 16:42:16 -07:00
Andrew Arnott a47f3505af
Merge remote-tracking branch 'upstream/master' into fixNullHasher 2020-02-07 16:40:35 -07:00
Andrew Arnott 4187f8439b
Merge branch 'v1.x' 2020-02-07 16:36:53 -07:00
Andrew Arnott a1fb68b9ab
Fix `MessagePackSecurity.GetEqualityComparer<object>` to not return null
Fixes #810
2020-02-07 16:30:49 -07:00
Andrew Arnott c07243065c
Fix old code sample in README
Fixes #801
2020-02-06 21:01:56 -07:00
Yoshifumi Kawai 51649e0d7b
Merge pull request #798 from neuecc/fix-unity-android
Fix compiler error in Unity Android and more managed convert code
2020-02-03 13:06:38 +09:00
Yoshifumi Kawai ac94f3c54b Fix compiler error and more managed convert code 2020-01-31 22:43:43 +09:00
Andrew Arnott a4a14ce447
Merge pull request #796 from pranavkm/prkrishn/internal
Invoke the default constructor for value types
2020-01-30 19:34:29 -07:00