index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
td
/
generate
/
tl_writer_jni_cpp.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-03-19
Automatically set flags from True fields on object store.
levlam
2025-02-20
Don't compare booleans to true or false.
levlam
2025-01-01
Update copyright year.
levlam
2024-09-05
Compare TdApi.java and tdjni versions.
levlam
2024-09-04
Improve Java warning message.
levlam
2024-01-01
Update copyright year.
levlam
2023-08-07
Fix Java interface with SplitSource.
levlam
2023-06-26
Remove unneeded string literal additions.
levlam
2023-06-26
Extract gen_output_begin_once from gen_output_begin.
levlam
2023-04-28
Fix init_jni_vars for abstract classes.
levlam
2023-04-26
Fix warning.
levlam
2023-04-26
Use lazy initialization for Java class identifiers to avoid global reference ...
levlam
2023-04-26
Simplify fetch for empty td_api objects.
levlam
2023-01-01
Update copyright year.
levlam
2022-03-14
Support function generic result type (#1809)
Andrea Cavalli
2022-01-01
Update copyright year.
levlam
2021-11-01
Add TlStorerToString::store_object_field method.
levlam
2021-10-21
Minor improvements.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-15
Use array instead of std::vector in the generated C++ classes.
levlam
2020-03-25
Add support for fetching vector<bytes> in JNI interface.
levlam
2020-03-24
Add typedefs for other integer and string types in generated C++ code.
levlam
2020-03-24
Use separate type int53 in generated C++ code.
levlam
2020-03-24
Use separate type bytes in generated C++ code.
levlam
2020-01-01
Update copyright year.
levlam
2019-11-22
Improve parameter names.
levlam
2019-11-21
Add field_num to gen_fetch_function_begin.
levlam
2019-01-01
Update copyright year.
levlam
2018-09-26
Fix CE.
levlam
2018-09-25
Return parent type from tl_object::fetch to reduce number of unique_ptr types...
levlam
2018-02-04
Log instead on fail on wrong constructor in Java binding.
levlam
2018-01-22
jni: register_native_method. Fail if class/method not found.
levlam
2018-01-21
Make JNI-bindings package-agnostic.
levlam
2018-01-15
Improve Java binding.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov