{"id":22377130,"url":"https://github.com/micro-os-plus/memory-allocators-xpack","last_synced_at":"2025-10-19T22:36:18.475Z","repository":{"id":49615032,"uuid":"328472187","full_name":"micro-os-plus/memory-allocators-xpack","owner":"micro-os-plus","description":"A source xPack with C++ memory allocators","archived":false,"fork":false,"pushed_at":"2023-11-28T21:10:19.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"xpack","last_synced_at":"2025-01-31T23:41:44.224Z","etag":null,"topics":[],"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/micro-os-plus.png","metadata":{"files":{"readme":"README-MAINTAINER.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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"ilegeul","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-01-10T20:24:29.000Z","updated_at":"2021-03-13T18:52:16.000Z","dependencies_parsed_at":"2023-11-28T22:26:04.412Z","dependency_job_id":null,"html_url":"https://github.com/micro-os-plus/memory-allocators-xpack","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/micro-os-plus%2Fmemory-allocators-xpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmemory-allocators-xpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmemory-allocators-xpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-os-plus%2Fmemory-allocators-xpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micro-os-plus","download_url":"https://codeload.github.com/micro-os-plus/memory-allocators-xpack/tar.gz/refs/heads/xpack","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708992,"owners_count":20659626,"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-12-04T22:12:54.573Z","updated_at":"2025-10-19T22:36:18.424Z","avatar_url":"https://github.com/micro-os-plus.png","language":"C++","readme":"[![license](https://img.shields.io/github/license/micro-os-plus/memory-allocators-xpack)](https://github.com/micro-os-plus/memory-allocators-xpack/blob/xpack/LICENSE)\n[![CI on Push](https://github.com/micro-os-plus/memory-allocators-xpack/workflows/CI%20on%20Push/badge.svg)](https://github.com/micro-os-plus/memory-allocators-xpack/actions?query=workflow%3A%22CI+on+Push%22)\n[![GitHub issues](https://img.shields.io/github/issues/micro-os-plus/memory-allocators-xpack.svg)](https://github.com/micro-os-plus/memory-allocators-xpack/issues)\n[![GitHub pulls](https://img.shields.io/github/issues-pr/micro-os-plus/memory-allocators-xpack.svg)](https://github.com/micro-os-plus/memory-allocators-xpack/pulls)\n\n# Maintainer info\n\n## Project repository\n\nThe project is hosted on GitHub:\n\n- https://github.com/micro-os-plus/memory-allocators-xpack.git\n\nTo clone it:\n\n```sh\ngit clone https://github.com/micro-os-plus/memory-allocators-xpack.git memory-allocators-xpack.git\n```\n\n## Prerequisites\n\nA recent [xpm](https://xpack.github.io/xpm/), which is a portable\n[Node.js](https://nodejs.org/) command line application.\n\n## Code formatting\n\nCode formatting is done using `clang-format --style=file`, either manually\nfrom a script, or automatically from Visual Studio Code, or the Eclipse\nCppStyle plug-in.\n\n## Prepare a new blog post\n\nIn the `micro-os-plus/web-jekyll` GitHub repo:\n\n- select the `develop` branch\n- add a new file to `_posts/memory-allocators/releases`\n- name the file like `2020-12-19-memory-allocators-v1-1-0-released.md`\n- name the post like: **µOS++ memory-allocators v2.0.1 released**\n- update the `date:` field with the current date\n- update the GitHub Actions URLs using the actual test pages\n\nIf any, refer to closed\n[issues](https://github.com/micro-os-plus/memory-allocators/issues)\nas:\n\n- **[Issue:\\[#1\\]\\(...\\)]**.\n\n## Publish on the npmjs.com server\n\n- select the `xpack-develop` branch\n- commit all changes\n- update `CHANGELOG.md`; commit with a message like _CHANGELOG: prepare v2.0.1_\n- `npm pack` and check the content of the archive, which should list\n  only the `package.json`, the `README.md`, `LICENSE` and `CHANGELOG.md`;\n  possibly adjust `.npmignore`\n- `npm version patch`, `npm version minor`, `npm version major`\n- push the `xpack-develop` branch to GitHub with `git push origin --tags`\n- `npm publish --tag next` (use `--access public` when publishing for\n  the first time)\n\nThe version is visible at:\n\n- https://www.npmjs.com/package/@micro-os-plus/memory-allocators?activeTab=versions\n\n## Testing\n\nThe project includes unit tests.\n\nTo run them, run:\n\n```sh\ncd memory-allocators-xpack.git\nxpm run install-all\nxpm run test\n```\n\n## Continuous Integration\n\nAll available tests are also performed on GitHub Actions, as the\n[CI on Push](https://github.com/micro-os-plus/memory-allocators-xpack/actions?query=workflow%3A%22CI+on+Push%22)\nworkflow.\n\n## Update the repo\n\nWhen the package is considered stable:\n\n- with Sourcetree\n- merge `xpack-develop` into `xpack`\n- push to GitHub\n- select `xpack-develop`\n\n## Tag the npm package as `latest`\n\nWhen the release is considered stable, promote it as `latest`:\n\n- `npm dist-tag ls @micro-os-plus/memory-allocators`\n- `npm dist-tag add @micro-os-plus/memory-allocators@2.0.1 latest`\n- `npm dist-tag ls @@micro-os-plus/memory-allocators`\n\n## Announce to the community\n\nPost an announcement to the forum.\n\n## Share on Twitter\n\n- in a separate browser windows, open [TweetDeck](https://tweetdeck.twitter.com/)\n- using the `@micro_os_plus` account\n- paste the release name like **µOS++ memory-allocators v2.0.1 released**\n- paste the link to the Web page release\n- click the **Tweet** button\n","funding_links":["https://ko-fi.com/ilegeul"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmemory-allocators-xpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-os-plus%2Fmemory-allocators-xpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-os-plus%2Fmemory-allocators-xpack/lists"}