Releases: gogins-dev/csound-cxx-opcodes
Release list
v2.0.1-beta
This release adds a Windows build compiled by Microsoft Visual C++ to the release packages.
For more information, see the README.md file and the Git commit log.
v2.0.0-beta
This is the first release that is based on (and requires) Csound version 7.
For more information, see the README.md file.
Windows Development Release
Commits
- d5c71eb: Removed unneeded smart pointer and incorrect tick function, improved diagnostics. (Michael Gogins)
Mac OS Development Release
Commits
- d5c71eb: Removed unneeded smart pointer and incorrect tick function, improved diagnostics. (Michael Gogins)
Linux Development Release
Commits
- d5c71eb: Removed unneeded smart pointer and incorrect tick function, improved diagnostics. (Michael Gogins)
Windows Release
There was an issue when dynamic link libraries used to compile an embedded module were not bound at run time. This has been fixed by pre-loading these dependent dynamic libraries from a list given to the cxx_compile opcode.
Commits
- 76d9d6f: Version number. (Michael Gogins)
Mac OS Release
There was an issue when dynamic link libraries used to compile an embedded module were not bound at run time. This has been fixed by pre-loading these dependent dynamic libraries from a list given to the cxx_compile opcode.
Commits
- 76d9d6f: Version number. (Michael Gogins)
Linux Release
There was an issue when dynamic link libraries used to compile an embedded module were not bound at run time. This has been fixed by pre-loading these dependent dynamic libraries from a list given to the cxx_compile opcode.
Commits
- 76d9d6f: Version number. (Michael Gogins)