Sign in
apache
/
fory
/
HEAD
1722034
docs: fix xlang type mapping MDX (#3701)
by Shawn Yang
· 8 hours ago
main
f0dcba4
docs(xlang): update language support docs (#3700)
by Shawn Yang
· 12 hours ago
f156374
fix(cpp): repair CMake tests and examples (#3699)
by Shawn Yang
· 15 hours ago
b3fda60
chore(deps): bump io.grpc:grpc-netty-shaded from 1.62.2 to 1.75.0 in /integration_tests/grpc_tests/java (#3697)
by dependabot[bot]
· 2 days ago
8b4439a
feat(compiler): add java/python gRPC support (#3692)
by Shawn Yang
· 3 days ago
0f0295b
chore: bump release version to 1.0 (#3696)
by Shawn Yang
· 3 days ago
0a96e1c
fix(c++): propagate /Zc:preprocessor on MSVC for FORY_STRUCT consumers (#3694)
by Truffle
· 3 days ago
6f36345
docs(cpp): clarify MSVC preprocessor requirement (#3695)
by Shawn Yang
· 4 days ago
1daa1d0
fix(dart): fix dart library warnings (#3691)
by Shawn Yang
· 6 days ago
56b5b38
feat(compiler): set thread_safe_pointer to false by default and enhance ci (#3690)
by Shawn Yang
· 6 days ago
5a17ad7
ci: pin manylinux wheel images for release builds (#3689)
by Shawn Yang
· 6 days ago
3735e36
fix(ci): fix python/dart release (#3688)
by Shawn Yang
· 6 days ago
5afdba3
fix: fix release script (#3687)
by Shawn Yang
· 6 days ago
72c97e9
docs: update xlang/native serialization doc (#3686)
by Shawn Yang
· 6 days ago
06d60db
feat(xlang): use xlang as default mode for all languages (#3685)
by Shawn Yang
· 6 days ago
1fa8735
feat(kotlin): add schema idl support to kotlin (#3684)
by Shawn Yang
· 7 days ago
398ad2f
feat(rust): make rust chrono optional (#3683)
by Shawn Yang
· 8 days ago
2e3bef8
feat(scala): update generated annotation (#3682)
by Shawn Yang
· 8 days ago
3d49c6f
feat(scala): add scala schema idl support (#3681)
by Shawn Yang
· 8 days ago
fee9190
refactor(java): replace static serializer spi lookup (#3680)
by Shawn Yang
· 9 days ago
57b0c9e
feat(kotlin): add kotlin xlang and ksp support (#3679)
by Shawn Yang
· 10 days ago
74898f4
feat(xlang): simplify xlang field ordering (#3675)
by Shawn Yang
· 10 days ago
7ce550b
fix(java): avoid instantiating abstract meta-share types (#3677)
by Shawn Yang
· 11 days ago
0855c18
fix(java): validate subclass serializer layer counts (#3676)
by Shawn Yang
· 11 days ago
afb2f3f
feat(java): annotation processor for android serialization (#3670)
by Shawn Yang
· 11 days ago
ac47fe9
feat(compiler): add helpers to generate unified gRPC service/method names (#3672)
by Peiyang He
· 11 days ago
a603ff1
fix(javascript): preserve getTypeInfo in regenerated read serializer (#3669)
by Shin Xiahou
· 12 days ago
33e0dc0
feat: add android support (#3667)
by Shawn Yang
· 13 days ago
f021947
refactor(rust): use absolute path in generated Rust code (#3666)
by Peiyang He
· 2 weeks ago
917673d
docs: add README schema IDL example (#3665)
by Shawn Yang
· 2 weeks ago
b4441d0
docs: update readme (#3664)
by Shawn Yang
· 2 weeks ago
0c04a84
fix(java): serialize suppressed exceptions (#3663)
by Shawn Yang
· 2 weeks ago
31b06a5
docs: tighten benchmark throughput plots (#3662)
by Shawn Yang
· 2 weeks ago
e335591
perf: update benchmark plots (#3661)
by Shawn Yang
· 2 weeks ago
389b66c
chore: clean up code and add compiler warning checks (#3660)
by Shawn Yang
· 2 weeks ago
8ae4ce5
fix: include TypeMeta header bits in hash (#3659)
by Shawn Yang
· 2 weeks ago
e66733a
chore(java): configure default Fory log level (#3657)
by Shawn Yang
· 2 weeks ago
7f8e223
perf: optimize serialization perf (#3656)
by Shawn Yang
· 2 weeks ago
8f6a095
fix(java): recover map declared serializers for compatible reads (#3654)
by Sebastian Mandrean
· 2 weeks ago
28a5336
perf(dart): remove generated struct slot bridge (#3653)
by Shawn Yang
· 2 weeks ago
a02a5a2
feat(xlang): compatible read between list array field (#3650)
by Shawn Yang
· 2 weeks ago
261de1e
fix(java): fix set view ref tracking (#3649)
by Shawn Yang
· 3 weeks ago
de67a87
feat(xlang): use compatible for xlang by default (#3648)
by Shawn Yang
· 3 weeks ago
380fae7
feat(xlang): add comprehensive read checks (#3647)
by Shawn Yang
· 3 weeks ago
adba101
fix(java): use REPLACE_STUB_ID for unregistered writeReplace classes to prevent cross-JVM ClassNotFoundException (#3638)
by wakilurislam
· 3 weeks ago
632e916
fix(xlang): fix xlang type system (#3646)
by Shawn Yang
· 3 weeks ago
3f7a0a5
feat(xlang): unified xlang type system (#3644)
by Shawn Yang
· 3 weeks ago
768dee5
feat(python): support nested field schema encodings (#3643)
by Shawn Yang
· 3 weeks ago
000bb1a
chore(dart): remove stale dart note files (#3642)
by Shawn Yang
· 3 weeks ago
c0b0839
feat(dart): support nested container field codec for dart (#3641)
by Shawn Yang
· 3 weeks ago
a88a8a6
feat(go): support nested field annotation type specs (#3640)
by Shawn Yang
· 3 weeks ago
03c4c57
feat(csharp): support nested container field codec (#3639)
by Shawn Yang
· 3 weeks ago
112a6e4
feat(cpp): add nested field codec support (#3636)
by Shawn Yang
· 3 weeks ago
6cb53a5
refactor(cpp): remove abseil dependency (#3634)
by Shawn Yang
· 4 weeks ago
621e449
feat(java): support nested type-use serialization metadata (#3633)
by Shawn Yang
· 4 weeks ago
97f582f
fix(python): enforce more checks in read (#3632)
by Shawn Yang
· 4 weeks ago
79aa38a
feat: add nested container codec for rust (#3630)
by Shawn Yang
· 4 weeks ago
9ca6eff
feat(java): add schema typed row fields accessor (#3631)
by Shawn Yang
· 4 weeks ago
fdd1143
fix(java): preserve externalizable containers in compatible mode (#3628)
by Sebastian Mandrean
· 4 weeks ago
b6b18aa
fix(java): honor record field encoding in generated decode (#3626)
by Sebastian Mandrean
· 4 weeks ago
7bada44
feat(swift): nested container override support for swift (#3625)
by Shawn Yang
· 4 weeks ago
3b68521
fix(go): add configurable fieldCount and fieldDepth guardrails (#3620)
by Ayush Kumar
· 4 weeks ago
62b0d91
fix(go): added maxBinarySize limit to decimal deserialization (#3623)
by Ayush Kumar
· 4 weeks ago
b2d4192
fix(go): added pre-allocation bounds checks for slices and strings (#3618)
by Ayush Kumar
· 4 weeks ago
a3845c3
fix(go): add bound checking for refResolver and metaStringResolver reads (#3615)
by Ayush Kumar
· 4 weeks ago
b20311f
fix(go): ensure physical buffer space for unsafe varint fast-paths (#3613)
by Ayush Kumar
· 4 weeks ago
1d1417c
fix(dart): added <<< for correct logical right shift semantics in uint (#3607)
by Ayush Kumar
· 4 weeks ago
d846e45
docs: add more agent harness rules (#3610)
by Shawn Yang
· 4 weeks ago
b71db8a
perf(dart): typed-container write fast path with scan elimination (#3609)
by Yash Agarwal
· 4 weeks ago
1d2bea8
feat(dart): support dart web platform (#3608)
by Shawn Yang
· 4 weeks ago
ad80be2
feat(xlang): add bfloat16 support (#3605)
by Shawn Yang
· 4 weeks ago
bda7d80
fix(javascript): fix javascript schema idl tests (#3604)
by Shawn Yang
· 4 weeks ago
ee7d6b8
fix(javascript): align TypeMeta preamble constants with python/java/rust/go xlang bindings (#3603)
by Emrul
· 5 weeks ago
370addb
refactor(dart): aligned dart internal implementation (#3601)
by Geethapranay1
· 5 weeks ago
62283f8
feat(xlang): add decimal and align serializers for xlang (#3599)
by Shawn Yang
· 5 weeks ago
1de178f
chore(dart): refine dart xlang serialization (#3596)
by Shawn Yang
· 5 weeks ago
7b6be90
fix(c++): fix c++ duration serialization (#3598)
by Shawn Yang
· 5 weeks ago
f5646ab
chore(csharp): add more csharp and swift tests (#3597)
by Shawn Yang
· 5 weeks ago
b4d7ad3
fix(dart): use getUint32 for correctly encoding u64 value (#3592)
by Ayush Kumar
· 5 weeks ago
87b0a2e
chore(dart): add missing license headers (#3594)
by Shawn Yang
· 5 weeks ago
3c9c999
refactor(rust): move Fory configuration to builder (#3593)
by Shawn Yang
· 5 weeks ago
37b5ce1
docs: move development guide to docs root (#3591)
by Shawn Yang
· 5 weeks ago
a6fdcfb
chore(rust): refine varint read/write method name (#3590)
by Shawn Yang
· 5 weeks ago
8acc76e
docs: rename graalvm_support.md to graalvm-support.md (#3589)
by Shawn Yang
· 5 weeks ago
621ee53
docs(java): update graalvm guide location (#3588)
by Shawn Yang
· 5 weeks ago
b40a2ec
docs: add NuGet badge (#3587)
by Shawn Yang
· 5 weeks ago
b32f3a8
fix(dart): fix dart ci (#3586)
by Shawn Yang
· 5 weeks ago
3e6ec43
fix(dart): resolve fory pub.dev score issues (#3585)
by Shawn Yang
· 5 weeks ago
5345256
chore: skip auto release for tag starts with go (#3584)
by Shawn Yang
· 5 weeks ago
535e620
chore: bump releasse version to 0.17.0 (#3583)
by Shawn Yang
· 5 weeks ago
3e94a45
feat(rust): add configurable size guardrails (#3579)
by Ayush Kumar
· 5 weeks ago
cf3656a
feat(ci): fix release for csharp and dart (#3582)
by Shawn Yang
· 5 weeks ago
9c82aaa
fix(ci): pin more ci actions (#3578)
by Shawn Yang
· 5 weeks ago
d9f300f
fix(javascript): fix hps release (#3577)
by Shawn Yang
· 5 weeks ago
6735b37
feat: make generate enum use id for wire format (#3576)
by Shawn Yang
· 5 weeks ago
4a3c71c
docs: update readme (#3575)
by Shawn Yang
· 5 weeks ago
6d0faff
feat(python): fix python struct xlang ref track error (#3574)
by Shawn Yang
· 5 weeks ago
c5eb38f
feat(dart): add dart IDL support (#3571)
by Shawn Yang
· 5 weeks ago
1358d2f
fix(java): add test for previous uncaught regression. (#3573)
by PiotrDuz
· 5 weeks ago
c548fa0
docs(dart): update dart benchmark docs (#3568)
by Yash Agarwal
· 6 weeks ago
Next »