{"id":16250904,"url":"https://github.com/jingwood/cpp-common-class","last_synced_at":"2025-03-19T19:32:17.215Z","repository":{"id":153075687,"uuid":"227577346","full_name":"jingwood/cpp-common-class","owner":"jingwood","description":"Base common classes for cross-platform C++ application development.","archived":false,"fork":false,"pushed_at":"2024-09-11T10:22:15.000Z","size":134,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-17T17:55:20.130Z","etag":null,"topics":["application-framework","common-library","cpp","cpp11","cross-platform","shared","utility","utility-library"],"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/jingwood.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-12T10:13:39.000Z","updated_at":"2024-09-11T10:22:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f351242-35c8-45ed-85bf-5b0dc49abd7a","html_url":"https://github.com/jingwood/cpp-common-class","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/jingwood%2Fcpp-common-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingwood%2Fcpp-common-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingwood%2Fcpp-common-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jingwood%2Fcpp-common-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jingwood","download_url":"https://codeload.github.com/jingwood/cpp-common-class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221730671,"owners_count":16871294,"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":["application-framework","common-library","cpp","cpp11","cross-platform","shared","utility","utility-library"],"created_at":"2024-10-10T15:07:33.590Z","updated_at":"2024-10-27T20:39:19.537Z","avatar_url":"https://github.com/jingwood.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Common classes module (libucm.a)\n\nCommon classes for cross-platform C++ application development. \n\n# Classes\n\nThe following classes are included in this library.\n\n- [*ansi.h*](src/ucm/ansi.h) Predefined symbols used to output colored information onto console\n- [*archive.h*](src/ucm/archive.h) File archive\n- [*argline.h*](src/ucm/argline.h) Functionality for console arguments parsing\n- [*console.h*](src/ucm/console.h) Standard console input/output wrapper class\n- [*deflate.h*](src/ucm/deflate.h) Compressing functionality based on libz (zlib)\n- [*file.h*](src/ucm/file.h) File access APIs\n- [*filestream.h*](src/ucm/filestream.h) Stream to read and write into file\n- [*jsonreader.h*](src/ucm/jsonreader.h) JSON format reader\n- [*jsonwriter.h*](src/ucm/jsonwriter.h) JSON format writter\n- [*jstypes.h*](src/ucm/jstypes.h) JSON type defines\n- [*lexer.h*](src/ucm/lexer.h) Lexer for parsing JSON format\n- [*stopwatch.h*](src/ucm/stopwatch.h) Stopwatch for elapsed time count\n- wip...\n\n# Build\n\nRun make to build .a file on each platform.\n\n```shell\ncd build/\u003cplatform\u003e/\nmake\n```\n\nNeed clang++ and c++11 support.\n\n# Add reference in C++ application\n\n1. Include the header files into target application\n2. Add `libucm.a` as link input file\n\n# License\n\nMIT License\n\nCopyright (c) 2016-2019 Jingwood, unvell.com, All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingwood%2Fcpp-common-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjingwood%2Fcpp-common-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjingwood%2Fcpp-common-class/lists"}