Skip to content

Releases: libhal/strong_ptr

0.1.2

23 Dec 21:25
6ac3501

Choose a tag to compare

What's Changed

  • 🐛 (patch) Add exceptions an no-rtti ABI flags by @kammce in #43

Full Changelog: 0.1.1...0.1.2

0.1.1

23 Dec 19:47
a4f1dab

Choose a tag to compare

What's Changed

  • 🐛 Throw exception on memory exhaustion for monotonic_allocator by @MaliaLabor in #42

Full Changelog: 0.1.0...0.1.1

0.1.0

22 Dec 21:52
51e638d

Choose a tag to compare

What's Changed

  • ✨ Add strong_ptr::get_allocator() by @kammce in #41

Full Changelog: 0.0.2...0.1.0

0.0.2

12 Dec 23:09
295aa39

Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

08 Dec 18:40
2f2ed56

Choose a tag to compare

What's Changed

  • 📌 Cleanup some of the code & dependencies by @kammce in #31

Full Changelog: 0.0.0...0.0.1

0.0.0

29 Nov 19:28
1b66921

Choose a tag to compare

What's Changed

  • 🚚 Add initial implementation by @MaliaLabor in #4
  • ♻️ Decouple from libhal-boostrap + modules by @kammce in #10
  • ♻️ Refactor ref_info API and reorganize test suite by @kammce in #11
  • ♻️ Many fixes and improvements by @kammce in #14
  • 🎨 Actually use APIs in test_package by @kammce in #18
  • ✨ Add static support to strong_ptr by @kammce in #19
  • ♻️ Put export on individual functions & types by @kammce in #20
  • ♻️ Sprinkle constexpr everywhere by @kammce in #21
  • 🐛 Fix support for arm-gcc-14.2 on stm32f103c8 by @kammce in #22
  • ♻️ Simply use cmake-modules-toolchain by @kammce in #23
  • Support cortex m0, m0+ m1 by removing atomics by @kammce in #24
  • 💥 Move to non-atomic integers by @kammce in #25
  • Remove arm specific code in test_package by @kammce in #26
  • Cleanup test_package cmake by @kammce in #27
  • 👷 Enable CI & Releases & Uploads by @kammce in #29
  • (skip_ci) 💚 Fix deployment, add keys & remote_url by @kammce in #30

New Contributors

Full Changelog: https://github.com/libhal/strong_ptr/commits/0.0.0