{"id":25441464,"url":"https://github.com/bertcarnell/bclib","last_synced_at":"2025-10-12T05:43:14.203Z","repository":{"id":12080919,"uuid":"14668545","full_name":"bertcarnell/bclib","owner":"bertcarnell","description":"BertCarnell Template Library (bclib) for C++ utility headers","archived":false,"fork":false,"pushed_at":"2022-03-19T00:01:29.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-25T13:05:35.529Z","etag":null,"topics":["c-plus-plus","utility-library"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bertcarnell.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}},"created_at":"2013-11-24T20:25:11.000Z","updated_at":"2022-03-18T23:46:57.000Z","dependencies_parsed_at":"2022-09-03T15:12:09.475Z","dependency_job_id":null,"html_url":"https://github.com/bertcarnell/bclib","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Fbclib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Fbclib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Fbclib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertcarnell%2Fbclib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertcarnell","download_url":"https://codeload.github.com/bertcarnell/bclib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239288832,"owners_count":19614202,"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","utility-library"],"created_at":"2025-02-17T12:28:08.720Z","updated_at":"2025-10-12T05:43:09.167Z","avatar_url":"https://github.com/bertcarnell.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"bclib\n=====\n\nbertcarnell Template Library (bclib) for C++ utility headers\n\n|\u003csub\u003eLinux \u0026 MacOS\u003c/sub\u003e|\u003csub\u003eWindows\u003c/sub\u003e|\u003csub\u003eCode Coverage\u003c/sub\u003e|\u003csub\u003eGithub Actions\u003c/sub\u003e|\n|:---:|:---:|:---:|:---:|\n|[![Build Status](https://travis-ci.org/bertcarnell/bclib.svg?branch=master)](https://travis-ci.org/bertcarnell/bclib)|[![Build status](https://ci.appveyor.com/api/projects/status/ew4nolsitxr5sl5r?svg=true)](https://ci.appveyor.com/project/bertcarnell/bclib)|[![codecov](https://codecov.io/gh/bertcarnell/bclib/branch/master/graph/badge.svg)](https://codecov.io/gh/bertcarnell/bclib)|![CMake](https://github.com/bertcarnell/bclib/workflows/CMake/badge.svg)|\n\n## Used in packages...\n\n- [oa](https://github.com/bertcarnell/oa)\n- [lhslib](https://github.com/bertcarnell/lhslib)\n- [lhs](https://github.com/bertcarnell/lhs)\n\n## Developing using CMake on Windows and Linux\n\n### Ubuntu Linux\n\n#### Prereqs\n\nInstall `cmake` for cross-platform make, and `lcov` for coverage statistics.\n\n```\nsudo apt-get install cmake lcov\n```\n\n#### CMake\n\n```\ncmake . -Bbuild -DCMAKE_BUILD_TYPE=Debug -DBUILD_TYPE=Coverage\ncmake --build build\n./build/bclibtest/bclibtest\ncd build\nlcov --directory bclibtest --capture --output-file bclibtest.info\nlcov --remove bclibtest.info 'bclibtest/*' '/usr/*' --output-file bclibtest.clean.info\ngenhtml -o coverage bclibtest.clean.info\n```\n\n### Windows + Visual Studio\n\n#### Prereqs\n\n- Install [Visual Studio Community 2017](https://visualstudio.microsoft.com/vs/community/) with visual c++ support.\n- Install [CMake](https://cmake.org/) for Windows\n\n#### CMake\n\nOpen a Windows PowerShell window or Windows command prompt (cmd) to run these commands\n\n```\ncmake . -Bbuild -G \"Visual Studio 15 2017 Win64\"\n```\n\n#### Compile Option 1\n\nOpen Visual Studio.  File -\u003e Open -\u003e Project/Solution -\u003e bcblib.sln\n\n- right click on ALL_BUILD -\u003e build\n- right click on bcblibtest -\u003e Debug -\u003e Start New Instance\n\n#### Compile Option 2\n\n```\ncmake --build build --target ALL_BUILD --config Release\n./build/bclibtest/Release/bclibtest.exe\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertcarnell%2Fbclib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertcarnell%2Fbclib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertcarnell%2Fbclib/lists"}