{"id":18720435,"url":"https://github.com/stiffstream/spdlog_mxxru","last_synced_at":"2025-11-10T21:30:14.850Z","repository":{"id":92245060,"uuid":"206568511","full_name":"Stiffstream/spdlog_mxxru","owner":"Stiffstream","description":null,"archived":false,"fork":false,"pushed_at":"2019-09-05T13:28:35.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T11:28:14.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stiffstream.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-09-05T13:18:03.000Z","updated_at":"2019-09-05T13:27:28.000Z","dependencies_parsed_at":"2023-06-08T03:15:08.489Z","dependency_job_id":null,"html_url":"https://github.com/Stiffstream/spdlog_mxxru","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fspdlog_mxxru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fspdlog_mxxru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fspdlog_mxxru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stiffstream%2Fspdlog_mxxru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stiffstream","download_url":"https://codeload.github.com/Stiffstream/spdlog_mxxru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239583549,"owners_count":19663219,"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":[],"created_at":"2024-11-07T13:31:03.893Z","updated_at":"2025-11-10T21:30:14.723Z","avatar_url":"https://github.com/Stiffstream.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Is It?\r\n\r\nA light mxxru wrapper for spdlog library.\r\n\r\n# How To Use\r\n\r\n## Prerequisites\r\n\r\nTo use *spdlog_mxxru* it is necessary to have:\r\n\r\n* C++11 compiler (VC++14.0, GCC 5.1 or above, clang 3.6 or above);\r\n* [fmtlib](http://fmtlib.net/latest/index.html) 3.0.0 or above;\r\n* [fmtlib_mxxru](https://github.com/stiffstream/fmtlib_mxxru) 0.1.0 or above;\r\n* [spdlog](https://github.com/gabime/spdlog);\r\n* [Mxx_ru](https://sourceforge.net/projects/mxxru/) 1.6.11 or above.\r\n\r\n## Obtaining\r\n\r\n### Cloning of Git Repository\r\n\r\n```sh\r\ngit clone https://github.com/stiffstream/spdlog_mxxru\r\n```\r\nAnd then:\r\n```sh\r\ncd spdlog_mxxru\r\nmxxruexternals\r\n```\r\nto download and extract *spdlog_mxxru*'s dependencies.\r\n\r\n### MxxRu::externals recipe\r\n\r\nFor *spdlog_mxxru* itself:\r\n```rb\r\nMxxRu::arch_externals :spdlog_mxxru do |e|\r\n  e.url 'https://github.com/Stiffstream/spdlog_mxxru/archive/v.1.2.1.tar.gz'\r\n\r\n  e.map_dir 'dev/spdlog_mxxru' =\u003e 'dev'\r\nend\r\n```\r\n\r\nFor *spdlog* and *fmtlib* dependencies:\r\n```rb\r\nMxxRu::arch_externals :fmt do |e|\r\n  e.url 'https://github.com/fmtlib/fmt/archive/3.0.0.zip'\r\n\r\n  e.map_dir 'cppformat' =\u003e 'dev/fmt'\r\n  e.map_dir 'fmt' =\u003e 'dev/fmt'\r\nend\r\n\r\nMxxRu::arch_externals :fmtlib_mxxru do |e|\r\n  e.url 'https://github.com/Stiffstream/fmtlib_mxxru/archive/v.0.1.0.tar.gz'\r\n\r\n  e.map_dir 'dev/fmt_mxxru' =\u003e 'dev'\r\nend\r\n\r\nMxxRu::arch_externals :spdlog do |e|\r\n  e.url 'https://github.com/gabime/spdlog/archive/v0.9.0.zip'\r\n\r\n  e.map_dir 'include' =\u003e 'dev/spdlog'\r\nend\r\n```\r\n\r\n## Compilation\r\n\r\nCompilation must be performed via Mxx_ru:\r\n```sh\r\ngit clone https://github.com/spdlog_mxxru\r\ncd spdlog_mxxru\r\nmxxruexternals\r\ncd dev\r\nruby build.rb\r\n```\r\n*NOTE.* It may be necessary to set up `MXX_RU_CPP_TOOLSET` environment variable.\r\n\r\n# License\r\n\r\n*spdlog_mxxru* is distributed under\r\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause.html) license. See LICENSE\r\nfile for more information.\r\n\r\nFor the license of *spdlog* library see LICENSE file in *spdlog*\r\ndistributive.\r\n\r\nFor the license of *fmt* library see LICENSE file in *fmt*\r\ndistributive.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fspdlog_mxxru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstiffstream%2Fspdlog_mxxru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstiffstream%2Fspdlog_mxxru/lists"}