1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/extras/Introjucer
2014-03-31 10:07:55 +01:00
..
Builds Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
JuceLibraryCode Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
Source Added 'override' keywords to some introjucer template files 2014-03-31 10:07:55 +01:00
Introjucer.jucer Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. 2013-10-28 09:40:26 +00:00