aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-4/+4
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-9/+9
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-5/+5
* C++ migration: UniqueKeyBenoit Germain2024-03-201-3/+3
* C++ migration: bool_t → boolBenoit Germain2024-03-201-1/+1
* C++ migration: buildfixesBenoit Germain2024-03-191-4/+7
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-16/+16
* Lane cancellation reworkBenoit Germain2019-04-261-3/+12
* Moved cancellation code in separate filesBenoit Germain2019-04-221-0/+57