aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdtl/td
AgeCommit message (Expand)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-01-01Update copyright year.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
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-01-01Update copyright year.levlam
2020-12-22Use full path in tdtl includes.levlam
2020-10-17tdtl: always recalc number of simple constructors.levlam
2020-01-01Update copyright year.levlam
2019-12-08Simplify td_api_json more.levlam
2019-11-22Do not generate empty constructor for functions.levlam
2019-11-22Improve parameter names.levlam
2019-11-22Minor tl_generate improvements.levlam
2019-11-21Add field_num to gen_fetch_function_begin.levlam
2019-11-21Do not generate default constructors.levlam
2019-08-02Use snprintf instead of sprintf.levlam
2019-07-01tl json: support tl::TL_writer::ModeArseny Smirnov
2019-04-30Fix typo mistakeErnesto Castellotti
2019-01-01Update copyright year.levlam
2018-12-27Remove uneeded warning.levlam
2018-12-20Remove unneeded reinterpret casts.levlam