To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Build file for 2.10 package
Update version number and CHANGELOG
Merge from branch c++11-mutex
Use the tag (which doesn't exist yet)
Update Docker build
Flag for C++ standard
This will be v2.9
More build files
Update versions throughout to 2.8
Merge from branch vamp-kiss-naming
Libsndfile path
Update CHANGELOG and versions
Add Docker build scripts
Update installation notes for MSVC
Update MSVC build projects - two solutions, one for plugin SDK and one for host SDK,with each containing the two relevant projects. Default is now release x64.
Remove this, it isn't useful
Might as well add these, since pretty much everyone seems to need them for Homebrew-installed libsndfile
Typo fix
Merge from vampipe branch. This removes RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.
Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.
Merge from branch vampipe
Merge from default branch
Emscripten Makefile -- not done yet. Also need to factorise out all these common lists of source files.
Rename LoadRequest.h -> RequestResponse.h
Add listPluginData
Next version from this branch (if any) will be 2.7
Add PluginConfiguration, PluginStaticData, and LoadRequest structures, and use them in PluginLoader
.la file changes after report by Mikael Magnusson
Merge
OSX install target, + remake configure
Naturally, I forgot to update the version in the headers. Argh. Sorry
Build tweaks for OS/X
And another
Further build fixes
Update some build files
Updates for v2.6
Merge from branch vh
Update other Makefiles
Start using libc++ by default
Toward win64 build eventually
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
Some os/x build fixes
mingw32 build fix
Some mingw32 fixes
Starting to update win32/mingw cross-compile
Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
Bump version to 2.5
Add CXX variable to Makefile; add math defines to vcproj
OS/X build fixes
Add MSVC 2010 project files
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
Add acsymbols objects to platform-specific Makefiles
Move Makefile.osx across to .osx.106 and create a new one for the 10.7 / Xcode 4 tools
Remove obsolete OpenSolaris builds (sniff)
Bump up version to 2.3.1, add C-linkage symbols for library versions so autoconf can check them
Update simple-host version, Win32 build fix
Update versions throughout
Update Doxyfile version
Next release will be 2.3
...