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_h.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-09-05
Compare TdApi.java and tdjni versions.
levlam
2024-01-24
Fix Java build.
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
Add write_tl_to_multiple_files to allow C++ autogenerated header splitting.
levlam
2023-06-26
Support additional headers in gen_output_begin.
levlam
2023-06-26
Extract gen_output_begin_once from gen_output_begin.
levlam
2023-04-26
Use lazy initialization for Java class identifiers to avoid global reference ...
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-01-01
Update copyright year.
levlam
2020-11-15
Use array instead of std::vector in the generated C++ classes.
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-01-01
Update copyright year.
levlam
2018-09-27
Various fixes.
levlam
2018-01-22
jni: register_native_method. Fail if class/method not found.
levlam
2018-01-21
Generate Docygen-comments for td_api when JNI is enabled.
levlam
2018-01-21
Make JNI-bindings package-agnostic.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov