{"id":20161602,"url":"https://github.com/stablecoder/unused-dependencies","last_synced_at":"2025-03-03T02:43:25.597Z","repository":{"id":99244127,"uuid":"225625223","full_name":"StableCoder/unused-dependencies","owner":"StableCoder","description":"Using C/C++ dependency information, finds files in specific target directories that aren't used during compilation.","archived":false,"fork":false,"pushed_at":"2019-12-17T18:29:40.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T13:52:29.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StableCoder.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-03T13:21:36.000Z","updated_at":"2024-07-17T15:47:48.000Z","dependencies_parsed_at":"2023-04-06T04:32:48.626Z","dependency_job_id":null,"html_url":"https://github.com/StableCoder/unused-dependencies","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/StableCoder%2Funused-dependencies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StableCoder%2Funused-dependencies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StableCoder%2Funused-dependencies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StableCoder%2Funused-dependencies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StableCoder","download_url":"https://codeload.github.com/StableCoder/unused-dependencies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241600483,"owners_count":19988713,"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-14T00:19:47.099Z","updated_at":"2025-03-03T02:43:25.580Z","avatar_url":"https://github.com/StableCoder.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unused Dependency Search\n\nThis script allows for the use of C/C++ dependnecy file information (generated with GCC/Clang with the `-MD` option), and to determine which files in the target directories weren't used during compilation.\n\n```\nUsage: unused_dependencies.sh [OPTION]\n\nUsing compiler-generated dependency files (.d), search through target\ndirectories and list desired file types that aren't used.\nSuch files can be generated via GCC/clang with the '-MD' option.\n\n -f, --filter    Adds the given regex to filter desired files\n -j, --jobs      Declare the number of parallel runs\n -s, --source    DirectorSource directory that is searched for .d files\n -t, --target    A target directory of where desired headers being checked for\n -v, --verbose   Outputs more detailed information\n -h, --help      Displays this help blurb\n\nMultiple of each option can be applied to use more filters or directories.\n\nExample: To only check h/hpp files, in the directory /usr/include, with\n         dependency data from /home/build\n\n unused_dependencies.sh -f \"\\.h$\" -f \"\\.hpp$\" -s /home/build -t /usr/include\n ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstablecoder%2Funused-dependencies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstablecoder%2Funused-dependencies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstablecoder%2Funused-dependencies/lists"}