Skip to content

Releases: alecksandr26/except-c

Release v2.1.0

04 Jul 19:05
Compare
Choose a tag to compare

Now, finally, there is complete integration with GDB. If an unhandled exception is raised and the program is executed from GDB, the program will halt at the raise line, allowing you to perform in-depth debugging.
Dependencies:

  • cc (GCC) 14.1.1 20240522
  • GNU Make 4.4.1

Release v2.0.0

30 May 03:39
e64fae8
Compare
Choose a tag to compare

Renaming the macros for the last time, we now have signal exceptions, backtrace information for each exception, and an override for the assert function. A failed assertion will now be considered an exception that can potentially be handled.

Dependencies:

  • cc (GCC) 14.1.1 20240522
  • GNU Make 4.4.1

Release v1.4.0

27 Jan 23:15
726b858
Compare
Choose a tag to compare

Adding general purpose exceptions and changing the output from an uncaught exception.

Dependencies:

  • cc (GCC) 13.2.1 20230801
  • GNU Make 4.4.1
  • NASM version 2.16.01

Release v1.3.1

26 Jan 21:59
Compare
Choose a tag to compare

A simple change in the compilation process of the library.
Dependencies:

  • cc (GCC) 13.2.1 20230801
  • GNU Make 4.4.1
  • NASM version 2.16.01

Release v1.3.0

19 Jul 00:14
047e80e
Compare
Choose a tag to compare

A simple change in the naming of the header file interface
Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • NASM version 2.16.01

Release v1.2.0

03 Jun 01:50
Compare
Choose a tag to compare

Releasing again, so now we have better naming for the exceptions

Renaming a few functions v1.0.1

04 May 19:10
Compare
Choose a tag to compare

A simple change from the previous release this release solve some bug with the standard library header files.

Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • NASM version 2.16.01

Iinitial release of this project v1.0.0

24 Apr 18:55
c051ec8
Compare
Choose a tag to compare

This is my own implementation of exceptions in C. It features a simple macro interface for easy usage.

Dependencies:

  • cc (GCC) 13.1.1 20230429
  • GNU Make 4.4.1
  • NASM version 2.16.01