{"id":22747673,"url":"https://github.com/stefanhamminga/cpp_lib_scripts","last_synced_at":"2025-03-30T05:41:38.128Z","repository":{"id":142036601,"uuid":"115913847","full_name":"StefanHamminga/cpp_lib_scripts","owner":"StefanHamminga","description":"Scripts for managing C++ header-only libraries","archived":false,"fork":false,"pushed_at":"2018-11-12T07:30:12.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T07:49:22.463Z","etag":null,"topics":["c-plus-plus","cmake","cpp","documentation","library"],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StefanHamminga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license/Apache-2.0","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":"2018-01-01T11:01:27.000Z","updated_at":"2018-11-12T07:30:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ccb2f26-fa1c-4b86-96b0-6591569104cd","html_url":"https://github.com/StefanHamminga/cpp_lib_scripts","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/StefanHamminga%2Fcpp_lib_scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefanHamminga%2Fcpp_lib_scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefanHamminga%2Fcpp_lib_scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StefanHamminga%2Fcpp_lib_scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StefanHamminga","download_url":"https://codeload.github.com/StefanHamminga/cpp_lib_scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281217,"owners_count":20752207,"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":["c-plus-plus","cmake","cpp","documentation","library"],"created_at":"2024-12-11T03:16:51.738Z","updated_at":"2025-03-30T05:41:38.122Z","avatar_url":"https://github.com/StefanHamminga.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scripts for managing C++ header-only libraries\n\n## Required software\n\n```bash\n# Linux bash tools (find, sed, etc)\ngit\nCMake # Generates build, test, and documentation files\ndoxygen # Used to convert source comments to documentation files\nlatex # Used by Doxygen\npython # Convert GCC RTL call graph information (`-fdump-rtl-expand`) to GraphViz .dot files\ngraphviz # Generates pretty call graph pictures\n```\n\n## Usage\n\nThis set of scripts is mean to be usable as-is and as a template.\nAs-is use can be done through Git submodule:\n\n```bash\nmkdir my_library\ncd my_library/\n\ngit init\n\n# Obtain your local copy of the scripts and enable remote updating\ngit submodule add -b master https://github.com/StefanHamminga/cpp_lib_scripts scripts\n\n# A slightly more extended C++ tailored ignore file\nln -s scripts/.gitignore\n\n# Use the default CMake configuration\nln -s scripts/CMakeLists.txt\n\nmkdir test build\n```\n\nOptionally select a license.\n\nTo use the GCC C++ Standard Library license, as described [here](https://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html), add this:\n\n```bash\nln -s scripts/license/GPL-3 COPYING\nln -s scripts/license/COPYING.RUNTIME\n$ cat \u003c\u003c EOF \u003e LICENSE\nLicense\n=======\n\nThe source code in this repository is distributed under the GNU General Public\nLicense version 3, with the addition under section 7 of an exception described\nin the “GCC Runtime Library Exception, version 3.1”.\n\nBoth texts are included as the files COPYING and COPYING.RUNTIME respectively.\n\nEOF\n```\n\nIf you prefer, the more liberal Apache 2.0 license is included too:\n\n```bash\nln -s scripts/license/Apache-2.0 LICENSE\n```\n\nTo update the scripts:\n\n```bash\ngit submodule update --remote\n```\n\n## Authors and license\n\nThis library is written by [Stefan Hamminga](stefan@prjct.net) and may be freely shared, distributed and modified according to the terms of the Apache 2.0 license (included as the file `license/Apache-2.0`).\n\n## Repository\n\n[https://github.com/StefanHamminga/cpp_lib_scripts](https://github.com/StefanHamminga/cpp_lib_scripts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhamminga%2Fcpp_lib_scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanhamminga%2Fcpp_lib_scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanhamminga%2Fcpp_lib_scripts/lists"}