{"id":15047903,"url":"https://github.com/demianmnave/cml","last_synced_at":"2025-04-06T16:15:41.340Z","repository":{"id":51319135,"uuid":"100990338","full_name":"demianmnave/CML","owner":"demianmnave","description":"The Configurable Math Library","archived":false,"fork":false,"pushed_at":"2024-12-01T07:00:03.000Z","size":2226,"stargazers_count":83,"open_issues_count":10,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-06T16:15:32.792Z","etag":null,"topics":["cplusplus-11","expression-template","graphics","vector-math","visualization"],"latest_commit_sha":null,"homepage":"https://github.com/demianmnave/CML","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demianmnave.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-21T20:33:13.000Z","updated_at":"2025-03-09T17:03:06.000Z","dependencies_parsed_at":"2024-12-01T08:18:37.527Z","dependency_job_id":"59b9c024-1932-41ec-be9e-fc5233ff375f","html_url":"https://github.com/demianmnave/CML","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demianmnave%2FCML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demianmnave%2FCML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demianmnave%2FCML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demianmnave%2FCML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demianmnave","download_url":"https://codeload.github.com/demianmnave/CML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509238,"owners_count":20950232,"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":["cplusplus-11","expression-template","graphics","vector-math","visualization"],"created_at":"2024-09-24T21:05:54.808Z","updated_at":"2025-04-06T16:15:41.321Z","avatar_url":"https://github.com/demianmnave.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![msvc-latest](https://github.com/demianmnave/CML/actions/workflows/msvc-latest.yml/badge.svg)](https://github.com/demianmnave/CML/actions/workflows/msvc-latest.yml)\n[![msvc-clangcl-latest](https://github.com/demianmnave/CML/actions/workflows/msvc-clangcl-latest.yml/badge.svg)](https://github.com/demianmnave/CML/actions/workflows/msvc-clangcl-latest.yml)\n[![msvc-17-10](https://github.com/demianmnave/CML/actions/workflows/msvc-17-10.yml/badge.svg)](https://github.com/demianmnave/CML/actions/workflows/msvc-17-10.yml)\n\n## Configurable Math Library\nFor CML version 1, please see https://github.com/demianmnave/CML1.\n## License\nThe Configurable Math Library (CML) is released under the [Boost Software\nLicense, Version 1.0.](http://www.boost.org/LICENSE_1_0.txt).\n## Using the CML\nAs it is header-only, it is simple enough to copy the `cml` header directory into your project and setup your build to reference it. Users of CMake 3.15+ can also leverage [`cmake --install ...`](make.org/cmake/help/v3.15/manual/cmake.1.html#install-a-project) and [`find_package(CML CONFIG)`](https://cmake.org/cmake/help/v3.15/command/find_package.html) to integrate CML into a CMake project.\n## Compiler requirements\nThe CML requires a compiler with C++17 support.\n## Building and Running Tests\n### With plain CMake\nTo run the test suite from a command prompt using a Makefile-like generator, start in your build directory and execute:\n```bash\ncmake -S \\\u003cpath to cml-root\\\u003e -G{generator name} -DBUILD_TESTING=On -DCMAKE_BUILD_TYPE=Release\n```\nThen, to build the tests (again from your build directory):\n```bash\ncmake --build . --config Release\n```\nYou can run the full test suite from your build directory by executing:\n```bash\nctest -C Release\n```\nIf you have multiple CPUs (e.g. 4 in this case), you can speed things up a bit using, for example:\n```bash\ncmake --build . --config Release -- -j4\nctest -C Release -j4\n```\n### With CMake presets\nSee _CMakePresets.json_ for the default base presets, as well as the predefined configure and build presets. Note that all of the predefined configure presets generate a build system under _\\\u003ccml-root\\\u003e/.build_/\\\u003cpreset-name\\\u003e.\n\nTo see the available configure presets, execute:\n```bash\ncmake --list-presets\n```\nTo see the available build presets, execute:\n```bash\ncmake --build --list-presets\n```\nTo use one of the predefined configure presets, for example _cml-dev-msvc17-clangcl-mt-s_ to use the Visual Studio 2022 IDE with ClangCL:\n```bash\ncmake --preset=cml-dev-msvc17-clangcl-mt-s\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemianmnave%2Fcml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemianmnave%2Fcml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemianmnave%2Fcml/lists"}