{"id":21602805,"url":"https://github.com/codeintelligencetesting/a_util_test","last_synced_at":"2026-02-20T19:04:27.440Z","repository":{"id":103041705,"uuid":"413813550","full_name":"CodeIntelligenceTesting/a_util_test","owner":"CodeIntelligenceTesting","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-05T12:46:01.000Z","size":2716,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-23T10:34:21.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeIntelligenceTesting.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":"2021-10-05T12:43:24.000Z","updated_at":"2021-10-05T12:43:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b413b531-48d5-407a-9fc2-3a7e69f52f2b","html_url":"https://github.com/CodeIntelligenceTesting/a_util_test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeIntelligenceTesting/a_util_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeIntelligenceTesting%2Fa_util_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeIntelligenceTesting%2Fa_util_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeIntelligenceTesting%2Fa_util_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeIntelligenceTesting%2Fa_util_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeIntelligenceTesting","download_url":"https://codeload.github.com/CodeIntelligenceTesting/a_util_test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeIntelligenceTesting%2Fa_util_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-24T19:14:21.852Z","updated_at":"2026-02-20T19:04:27.420Z","avatar_url":"https://github.com/CodeIntelligenceTesting.png","language":null,"readme":"# a_util5 library #\n\n## Delivered Libraries ##\n\nThis library contains following packages:\n\n- a_util_concurrency\n- a_util_datetime\n- a_util_filesystem\n- a_util_logging\n- a_util_memory\n- a_util_parser\n- a_util_process\n- a_util_regex\n- a_util_result\n- a_util_strings\n- a_util_system\n- a_util_variant\n- a_util_xml\n\n## Changelog ##\n\nThe changelog can be found [here](doc/changelog.md)\n\n## How to build ##\n\n### Build Environment ###\n\nThe libraries are currently built and tested using the following compilers and operating systems:\n\n#### Windows ####\n- Visual C++ (x86, x86_64): 14.0\n\n#### Linux ####\n- GCC, C++11 (x86_64): 4.8.4\n- GCC, C++14 (x86_64, armv8): 5.4.0\n\n#### QNX ####\n- GCC, C++11 (x86): 5.2\n\n### Build a_util ###\n\n- Use [CMake](https://cmake.org/) at least in version 3.10.1  \n- Choose your branch i.e. `\"master\"`\n- Use CMakeLists.txt within the main directory as source directory\n- Do not forget to set `CMAKE_INSTALL_PREFIX`\n- Build and install for Debug and RelWithDebInfo\n- Command line for e.g. Windows Visual Studio 2017 vc140\n\u003e cmake -H\u003csource directory\u003e -B\u003cbuild directory\u003e -G \"Visual Studio 15 2017 Win64\" -T v140 -DCMAKE_INSTALL_PREFIX=\u003cinstall directory\u003e -Da_util_cmake_enable_integrated_tests=ON -DGTEST_LIBRARY=\u003cGTest directory\u003e/lib/gtest.lib -DGTEST_INCLUDE_DIR=\u003cGTest directory\u003e/include -DGTEST_MAIN_LIBRARY=\u003cGTest directory\u003e/lib/gtest_main.lib -DDOXYGEN_EXECUTABLE=\u003cdoxygen binary directory\u003e/doxygen.exe -DDOXYGEN_DOT_EXECUTABLE=\u003cgraphviz binary directory\u003e/dot.exe\n\n\n#### Optional requirements \n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\na_util_cmake_enable_documentation ON/OFF \n\u003c/td\u003e\n\u003ctd\u003e\nchoose wether a documentation is created or not\n\u003c/td\u003e\n\u003ctd\u003e\ndependency to a valid doxygen executable needed (see http://www.doxygen.nl/)\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\na_util_cmake_enable_integrated_tests ON/OFF \n\u003c/td\u003e\n\u003ctd\u003e\nchoose wether the tests where build while building the libraries or not\n\u003c/td\u003e\n\u003ctd\u003e\ndependency to a valid gtest package needed (see https://github.com/google/googletest)\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\n\n## License Information ##\n\n### a_util Library - License ###\n\nThe a_util Library is delivered under the\n[MPL - Mozilla Public License - Version 2.0](doc/license/MPL2.0.txt)\n\n### Used software license information ###\n\nThe a_util library is delivered with 3rdparty dependencies.\nSee [3rdparty Software we are very glad to use](doc/license/used_oss.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeintelligencetesting%2Fa_util_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeintelligencetesting%2Fa_util_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeintelligencetesting%2Fa_util_test/lists"}