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

386 Коммитов

Автор SHA1 Сообщение Дата
Yoshifumi Kawai fbc2fde7d9 WIP, Additional Built-in Unity Type Support #178 2017-12-22 01:06:46 +09:00
Yoshifumi Kawai a5a9ea0e16 ready for 1.7.3 2017-12-22 00:00:56 +09:00
Yoshifumi Kawai 3acfe20283 fixe CodeGenerator pragma warning #156 2017-12-21 23:59:44 +09:00
Yoshifumi Kawai 2bf345cce9 support .NET Standard 1.6 #185 2017-12-21 23:57:58 +09:00
Yoshifumi Kawai 5c66aebce3 Threadsafe, ModuleBuilder.DefineType(for mono) #161 2017-12-21 23:36:45 +09:00
Yoshifumi Kawai 2e1898eda3 nonunsafe unsafe automata for Unity 2017-12-21 23:17:42 +09:00
Yoshifumi Kawai 4e5c463ce3
Merge pull request #184 from valeriob/TypelessFormatter_intercept_bind_to_type
TypelessFormatter allow to customize BindToType
2017-12-19 19:53:37 +09:00
Valerio Borioni 4d22e9e72a TypelessFormatter.BindToType made static 2017-12-18 12:10:57 +01:00
Valerio Borioni 87cd89987c TypelessFormatter allow to customize BindToType 2017-12-18 11:51:19 +01:00
Yoshifumi Kawai cfc12d8392
Merge pull request #170 from davenewza/patch-1
Fixed spelling error
2017-11-24 10:44:26 +09:00
Dave 2dceafd024
Fixed spelling error 2017-11-22 14:53:15 +02:00
neuecc ed2b3741c1 AutomataDictionary as safe in Unity env 2017-11-01 17:25:29 +09:00
neuecc b67a2d8c78 fix can not serialize byte[][], fix offce/capacity bug of ReadMessageBlockFromStreamCore #151 2017-10-30 17:15:57 +09:00
neuecc e55461fcd9 Add SerializeAsync, DeserializeAsync(not yet NonGenerics, LZ4) 2017-10-24 22:56:35 +09:00
neuecc 0bcbe6db27 1.7.2 2017-10-14 02:33:05 +09:00
neuecc b5dcdb2e03 test more more 2017-10-13 23:17:52 +09:00
neuecc 4a57e6d87b Merge branch 'master' of https://github.com/neuecc/MessagePack-CSharp 2017-10-13 23:09:33 +09:00
neuecc 1b6e0a5f1b fix AllowPrivate can not deserialize ctorless struct 2017-10-13 23:09:29 +09:00
neuecc 29177f5c2b 1.7.1 2017-10-11 10:09:56 +09:00
neuecc 1dc1ad59a2 NativeDateTimeFormatter can instantiate from MessagePackFormatterAttribute 2017-10-11 10:07:48 +09:00
Yoshifumi Kawai cc9bbc27cf Merge pull request #144 from shimat/OldSpecFormatter_constructor_make_public
Make OldSpecFormatters' constructor public
2017-10-10 22:11:16 +09:00
shimat 8912369afe add OldSpecBinaryFormatter tests to check object (de)serialization 2017-10-10 18:55:00 +09:00
shimat 7535a4cde5 make OldSpecFormatters' constructor public 2017-10-10 18:53:52 +09:00
Yoshifumi Kawai 20f01a1884 remove builstatus badge until .NETStd2App2 support 2017-10-10 04:45:12 +09:00
neuecc 9c7fac3be5 1.7.0 2017-10-10 04:39:21 +09:00
neuecc 98781de6c8 1.7.0 2017-10-10 04:29:35 +09:00
neuecc af6d8f86b7 done AllowPrivate 2017-10-10 04:26:46 +09:00
neuecc faa9a7c544 complete support MessagePackFormatterAtribute per member 2017-10-10 02:45:07 +09:00
neuecc 1bf4c109d3 Move to .NET Standard 2.0 2017-10-10 02:09:38 +09:00
neuecc ee670c482e building support attr per member 2017-10-10 01:49:00 +09:00
neuecc 72ba29fee6 refactoring dynamicobjectresolver 2017-10-10 01:36:19 +09:00
Yoshifumi Kawai 64c6c1d09e Merge pull request #142 from shimat/OldSpecBinaryFormatter_NilSupport
Fix OldSpecBinaryFormatter bugs
2017-10-06 18:57:16 +09:00
shimat 30e23036b5 add test assertions 2017-10-06 09:38:56 +09:00
shimat 29bcb6a723 fix Deserialize bug? 2017-10-06 09:38:39 +09:00
shimat 08e6194c1a refactor 2017-10-05 18:01:26 +09:00
shimat 1cf7e97380 add test source 2017-10-05 18:00:42 +09:00
shimat 07802e18a6 add tests 2017-10-05 17:59:43 +09:00
shimat 35fa736b42 fixed Buffer.BlockCopy argument order 2017-10-05 17:59:26 +09:00
shimat b94617ebf7 nil support 2017-10-05 16:52:24 +09:00
Yoshifumi Kawai bd5645f0d9 Update README.md 2017-10-05 04:39:29 +09:00
neuecc 78097b1a99 ready for 1.6.2 2017-10-05 04:33:07 +09:00
Yoshifumi Kawai 7bcc3bdd62 Merge pull request #141 from JoshuaLight/indexer-fix
Fixed bug where indexers were treated as data properties.
2017-10-04 16:39:13 +09:00
Yoshifumi Kawai 31390b85ec Merge pull request #139 from foobraco/unity-metro-wsa-replacement
Change UNITY_METRO for UNITY_WSA
2017-10-04 16:22:27 +09:00
JoshuaLight dacf87339d Also fixed bug with indexer-property for `StandartResolver`. 2017-10-03 15:14:32 -07:00
JoshuaLight 7850de31cb Fixed bug where indexers were treated as data properties. 2017-10-03 12:43:09 -07:00
Bryan Alvarado 33679c84f7 Change UNITY_METRO for UNITY_WSA 2017-10-03 09:20:37 -06:00
Yoshifumi Kawai e98c106e3f Update README.md 2017-09-30 20:01:42 +09:00
neuecc 65999342d8 more readme 2017-09-21 14:00:59 +09:00
neuecc bb0fb03399 1.6.1.2 2017-09-21 12:57:36 +09:00
neuecc 02f467fe94 fix ReadDouble(stream) can't read correctly #135 2017-09-21 12:42:24 +09:00