{"id":15990382,"url":"https://github.com/johelegp/jegp.cmake_modules","last_synced_at":"2026-02-16T14:04:53.055Z","repository":{"id":137134869,"uuid":"180272832","full_name":"JohelEGP/jegp.cmake_modules","owner":"JohelEGP","description":"CMake modules that abstract common functionality in the JEGP libraries.","archived":false,"fork":false,"pushed_at":"2025-08-27T02:55:00.000Z","size":135,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-17T10:17:29.959Z","etag":null,"topics":["cmake-modules"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohelEGP.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,"zenodo":null}},"created_at":"2019-04-09T02:54:43.000Z","updated_at":"2025-08-27T02:55:04.000Z","dependencies_parsed_at":"2024-01-20T21:34:49.423Z","dependency_job_id":"1e280351-d36d-4c62-bb78-956724c5fcc6","html_url":"https://github.com/JohelEGP/jegp.cmake_modules","commit_stats":{"total_commits":115,"total_committers":1,"mean_commits":115.0,"dds":0.0,"last_synced_commit":"0df2908dfe83b1f95920d2b20d9436b8f8650498"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JohelEGP/jegp.cmake_modules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohelEGP%2Fjegp.cmake_modules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohelEGP%2Fjegp.cmake_modules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohelEGP%2Fjegp.cmake_modules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohelEGP%2Fjegp.cmake_modules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohelEGP","download_url":"https://codeload.github.com/JohelEGP/jegp.cmake_modules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohelEGP%2Fjegp.cmake_modules/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cmake-modules"],"created_at":"2024-10-08T05:21:18.257Z","updated_at":"2026-02-16T14:04:53.037Z","avatar_url":"https://github.com/JohelEGP.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JEGP CMake Modules\n\nCMake modules that abstract common functionality in the JEGP libraries.\n\n## Variables\n\nThis repository reserves\nCMake identifiers and\nfilenames in binary directories\nthat begin with `JEGP_` and `_JEGP_` regardless of case\nor equal to the name of a JEGP CMake module.\n\n### Variables that Change Behavior\n\n- `JEGP_CPPFRONT_INCLUDE_DIRECTORIES`:\nList of preprocessor include file search directories\nfor Cpp1 source files generated by `cppfront`.\n\n- `JEGP_CPPFRONT_BUILD_DIR`:\nDiretory where `cppfront` generates sources.\n\n- `JEGP_CXX2_COMPILER`:\nThe full path to the compiler for Cpp2.\n\n\u003ca id=\"standardese_sources_vars\"/\u003e\n\n- `JEGP_STANDARDESE_SOURCES_GIT_REPOSITORY`,\n  `JEGP_STANDARDESE_SOURCES_GIT_TAG`:\nDefault to values corresponding to\nhttps://github.com/JohelEGP/draft/tree/standardese_sources_base.\n\n### Variables for Languages\n\n- `JEGP_CXX2_FLAGS`:\nCpp2 flags.\nThe semantics are those of [`CMAKE_\u003cLANG\u003e_FLAGS`][].\n\n## Modules\n\n\u003c!-- Note: The use of anchors is for backwards compatibility and should not be added to. --\u003e\n\n### Documentations Modules\n\n\u003ca id=\"jegpaddstandardesesources\"/\u003e\n\u003ca id=\"process\"/\u003e\n\u003ca id=\"c-modules-support\"/\u003e\n\n- [`JEGPAddStandardeseSources`](modules/JEGPAddStandardeseSources.md)\n\n\u003ca id=\"jegpprojectmodules\"/\u003e\n\n### Project Modules\n\n\u003ca id=\"jegpcpp2\"/\u003e\n\n- [`JEGPCpp2`](modules/JEGPCpp2.md)\n\n\u003ca id=\"jegptestutilities\"/\u003e\n\n### Test Modules\n\n\u003ca id=\"jegpaddtest\"/\u003e\n\n- [`JEGPAddTest`](modules/JEGPAddTest.md)\n\n\u003ca id=\"jegpbuilderror\"/\u003e\n\n- [`JEGPBuildError`](modules/JEGPBuildError.md)\n\n[`CMAKE_\u003cLANG\u003e_FLAGS`]: https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_FLAGS.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohelegp%2Fjegp.cmake_modules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohelegp%2Fjegp.cmake_modules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohelegp%2Fjegp.cmake_modules/lists"}