Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Releases: Frityet/ManagedC

Bug fixes, we did it reddit

14 Sep 19:36

Choose a tag to compare

Thanks to a reddit user, I was able to fix a bunch of mutex issues I overlooked! Tests now properly work as well

Complete rewrite, and full ANSI support along with threading and other improvments!

14 Sep 01:48

Choose a tag to compare

  • Completely rewrote the library to use ANSI C89, and compiling in that mode, however with extensions you get type checking, and additional features such as mc_auto.
  • Threading support! Mutexes are fully implemented on POSIX and Windows
  • Safety improvements across the board
  • Dynamically grow-able list (that doesn't break existing references!)
  • Consistent naming
  • Clang extensions! mc_defer for defer functionality
  • Proper testing
  • Many more changes I can't remember!

Full Changelog: https://github.com/Frityet/ManagedC/compare/v1.5.0..v2.3.0

BETA - Managed C version 2!

29 Jul 07:44
2fef12b

Choose a tag to compare

Pre-release

Total API change!

String improvments, and a fix for GCC (also working tests!)

22 May 23:16

Choose a tag to compare

Fixes for critical bugs

21 May 07:13

Choose a tag to compare

I somehow accidentally deleted the "reference count" checks, sorry!

v1.3.1 Thread saftey bug fixes

18 May 21:06
6f08872

Choose a tag to compare

bug fixes - pkg update