{"id":15047774,"url":"https://github.com/asmlover/chaos","last_synced_at":"2025-04-10T01:23:03.124Z","repository":{"id":147362860,"uuid":"75493236","full_name":"ASMlover/Chaos","owner":"ASMlover","description":"Chaos C++ Library - Cross-platform C++1z components","archived":false,"fork":false,"pushed_at":"2021-06-09T13:33:09.000Z","size":560,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T03:04:29.521Z","etag":null,"topics":["cpp-utilities","cpp1z","cross-platform","memory-pool","multithreading"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ASMlover.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-03T18:44:32.000Z","updated_at":"2024-11-21T10:35:28.000Z","dependencies_parsed_at":"2023-07-06T12:30:45.688Z","dependency_job_id":null,"html_url":"https://github.com/ASMlover/Chaos","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/ASMlover%2FChaos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASMlover%2FChaos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASMlover%2FChaos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ASMlover%2FChaos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ASMlover","download_url":"https://codeload.github.com/ASMlover/Chaos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138512,"owners_count":21053865,"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":["cpp-utilities","cpp1z","cross-platform","memory-pool","multithreading"],"created_at":"2024-09-24T21:04:21.975Z","updated_at":"2025-04-10T01:23:03.090Z","avatar_url":"https://github.com/ASMlover.png","language":"C++","readme":"# **Chaos: Morden C++ Library**\n***\n\n## **What is `Chaos`?**\n  **Chaos is a basic library of C++2a components.**\n\n  * A collection of C++ class libraries.\n  * Written in efficient, mordern, 100% `ANSI/ISO Standand C++`.\n  * Based on and complementing the `C++ Standand Library/STL`.\n  * Highly portable and available on many different platforms.\n  * Open Source, licensed under [The FreeBSD License](https://www.freebsd.org/copyright/freebsd-doc-license.html).\n\n## **Building**\n  Chaos use following software as its dependencies:\n\n  * [CMake](https://cmake.org/) as a general build tool.\n\n  To build and run unittests please proceed with the steps below:\n\n  * Create directory called `build` or `cmake-build` in Chaos source directory.\n  * Change to `build` or `cmake-build` directory and run `cmake ..` command to configure your build.\n  * On Windows, build the solution found in the build directory. On Linux or macOS run `make` from the build directory.\n```shell\n# On Linux or macOS\n$ mkdir cmake-build \u0026\u0026 cd cmake-build\n$ cmake ..\n$ make -j\n# Run unittests on Linux or macOS\n$ ./bin/chaos.test\n\n# On Windows\n# Setting the building environment(VS2019), such as:\n\\\u003e %VS2019PATH%\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat # just for x64\n\\\u003e %VS2019PATH%\\Community\\VC\\Auxiliary\\Build\\vcvars32.bat # just for x32\n# Building Chaos using command\n\\\u003e mkdir cmake-build \u0026 cd cmake-build\n\\\u003e cmake -G \"NMake Makefiles\" ..\n\\\u003e nmake\n# Run unittests on Windows\n\\\u003e .\\bin\\chaos.test.exe\n\n# Building Chaos using VS2019 solution\n\\\u003e mkdir cmake-build \u0026 cd cmake-build\n\\\u003e cmake .. # for x86\n\\\u003e cmake -A x64 .. # for x64\n\\\u003e msbuild ChaosPROJ.sln\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmlover%2Fchaos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmlover%2Fchaos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmlover%2Fchaos/lists"}