Skip to content

Releases: mhahnFr/CallstackLibrary

CallstackLibrary v2.0

18 Jul 17:17
Compare
Choose a tag to compare

This is the version 2.0 of the CallstackLibrary.

This release includes the following changes:

  • Significantly sped up the call stack translations
  • Removed the libdl as dependency
  • Smaller bugfixes and enhancements

Full Changelog: v1.2...v2.0

See the readme and the wiki for more information.

This release includes DC4C which is licensed under the terms of the GNU GPL in version 3 or later.
Its source code can be found here.

This release is licensed under the terms of the GNU GPL in version 3 or later, see the file LICENSE or https://www.gnu.org/licenses/.
© Copyright 2024 mhahnFr

CallstackLibrary v1.2

07 Jun 09:59
Compare
Choose a tag to compare

This is the version 1.2 of the CallstackLibrary.

This release includes the following changes:

  • Added full Linux support
  • Added support for DWARF in version 2, 3 and 5 (version 4 was supported before)
  • Smaller bugfixes and enhancements

Full Changelog: v1.1...v1.2

See the updated readme and the wiki for more information.

This release is licensed under the terms of the GNU GPL in version 3 or later, see the file LICENSE or https://www.gnu.org/licenses/.
© Copyright 2024 mhahnFr

CallstackLibrary v1.1

21 Feb 16:10
Compare
Choose a tag to compare

This is the version 1.1 of the CallstackLibrary.

Key features added:

  • Supporting debug symbols on macOS
  • Added an exception capable of creating and printing its construction stacktrace
  • A lot of bug fixes and other smaller improvements

Full Changelog: v1.0...v1.1

See the updated readme and the updated wiki for more information.

This release is licensed under the terms of the GPL 3.0, see the file LICENSE or https://www.gnu.org/licenses/.
© Copyright 2024 mhahnFr

CallstackLibrary v1.0

17 Oct 14:02
Compare
Choose a tag to compare

This is the first release of the CallstackLibrary.

It features call stacks created using the informations of the dynamic linker.

See the readme and the wiki for more information.

© Copyright 2022 mhahnFr