Commit Graph

40 Commits

Author SHA1 Message Date
dependabot[bot]
e818ede728 chore(deps): Bump cmake from 0.1.56 to 0.1.57 (#512)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.56 to
0.1.57.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.57</h2>
<h3>Fixed</h3>
<ul>
<li>Revert canonicalizing the build directory and make the path absolute
instead (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/267">#267</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57">0.1.57</a>
- 2025-12-17</h2>
<h3>Fixed</h3>
<ul>
<li>Revert canonicalizing the build directory and make the path absolute
instead (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/267">#267</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="434afe6a30"><code>434afe6</code></a>
chore: release v0.1.57 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/268">#268</a>)</li>
<li><a
href="899f26dc5f"><code>899f26d</code></a>
Revert canonicalizing the build directory and make the path absolute
instead ...</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.56...v0.1.57">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.56&new-version=0.1.57)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-18 19:03:13 +00:00
dependabot[bot]
d15bf84896 chore(deps): Bump cmake from 0.1.55 to 0.1.56 (#511)
Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.55 to
0.1.56.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/releases">cmake's
releases</a>.</em></p>
<blockquote>
<h2>v0.1.56</h2>
<h3>Other</h3>
<ul>
<li>Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/264">#264</a>)</li>
<li>Use <code>cmake -B</code> only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/262">#262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md">cmake's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56">0.1.56</a>
- 2025-12-13</h2>
<h3>Other</h3>
<ul>
<li>Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/264">#264</a>)</li>
<li>Use <code>cmake -B</code> only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/pull/262">#262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b8fb301621"><code>b8fb301</code></a>
chore: release v0.1.56 (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/263">#263</a>)</li>
<li><a
href="120d739068"><code>120d739</code></a>
MSVC: Fallback to bundled CMake if present (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/264">#264</a>)</li>
<li><a
href="060922d603"><code>060922d</code></a>
cmake -B only for v3.13 and later (<a
href="https://redirect.github.com/rust-lang/cmake-rs/issues/262">#262</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/cmake-rs/compare/v0.1.55...v0.1.56">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.55&new-version=0.1.56)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-15 19:03:25 +00:00
Yota Toyama
e2a90e15ff Bump version (#509) 2025-12-15 08:13:20 +00:00
Yota Toyama
cb436b2558 Refactor project structure (#507) 2025-12-15 15:57:47 +08:00
Yota Toyama
46a6cfe93f Support no-std (#506)
- **Support `no-std`**
- **Update categories**
2025-12-15 07:38:52 +00:00
Yota Toyama
667bba4e3c Apply more Clippy rules (#505) 2025-12-15 07:16:09 +00:00
Yota Toyama
99514d477f Bump version (#500) 2025-12-13 03:56:23 +00:00
Yota Toyama
5a34f4f9ef Bump version (#465) 2025-09-19 15:44:19 +00:00
Yota Toyama
0fde29fe09 Bump version (#438) 2025-06-28 07:24:14 +00:00
Yota Toyama
a40d974d47 Bump version (#367) 2024-08-11 18:11:13 +08:00
Yota Toyama
f20f99a507 chore: Release bdwgc-alloc version 0.6.8 2024-01-11 19:26:45 +09:00
Yota Toyama
e59c09749a Bump version (#286) 2023-09-28 02:55:18 +00:00
Yota Toyama
1e54b65b9e Refactor (#285) 2023-09-28 10:51:38 +08:00
Yota Toyama
b00373c028 chore: Release bdwgc-alloc version 0.6.6 2023-07-17 14:03:06 +10:00
Yota Toyama
3abd5dea37 chore: Release bdwgc-alloc version 0.6.5 2023-05-21 13:09:40 +10:00
Yota Toyama
2d329a6e65 chore: Release bdwgc-alloc version 0.6.4 2023-05-14 17:13:35 +10:00
Yota Toyama
ed6055e188 chore: Release bdwgc-alloc version 0.6.3 2022-12-21 12:20:56 -08:00
Yota Toyama
a91db9b290 (cargo-release) version 0.6.2 2022-07-22 01:59:40 +00:00
Yota Toyama
232d639cf5 (cargo-release) version 0.6.1 2022-01-16 22:10:39 +00:00
Yota Toyama
bac7be2560 Update edition (#102) 2022-01-16 14:08:57 -08:00
Yota Toyama
77a22ba136 Implement realloc (#7)
* Implement realloc

* Bump version
2021-03-03 08:08:24 +00:00
Yota Toyama
f4b169b700 Bump version 2020-11-29 22:06:38 +00:00
Yota Toyama
116d8abd00 Bump version 2019-12-21 21:12:46 +00:00
Yota Toyama
9a0f3859ee Bump version 2019-09-30 22:29:35 -07:00
Yota Toyama
38958d3138 Test build on CI 2019-09-30 21:56:27 -07:00
mbilling
daa9d4c209 add optional cmake builds 2019-09-17 07:53:05 +02:00
Yota Toyama
56ee707517 Bump version 2019-06-14 07:17:14 +00:00
Yota Toyama
8fc54b3445 Bump version 2019-06-01 22:25:24 +00:00
Yota Toyama
42b2f3f48f Bump version 2019-06-01 21:55:45 +00:00
Yota Toyama
8f0d363d2b Use official bdwgc repository 2019-05-15 15:39:53 +00:00
Yota Toyama
a63a24d4d2 Add coroutine support 2019-04-29 15:46:01 +00:00
Yota Toyama
56d2f54060 Bump version 2019-04-26 04:08:02 +00:00
Yota Toyama
e308f6ee39 Remove cmake dependency 2019-04-26 03:37:34 +00:00
Yota Toyama
cea904e618 Build custom libgc 2019-04-26 03:31:56 +00:00
Yota Toyama
6b1380f4bb Rename project 2019-04-16 07:03:58 +00:00
Yota Toyama
8f96257594 Make thread utilities unsafe 2019-04-15 15:30:14 +00:00
Yota Toyama
1acd4e325e Publish crate 2019-04-15 15:19:25 +00:00
Yota Toyama
ee35165f99 Rename crate 2019-04-15 15:06:59 +00:00
Yota Toyama
72b8768350 Rename crate 2019-04-13 20:33:32 +00:00
Yota Toyama
e620fbde57 Initialize src 2019-04-13 20:22:56 +00:00