| .. |
|
juce_ChildProcess.cpp
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
juce_ChildProcess.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_CriticalSection.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_DynamicLibrary.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_HighResolutionTimer.cpp
|
New class: HighResolutionTimer
|
2013-02-01 20:15:26 +00:00 |
|
juce_HighResolutionTimer.h
|
Added some documentation.
|
2013-02-01 20:33:04 +00:00 |
|
juce_InterProcessLock.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_Process.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ReadWriteLock.cpp
|
Added ReadWriteLock::tryEnterRead()
|
2012-12-11 22:05:57 +00:00 |
|
juce_ReadWriteLock.h
|
Documentation fixes.
|
2012-12-12 10:26:03 +00:00 |
|
juce_ScopedLock.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ScopedReadLock.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ScopedWriteLock.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_SpinLock.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_Thread.cpp
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_Thread.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ThreadLocalValue.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ThreadPool.cpp
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_ThreadPool.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_TimeSliceThread.cpp
|
Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings.
|
2013-03-08 14:07:51 +00:00 |
|
juce_TimeSliceThread.h
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
juce_WaitableEvent.h
|
Avoided a malloc in posix WaitableEvents.
|
2013-02-27 17:49:37 +00:00 |