Merge lp://staging/dspatch/2.70 into lp://staging/dspatch
Proposed by
Marcus Tomlinson
Status: | Merged |
---|---|
Merged at revision: | 24 |
Proposed branch: | lp://staging/dspatch/2.70 |
Merge into: | lp://staging/dspatch |
Diff against target: |
1273 lines (+707/-321) 20 files modified
.bzrignore (+3/-1) CMakeLists.txt (+3/-7) build.sh (+2/-2) doc/Doxyfile (+1/-1) example/CMakeLists.txt (+13/-3) example/DspOscillator.cpp (+0/-223) example/DspOscillator.h (+0/-71) example/main.cpp (+15/-7) example/oscillator-plugin/CMakeLists.txt (+20/-0) example/oscillator-plugin/DspOscillator.cpp (+223/-0) example/oscillator-plugin/DspOscillator.h (+105/-0) include/DSPatch.h (+6/-0) include/dspatch/DspPlugin.h (+95/-0) include/dspatch/DspPluginLoader.h (+68/-0) include/dspatch/DspThreadNull.h (+1/-1) include/dspatch/DspThreadWin.h (+1/-1) install.sh (+3/-3) src/DspCircuit.cpp (+1/-1) src/DspPlugin.cpp (+34/-0) src/DspPluginLoader.cpp (+113/-0) |
To merge this branch: | bzr merge lp://staging/dspatch/2.70 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Marcus Tomlinson | Pending | ||
Review via email: mp+245293@code.staging.launchpad.net |
To post a comment you must log in.