aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/test/actors_main.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-05-06Manually split send_immediately and send_later implementations.levlam
2024-01-01Update copyright year.levlam
2023-01-01Update copyright year.levlam
2022-09-14Replace ConcurrentScheduler::init with constructor.levlam
2022-07-28Reduce run time of some tests.levlam
2022-02-11Fix tests.levlam
2022-01-01Update copyright year.levlam
2021-10-21Minor improvements.levlam
2021-10-15Explicitly specify namespace td in tdactor tests.levlam
2021-09-19Unify include order.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-26Remove REGISTER_TESTS define.levlam
2021-01-01Update copyright year.levlam
2020-11-23Include ConcurrentScheduler separately.levlam
2020-10-08Use Random::fast_bool.levlam
2020-08-27Deprecate ActorShared with 0 token.levlam
2020-07-13Use emplace whenever possible.levlam
2020-01-01Update copyright year.levlam
2019-09-05Minor improvements.levlam
2019-08-14Various fixes.levlam
2019-08-13Fix tdutils after merge.levlam
2019-08-01Make G() safe.levlam
2019-07-30Actors: destroy events in mailbox in context of actorArseny Smirnov
2019-02-13Explicitly include common.h.levlam
2019-02-12Use LOG_CHECK where it is necessaryArseny Smirnov
2019-01-01Update copyright year.levlam
2018-10-27Remove back actor_id variables.levlam
2018-10-26Fix some MSVC Analyzer warnings.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-07-03Template ActorSendType.levlam
2018-07-03Replace actor Send::Flags with ActorSendType.levlam
2018-05-19Fix tests.levlam
2018-02-12Move some implementation to cpp.levlam
2018-01-02Update copyright year.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov