Upgrade JUCE to 5.4.7 (#88)

* Update to JUCE 5.4.7
* Update our header copies in include/
* Update CMake banner message
* Gitlab builder updates
- linux => linux-bionic
- Newer macOS SDK
- cmake commands for configure/build/install steps on Win/Mac
  (Linux cmake is too old)
This commit is contained in:
Frank Dana
2020-09-11 08:10:25 -04:00
committed by GitHub
parent 7b76f1de9c
commit 12ddb3df00
250 changed files with 6165 additions and 4582 deletions

View File

@@ -159,8 +159,6 @@ void ValueTreeSynchroniser::valueTreeChildOrderChanged (ValueTree& parent, int o
stateChanged (m.getData(), m.getDataSize());
}
void ValueTreeSynchroniser::valueTreeParentChanged (ValueTree&) {} // (No action needed here)
bool ValueTreeSynchroniser::applyChange (ValueTree& root, const void* data, size_t dataSize, UndoManager* undoManager)
{
MemoryInputStream input (data, dataSize, false);