Skip to content

Releases: lapkowski/result

v0.2.1

03 Jul 11:01
8c0042c
Compare
Choose a tag to compare

Fixed

v0.2.0

02 Jul 20:50
Compare
Choose a tag to compare

Changed

Added

  • Add the RESULT_DECLARE and ERROR_DEFINE macros for declaring the types without compiling them into objects (5d8affe) (@lapkowski)
  • Add the RESULT_DEFINE_WITH_TYPE to replace previous RESULT_DEFINE behavior (If you include a header with a RESULT_DECLARE macro, use RESULT_DEFINE). (5d8affe) (@lapkowski)
  • Add compilation flags to INSTALL.md (cab2b8d) (@lapkowski)

Fixed

v0.1.3

24 Jun 14:51
Compare
Choose a tag to compare

0.1.3 (24.06.2024)

  • Changed the documentation installation directory to /usr/share/doc/result
  • Fixed some minor conversion errors in the documentation

v0.1.2

24 Jun 08:46
Compare
Choose a tag to compare

0.1.2 (24.06.2024)

  • RESULT_VERSION is now defined by the result header file.

v0.1.1

22 Jun 16:36
Compare
Choose a tag to compare

0.1.1 (22.06.2024)

  • Fixed the build system and removed the vcs version file.
  • Added the .gitignore file

v0.1.0

17 Jun 20:58
Compare
Choose a tag to compare

Initial Release