{"id":23239047,"url":"https://github.com/teemperor/clangautomodules","last_synced_at":"2025-10-12T01:15:41.134Z","repository":{"id":88949719,"uuid":"97707342","full_name":"Teemperor/ClangAutoModules","owner":"Teemperor","description":"Automatically mounts clang modules for your system libraries (and more)","archived":false,"fork":false,"pushed_at":"2018-05-14T12:11:11.000Z","size":23002,"stargazers_count":7,"open_issues_count":22,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-19T23:46:24.323Z","etag":null,"topics":["build-tools","clang","cmake","cmake-modules","modules"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teemperor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-07-19T11:10:34.000Z","updated_at":"2022-08-17T00:25:52.000Z","dependencies_parsed_at":"2023-03-03T12:00:15.902Z","dependency_job_id":null,"html_url":"https://github.com/Teemperor/ClangAutoModules","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Teemperor/ClangAutoModules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teemperor%2FClangAutoModules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teemperor%2FClangAutoModules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teemperor%2FClangAutoModules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teemperor%2FClangAutoModules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teemperor","download_url":"https://codeload.github.com/Teemperor/ClangAutoModules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teemperor%2FClangAutoModules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009736,"owners_count":26084645,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["build-tools","clang","cmake","cmake-modules","modules"],"created_at":"2024-12-19T04:21:24.294Z","updated_at":"2025-10-12T01:15:41.128Z","avatar_url":"https://github.com/Teemperor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClangAutoModules\n\nAutomatically brings clang modules to your system libraries in your CMake project.\n\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Teemperor/ClangModulesCMake/blob/master/LICENSE.md)\n[![Build Status](https://travis-ci.org/Teemperor/ClangAutoModules.svg?branch=master)](https://travis-ci.org/Teemperor/ClangAutoModules)\n\n## Setup\n\nThere are two different ways to use ClangAutoModules:\n\n1. Embed the standalone script it in your CMake project:\n\n```CMake\nfile(DOWNLOAD \"https://github.com/Teemperor/ClangAutoModules/releases/download/0.2.1/ClangModules.cmake\"\n     ${CMAKE_BINARY_DIR}/ClangModules.cmake\n     EXPECTED_HASH SHA256=66ca91179df6806f3b7a7e25667d819252b026263aa5f69b868e3588c95c16a8)\n\ninclude(${CMAKE_BINARY_DIR}/ClangModules.cmake)\n```\n\n[More information](docs/CMakeScript.md)\n\n2. Use is to externally configure a CMake project:\n\n```bash\nCC=path/to/clang_modules CXX=path/to/clang_modules++ cmake ...\n```\n\n[More information](docs/ExternalConfig.md)\n\n## Supported libraries\n\nWe currently have support for:\n\n* STL for C++03, C++11, c++14\n* SDL2\n* boost (minimal, WIP)\n* eigen3\n* libc\n* SFML\n* glog\n* gtest\n* bullet\n* linux headers (minimal, WIP)\n* tinyxml\n* tinyxml2\n* [Feel free to request more!](https://github.com/Teemperor/ClangModulesCMake/issues/new)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteemperor%2Fclangautomodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteemperor%2Fclangautomodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteemperor%2Fclangautomodules/lists"}