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_dotnet.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-08-20
Avoid ToUnmanaged overload in .NET binding.
levlam
2025-03-19
Automatically set flags from True fields on object store.
levlam
2025-01-01
Update copyright year.
levlam
2024-04-25
Fix .NET binding.
levlam
2024-03-22
Improve condition for using full type name.
levlam
2024-01-01
Update copyright year.
levlam
2023-10-17
Remove unneeded (void) for empty parameter list.
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-06-26
Add gen_import_declaration to TL_writer.
levlam
2023-01-01
Update copyright year.
levlam
2022-04-04
Fix formatting.
levlam
2022-03-14
Support function generic result type (#1809)
Andrea Cavalli
2022-01-01
Update copyright year.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-01-01
Update copyright year.
levlam
2020-06-14
Do not use C-style casts.
levlam
2020-04-08
Fix .NET binding.
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-10-23
Fix TdDotNetApi formatting.
levlam
2019-06-27
Fix .Net generator.
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-09-03
Fix C# binding thread-safety.
levlam
2018-05-11
Vector<bytes> support in .NET binding.
levlam
2018-03-17
Autogenerate TDLib .NET documentation.
levlam
2018-03-15
Add documentation to ClientDotNet and LogDotNet.
levlam
2018-02-28
Move .Net Td API to Api namespace.
levlam
2018-02-28
Various fixes.
levlam
2018-02-28
Move .Net classes to Telegram::Td namespace.
levlam
2018-02-28
Add Value instead of Data when class is shadowed by property.
levlam
2018-02-28
Rename TdWindows to TdDotNet.
levlam