Skip to content

Releases: bootchk/resynthesizer

Replace nested functions, issues 11, 45

09 Jan 13:30
Compare
Choose a tag to compare

Not use nested functions for progress callbacks. Nested functions are a gcc extension. They execute from the stack and are considered unsafe and not supported by modern compilers e.g. llvm. Also replace deprecated glib functions and other changes to eliminate some compiler warnings. Release not beneficial unless you are using a compiler or an OS that doesn't allow nested function execution from stack.

Minor enhancements from contributions.

22 Dec 22:03
Compare
Choose a tag to compare

No major functional changes. Merged several minor pull requests and updated readme to link to pre-built installers.

Fix build scripts

01 Aug 12:49
Compare
Choose a tag to compare

No functional changes. Changes only to support distribution (builders.) Updating to this release is not necessary for binary users.

Appdata metadata
Travis automated build testing
other fixes to build scripts
Change architecture to build a library.