aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor
AgeCommit message (Collapse)Author
2026-05-18Fix platform.h/config.h includes.levlam
2026-01-01Update copyright year.levlam
2025-05-13Improve *_list variable names.levlam
2025-05-07Minor improvements.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-01-01Update copyright year.levlam
2024-12-05Minor improvements. (#3169)AYMEN
2024-10-21Add separate TD_INSTALL_STATIC_LIBRARIES and TD_INSTALL_SHARED_LIBRARIES ↵levlam
options.
2024-10-21Add option to install only BUILD_SHARED_LIBS-matching filesOPNA2608
TD_ENABLE_FILTERED_INSTALL allows limiting installed libraries & supporting files to only those matching BUILD_SHARED_LIBS.
2024-08-07Improve CMakeLists comments.levlam
2024-07-23Fix order of header file names in CMakeLists.txt.levlam
2024-05-06Make send_later_impl non-template.levlam
2024-05-06Manually split send_immediately and send_later implementations.levlam
2024-05-06Move common code to a non-template function.levlam
2024-05-06Remove redundant CHECK.levlam
2024-05-02Improve processing of already applied channel updates.levlam
2024-02-17Remove legacy parameters in Scheduler::flush_mailbox.levlam
2024-02-01Improve ServiceActor logging.levlam
2024-02-01Fix logging of migrating actors.levlam
2024-01-20Add LambdaPromise debug.levlam
2024-01-01Update copyright year.levlam
2023-10-18Fix typos. (#2641)AYMEN Mohammed
2023-10-14Export static targets in a separate fileZephyr Lykos
2023-10-06Avoid 'Access is denied. : 5 : File "server" can't be opened/created for ↵levlam
reading' error in tests.
2023-08-05Add more common.h includes.levlam
2023-06-10Use td::append if possible.levlam
2023-05-05Use empty name for unused move constructor/assignment parameter.levlam
2023-05-05Add an Actor test.levlam
2023-04-24Fix warning.levlam
2023-04-23Delete temporary files after test finish.levlam
2023-03-27Remove Scheduler::init().levlam
2023-03-27Improve Actor::init name.levlam
2023-03-21Remove ActorSendType::LaterWeak.levlam
2023-03-21Improve check in MultiTimeout::update_timeout.levlam
2023-03-17Add optional source to MultiTimeout::cancel_timeout.levlam
2023-03-08Add source to MultiTimeout::update_timeout.levlam
2023-03-08Improve fatal error logging.levlam
2023-02-26Use "receive"/"have"/"loaded" instead of "got" and other log message ↵levlam
improvements.
2023-01-16Improve some spelling.levlam
2023-01-11Simplify Scheduler::send_impl.levlam
2023-01-11Remove now unneeded wait_generation.levlam
2023-01-11Always wait for mailbox.levlam
2023-01-01Update copyright year.levlam
2022-11-09Implement get_scheduler_thread_id without threads.levlam
2022-10-12Minor improvements.levlam
2022-10-05Fix warning.levlam
2022-10-04Add ConcurrentScheduler::get_thread_id.levlam
2022-10-01Minor improvements.levlam
2022-10-01Remove template ActorOwn::reset.levlam
2022-10-01Inline ActorOwn::hangup.levlam