aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdtl
AgeCommit message (Collapse)Author
2026-01-01Update copyright year.levlam
2025-09-05Minor improvements.levlam
2025-08-20Make class split stable.levlam
2025-08-20Simplify write_tl_to_fixed_file_count.levlam
2025-08-18Always split td_api and telegram_api to multiple files.levlam
2025-05-13Improve *_list variable names.levlam
2025-03-19Automatically set flags from True fields on object store.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-01-01Update copyright year.levlam
2024-08-07Improve CMakeLists comments.levlam
2024-03-28Fix some plural spelling.levlam
2024-01-01Update copyright year.levlam
2023-06-26Fix children type names.levlam
2023-06-26Add write_tl_to_multiple_files to allow C++ autogenerated header splitting.levlam
2023-06-26Simplify get_children_types usage.levlam
2023-06-26Support additional headers in gen_output_begin.levlam
2023-06-26Add get_children_types helper.levlam
2023-06-26Always compare file content before replacing it.levlam
2023-06-26Generate forward declarations near class definitions.levlam
2023-06-26Extract gen_output_begin_once from gen_output_begin.levlam
2023-06-26Add gen_import_declaration to TL_writer.levlam
2023-06-26Remove explicit mode parameter from tl_file_utils.levlam
2023-06-26TL-generate: split write_tl to several functions.levlam
2023-06-26Remove unused Object forward declaration.levlam
2023-05-11Suppress warning in Release build.levlam
2023-01-01Update copyright year.levlam
2022-08-14Suppress compiler warning.levlam
2022-04-04Fix formatting.levlam
2022-03-14Support function generic result type (#1809)Andrea Cavalli
Fixes #1708
2022-01-01Update copyright year.levlam
2021-11-01Don't generate MASK for parsed object/vector fields.levlam
2021-11-01Use range-based for on arrays/strings if possible.levlam
2021-10-20Improve tdtl C++03 compatibility.levlam
2021-10-19A lot more minor improvements.levlam
2021-08-01Generate only needed telegram_api full constructors.levlam
2021-07-31Remove more default constructors of telegram_api classes.levlam
2021-06-13Use manual checks instead of cmake_minimum_required to propagate policies.levlam
2021-01-01Update copyright year.levlam
2020-12-22Use full path in tdtl includes.levlam
2020-10-17tdtl: always recalc number of simple constructors.levlam
GitOrigin-RevId: dcc2c48f29d8a8f039bb53ec69c8b3076b153608
2020-01-01Update copyright year.levlam
GitOrigin-RevId: 09afb551b6e637dc69739fa735b0051a38b9e14c
2019-12-08Simplify td_api_json more.levlam
GitOrigin-RevId: 4df61a045e381a4577321c87a2b393747992127e
2019-11-22Do not generate empty constructor for functions.levlam
GitOrigin-RevId: 9a83f40616728dd814ca4ce5424b955b17ca4dfe
2019-11-22Improve parameter names.levlam
GitOrigin-RevId: 9eb8a512d2f908ef5cb725eed74b1d979ead9ef2
2019-11-22Minor tl_generate improvements.levlam
GitOrigin-RevId: 2b76bb22c02e9dc42020fec46c348a8f3b0db102
2019-11-21Add field_num to gen_fetch_function_begin.levlam
GitOrigin-RevId: a8679b71820cbd500ee489dec3a828eeec358080
2019-11-21Do not generate default constructors.levlam
GitOrigin-RevId: 89afa038ad99739ca0465e05a2e123ac60e7fa7a
2019-08-02Use snprintf instead of sprintf.levlam
GitOrigin-RevId: faf4720f949a43cfcf772ef761f33016bfaa97c8
2019-07-01tl json: support tl::TL_writer::ModeArseny Smirnov
GitOrigin-RevId: db6769e80f43f5fa2eedac5414cd2a44f8dcaf3c
2019-04-30Fix typo mistakeErnesto Castellotti