Sign in
apache
/
fory
/
HEAD
60460dd
feat(swift): add direct Fory initializer and update Swift docs (#3373)
by Shawn Yang
· 29 hours ago
main
115ee55
feat(c++): add msgpack cpp benchmark (#3365)
by Shawn Yang
· 29 hours ago
dbf8ee5
docs(swift): refine swift api and docs (#3372)
by Shawn Yang
· 32 hours ago
6117f5d
feat(swift): support enum/time serialization for swift (#3371)
by Shawn Yang
· 2 days ago
a9d1720
feat(swift): dynamic any serializer for polymorphism (#3368)
by Shawn Yang
· 2 days ago
6545c87
feat(swift): implement schema evolution compatible mode for fory swift (#3363)
by Shawn Yang
· 2 days ago
21dd333
feat(compiler): add gRPC flags to fory compiler (#3361)
by Ayush Kumar
· 2 days ago
1a0351b
docs(java): update java benchmark plots (#3366)
by Shawn Yang
· 2 days ago
db3b7f6
feat(swift): implement fory serialization for swift language (#3359)
by Shawn Yang
· 3 days ago
db529f1
feat(dart): add float16 to dart (#3336)
by Ayush Kumar
· 3 days ago
374ee1c
chore(python): define dependencies for development environment (#3360)
by Yuta Sakuma
· 3 days ago
bef6bdc
refactor(python): unify read/write api for python xlang and native mode (#3348)
by Shawn Yang
· 3 days ago
184253c
feat(javascript): align buffer read/write API with Java naming (#3346)
by Talha Amjad
· 3 days ago
3cd7512
refactor(dart): register xlang types by Type (#3332)
by Shawn Yang
· 4 days ago
4f4453d
fix(java): support TreeSet/TreeMap subclasses without Comparator constructor in SortedSet/SortedMapSerializer (#3344)
by Sebastian Mandrean
· 4 days ago
17b9c60
fix(java): Deserialize nested HashMap subclasses (#3342)
by Sebastian Mandrean
· 4 days ago
c080d7b
feat(JavaScript): fix testcase (#3334)
by weipeng
· 7 days ago
c69e274
chore(deps): bump org.apache.avro:avro from 1.11.4 to 1.11.5 in /benchmarks/java_benchmark (#3338)
by dependabot[bot]
· 7 days ago
97edbfb
feat(javascript): add bfloat16 and bfloat16_array support (#3328)
by Talha Amjad
· 8 days ago
1331381
feat(go): add support for bfloat16 (#3310)
by Chang-Yen (Brian) Li
· 10 days ago
0e3a22a
feat(dart): align dart with xlang serialization spec (#3325)
by Shawn Yang
· 10 days ago
e8abe1e
feat(JavaScript): fix test_polymorphic_map (#3327)
by weipeng
· 10 days ago
c93e6ee
feat(JavaScript): Align xlang protocol (#3326)
by weipeng
· 10 days ago
68deb80
refactor(dart): revamp runtime API and unify codegen naming (#3323)
by Shawn Yang
· 10 days ago
bdd73f0
feat(go): improve test coverage for int slice primitive serializers (#3313)
by Chang-Yen (Brian) Li
· 10 days ago
55879b7
feat(dart): align dart xlang serialization (#3322)
by Shawn Yang
· 10 days ago
aef46ad
feat(JavaScript): Align testcases (#3321)
by weipeng
· 10 days ago
228d681
feat(JavaScript): Align testcase (#3320)
by weipeng
· 11 days ago
cf57fe5
feat(go): update float16 array/slice logic in createSerializer (#3318)
by Chang-Yen (Brian) Li
· 11 days ago
cd2e0a4
feat(JavaScript): Align testcases (#3319)
by weipeng
· 11 days ago
6100ebc
feat(javascript): add float16 support (#3253)
by Ayush Kumar
· 11 days ago
1b9c0d3
feat(JavaScript): align xlang protocol (#3316)
by weipeng
· 12 days ago
5da3d41
chore: Bump release version to 0.15.0 (#3317)
by Shawn Yang
· 12 days ago
65cd46f
fix(java): Fix EnumSetSerializer for enums with overriding methods (#3315)
by Artemiy
· 12 days ago
b734daa
feat(JavaScript): support ForyField (#3314)
by weipeng
· 12 days ago
ef25ea2
feat(go): add missing type resolver for uint{16,32,64}slice (#3311)
by Chang-Yen (Brian) Li
· 12 days ago
9668497
feat(JavaScript): Support EXT,NAMED_EXT (#3312)
by weipeng
· 12 days ago
dc9f3e7
feat(gpRc): update FDL lexer/parser to support service and rpc definitions (#3308)
by Ayush Kumar
· 13 days ago
96880c8
docs: fix incorrect docs (#3309)
by Shawn Yang
· 13 days ago
802b860
docs(c++): update readme and benchmarks docs (#3305)
by Shawn Yang
· 2 weeks ago
16a9230
docs(java): fix benchmark images (#3304)
by Shawn Yang
· 2 weeks ago
6374282
docs: fix broken docs links and add fory-site check ci (#3299)
by Shawn Yang
· 2 weeks ago
dbffaf1
docs: update guide and compiler docs (#3298)
by Shawn Yang
· 2 weeks ago
b5ddbed
chore: speedup windows ci (#3297)
by Shawn Yang
· 2 weeks ago
1bca145
docs(go): add go benchmarks result (#3296)
by Shawn Yang
· 2 weeks ago
4fd66f7
fix(go): prevent panic in readUTF16LE with odd byte counts (#3293)
by Jonathan Yoder
· 2 weeks ago
fe19ac3
feat(compiler): add list keyword for list fields (#3295)
by Shawn Yang
· 2 weeks ago
541794a
fix(java): fix java ci maven module error (#3265)
by Shawn Yang
· 2 weeks ago
34b312e
feat(JavaScript): Impl xlang JavaScript testcase (#3263)
by weipeng
· 2 weeks ago
6f59748
perf: optimize schema evolution mode performance (#3260)
by Shawn Yang
· 2 weeks ago
5807f72
feat(compiler): update toString/__repr__/std::fmt::Debug for generated ref code (#3264)
by Shawn Yang
· 2 weeks ago
bf7bc51
feat(compiler): add evolution option support (#3262)
by Shawn Yang
· 2 weeks ago
021eee3
docs: move language impl reference to a new doc (#3261)
by Shawn Yang
· 2 weeks ago
f65adde
feat(protocol): add float8 and bfloat16 to protocol spec (#3259)
by Shawn Yang
· 2 weeks ago
486985d
chore: fix bump version and add rust/comiler auto release (#3257)
by Shawn Yang
· 2 weeks ago
264e19f
docs(compiler): merge type system doc into schema-idl odc (#3258)
by Shawn Yang
· 2 weeks ago
9dd5560
refactor(go): move go struct serializer init to struct_init.go (#3255)
by Shawn Yang
· 2 weeks ago
34e6c29
refactor(spec): remove language byte from xlang in protocol (#3256)
by Shawn Yang
· 3 weeks ago
9891bde
feat(compiler/runtime): use hash for generated class as id and refactor user type id encoding (#3248)
by Shawn Yang
· 3 weeks ago
e133995
feat(JavaScript): Impl xlang Map and Collection (#3249)
by weipeng
· 3 weeks ago
e53cbf2
feat(java): generate java List for primitive array (#3247)
by Shawn Yang
· 3 weeks ago
1069909
feat(go): add float16 support to go (#3235)
by Ayush Kumar
· 3 weeks ago
9a48b8d
feat(compiler): add compatible mode for idl (#3245)
by Shawn Yang
· 3 weeks ago
130066d
refactor(compiler): refactor fory compiler command line (#3243)
by Shawn Yang
· 3 weeks ago
8f69605
refactor(go): adjust go buffer uint32/64 write/read name style (#3242)
by Shawn Yang
· 3 weeks ago
4cb1e9c
perf(go): optimize go perf (#3241)
by Shawn Yang
· 3 weeks ago
505a80a
refactor(c++): use snake_case namestyle for c++ (#3240)
by Shawn Yang
· 3 weeks ago
f534ffe
feat(compiler): add generated `to_bytes/from_bytes` methods to generated message/union (#3238)
by Shawn Yang
· 3 weeks ago
f875b89
feat(xlang): support control ref tracking for nested list map elements (#3236)
by Shawn Yang
· 3 weeks ago
ec3ee00
feat(JavaScript): impl xlang writer (#3234)
by weipeng
· 3 weeks ago
cf747e8
feat(c++): add polymorphic serialization support for `any` to compiler (#3232)
by Shawn Yang
· 4 weeks ago
45cea10
fix(c++): issue 3229 - compile error on gcc16 (#3230)
by xffish
· 4 weeks ago
36fde7c
chore(c++): remove unique token from FORY_FIELD_CONFIG (#3228)
by Shawn Yang
· 4 weeks ago
2e6c57a
feat(xlang/compiler): support shared/circular reference serialization for fory/protobuf/flatbuffer idl (#3226)
by Shawn Yang
· 4 weeks ago
02490ec
chore(java): rename _getTypeResolver to getTypeResolver (#3227)
by Shawn Yang
· 4 weeks ago
297b7b2
feat(python): add buffer index accessors (#3223)
by Shawn Yang
· 4 weeks ago
cd60eb9
ci: speed up setup-python on windows (#3222)
by Shawn Yang
· 4 weeks ago
9b8c1ea
feat(python): refactor cython buffer to use c++ buffer (#3219)
by Shawn Yang
· 4 weeks ago
473becb
feat(compiler): refine generated c++ API (#3221)
by Shawn Yang
· 4 weeks ago
642305f
feat(go): remove murmur hash go deps (#3217)
by Shawn Yang
· 4 weeks ago
9614e23
feat(xlang): reserve 4 bits for type meta (#3204)
by Shawn Yang
· 4 weeks ago
e76f878
feat(go): support [N]uint types array serializers (#3201)
by Ayush Kumar
· 4 weeks ago
9b2a2ce
feat(c++): make shared_ptr track ref by default (#3214)
by Shawn Yang
· 4 weeks ago
4b02fc5
feat(go): use option for optional fields (#3202)
by Shawn Yang
· 4 weeks ago
3251182
docs: Fix links in README (#3212)
by Shawn Yang
· 4 weeks ago
5521c31
feat(c++): make fory enum/nuion macro in user namespace (#3200)
by Shawn Yang
· 4 weeks ago
8db5f00
feat(JavaScript): impl the xlang string (#3197)
by weipeng
· 4 weeks ago
3fddc9c
feat(compiler): generate getter/setter/has/clear methods for c++ (#3199)
by Shawn Yang
· 4 weeks ago
b172593
feat(c++): support private fields of c++ class (#3193)
by Shawn Yang
· 4 weeks ago
c200874
feat(compiler): add union support to fory compiler and runtime (#3195)
by Shawn Yang
· 4 weeks ago
bf90e1d
feat(dart): add uint struct support to the codegen system (#3192)
by Ayush Kumar
· 4 weeks ago
8ef0bf5
feat(dart): add uint annotation types to the fory's codegen system (#3181)
by Ayush Kumar
· 4 weeks ago
95692b5
feat(java): enhance java unsigned int/array type system (#3190)
by Shawn Yang
· 4 weeks ago
ce0e5d3
feat(compiler): add flatbuffers idl support (#3184)
by Shawn Yang
· 4 weeks ago
58f3d94
feat(dart): add dart ci (#3189)
by Shawn Yang
· 4 weeks ago
29d5126
fix(c++): fix fory c++ compile warnings (#3188)
by Shawn Yang
· 4 weeks ago
f340dd4
docs(c++): add c++ polymorphism doc (#3187)
by Shawn Yang
· 4 weeks ago
8b2f67c
docs: add missing protobuf-idl.md (#3186)
by Shawn Yang
· 4 weeks ago
e0c2758
docs: fix protobuf docs (#3185)
by Shawn Yang
· 4 weeks ago
6aa22c9
docs(compiler): update fory compiler doc (#3183)
by Shawn Yang
· 4 weeks ago
Next »