| .. |
|
juce_BufferedInputStream.cpp
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
|
juce_BufferedInputStream.h
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
|
juce_FileInputSource.cpp
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
13 years ago |
|
juce_FileInputSource.h
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
|
juce_InputSource.h
|
Documentation pedanticism.
|
12 years ago |
|
juce_InputStream.cpp
|
Introjucer: added a setting for JucePlugin_AUMainType. Added a method InputStream::getNumBytesRemaining()
|
13 years ago |
|
juce_InputStream.h
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
|
juce_MemoryInputStream.cpp
|
Fixed some more warnings.
|
13 years ago |
|
juce_MemoryInputStream.h
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |
|
juce_MemoryOutputStream.cpp
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
12 years ago |
|
juce_MemoryOutputStream.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
|
juce_OutputStream.cpp
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
|
juce_OutputStream.h
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
12 years ago |
|
juce_SubregionStream.cpp
|
Minor clean-ups.
|
13 years ago |
|
juce_SubregionStream.h
|
Minor changes to avoid pedantic compiler warnings.
|
13 years ago |