{"id":18536328,"url":"https://github.com/adishavit/terminators","last_synced_at":"2026-01-24T04:32:28.813Z","repository":{"id":21518048,"uuid":"24837187","full_name":"adishavit/Terminators","owner":"adishavit","description":"Hasta la vista, baby!","archived":false,"fork":false,"pushed_at":"2023-04-06T15:43:48.000Z","size":2627,"stargazers_count":130,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-12-26T03:27:29.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adishavit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-10-06T07:26:45.000Z","updated_at":"2024-06-18T05:58:30.000Z","dependencies_parsed_at":"2023-10-20T16:20:56.722Z","dependency_job_id":null,"html_url":"https://github.com/adishavit/Terminators","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FTerminators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FTerminators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FTerminators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adishavit%2FTerminators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adishavit","download_url":"https://codeload.github.com/adishavit/Terminators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239251197,"owners_count":19607584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T19:32:14.616Z","updated_at":"2025-11-01T02:30:31.371Z","avatar_url":"https://github.com/adishavit.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terminators ![little-terminator](images/terminator_robot.png)\n===========\n\nA GraphViz diagram that shows both normal and unexpected program termination flows in C++.\n\nThere are multiple ways a C++ program may terminate.\nThese include both normal and unexpected termination.\nThis GraphViz diagram shows the program termination flows as defined by the standard.\n\nStandard C++ program terminators include:\n* [`std::exit()`](http://en.cppreference.com/w/cpp/utility/program/exit)\n* [`std::quick_exit()`](http://en.cppreference.com/w/cpp/utility/program/quick_exit)\n* [`std::_Exit()`](http://en.cppreference.com/w/cpp/utility/program/_Exit)\n* [`std::abort()`](http://en.cppreference.com/w/cpp/utility/program/abort)\n* [`std::terminate()`](http://en.cppreference.com/w/cpp/error/terminate)\n* [`std::unexpected()`](http://en.cppreference.com/w/cpp/error/unexpected) (removed in C++17)\n\nFor completeness, Microsoft-specific terminators:\n* [`__fastfail()`](http://msdn.microsoft.com/en-us/library/dn774154.aspx)\n\nFor completeness, POSIX-specific terminators:\n* [`_exit()`](http://pubs.opengroup.org/onlinepubs/9699919799/functions/_Exit.html)\n\nRead more on the associated blog post [here](http://videocortex.io/2016/terminators).\n\nMost of the functions have subtle contexts, conditions and effects that should be considered by checking their documentation.\nThe diagram does not make an explicit distinction between the C and C++ versions of some of the functions (e.g. `exit()`).\nThe orange path shows normal program termination.\n\n![The call graph](http://cdn.rawgit.com/adishavit/Terminators/master/termination_graph.svg)\n\nCorrections, additions, updates and layout improvements will be gladly accepted.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadishavit%2Fterminators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadishavit%2Fterminators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadishavit%2Fterminators/lists"}