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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2025-08-18
Always split td_api_json.
levlam
2025-08-18
Always split td_api and telegram_api to multiple files.
levlam
2025-07-03
Don't remove documentation during .NET build.
levlam
2025-07-03
Fix UWP documentation generation.
levlam
2025-07-02
Use constructor for DotnetTlDocumentationGenerator.
levlam
2025-07-02
Generate XML documentation for .NET API (#3368)
Fela
2025-04-10
Add tde2e library
Arseny Smirnov
2025-02-13
Increase required CMake version to 3.10.
levlam
2024-09-05
Compare TdApi.java and tdjni versions.
levlam
2024-06-04
Fix tl_writer_cpp build definitions.
levlam
2024-06-03
Add separate tl_generate_mtproto target.
levlam
2024-05-18
Add separate TL_MTPROTO_AUTO_SOURCE.
levlam
2023-06-26
Run TL class generators from auto/ directory.
levlam
2021-06-13
Use manual checks instead of cmake_minimum_required to propagate policies.
levlam
2021-03-14
Fix building with Ninja.
levlam
2021-03-05
Use full paths for file dependencies.
levlam
2021-03-04
Use tl-parser to generate tlo files.
levlam
2020-02-29
Do not try to use PHP on HardenedBSD.
levlam
2020-02-24
Use separate CMake variable for td_api sources.
levlam
2020-02-24
Improve CMake variable names.
levlam
2020-01-24
Simplify creation of TL_*_AUTO lists.
levlam
2020-01-24
Rename TL_TD_AUTO_INCLUDES to TL_TD_AUTO_INCLUDE_DIR.
levlam
2020-01-24
Allow to change CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_INCLUDEDIR.
levlam
2018-03-17
Autogenerate TDLib .NET documentation.
levlam
2018-03-16
Disable hpp documentation for .NET.
levlam
2018-03-16
Remove C++ documentation when compiling for .NET. Enable .NET documentation g...
levlam
2018-03-15
Add documentation to ClientDotNet and LogDotNet.
levlam
2018-03-12
Add C# example.
levlam
2018-02-28
Various fixes.
levlam
2018-02-28
Minor fixes.
levlam
2018-02-28
Move .Net classes to Telegram::Td namespace.
levlam
2018-02-28
Rename TdWindows to TdDotNet.
levlam
2018-02-28
Fix CMake.
levlam
2018-02-26
Add initial C# support
Arseny Smirnov
2018-01-21
Rename Java APi generator.
levlam
2018-01-21
Generate Docygen-comments for td_api when JNI is enabled.
levlam
2018-01-21
Make JNI-bindings package-agnostic.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov