Skip to content

Releases: aziascreations/C99-Utility-Libraries

v1.0.0 Initial Release

13 Jul 14:32
0e18f48
Compare
Choose a tag to compare

Improvements over v0.5.0 & v0.5.1:

  • Added proper support for A & W variants of any functions that interact with text
  • Fully removed the old char to wchar_t macros, using Win32API's UNICODE one instead
  • Made build able to be used system-wide with removal of aforementionned macro
  • Switched to #ifdef instead of #pragma once
  • Improved support for TCC, MinGW & Cygwin
  • Updated & Improved readmes and documentation
  • Attempted to add an INI module and removed it temporarily
  • Bumped to 1.0.0 due to the amount of breaking changes
  • Removed 'strip' post-compilation command due to many issues related to it
  • Added definitions for future UCRT-less Win32 builds

Release v0.5.0

18 Oct 23:14
b2d26f7
Compare
Choose a tag to compare
Release v0.5.0 Pre-release
Pre-release

Finished renaming of text module
Switched arguments to new feature toggle model
Added C standard detector
Added tests & examples
Fixed major bugs
Other minor changes

Release v0.4.0

15 Oct 20:50
e90bad6
Compare
Choose a tag to compare
Release v0.4.0 Pre-release
Pre-release

Added text_copyLine & text_copyLineW
Added platform detector
Added more tests
Fixed many issues for unix systems
Many other small changes

Can now compile on Windows, Linux, MSVC, GCC, CLang.
And can partially compile on ReactOS & TCC.

Release v0.3.0

09 Oct 12:04
a8e9c13
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release

Initial release that contains most of v1.0.0's functionalities and structure.

Missing features for v1.0.0:

  • Proper CMake include support
  • Better UUID/text functions
  • Proper examples for launch arguments and hashmaps
  • Clean example in readme for usage in other project