jules
19d0c71050
Version number update
10 years ago
jules
82b0a3628b
Added some comments regarding MessageManagerLocks
10 years ago
jules
02492b36b9
Lots of small whitespace tweaks.
10 years ago
jules
428c8a79a5
Version number update
10 years ago
jules
afaaf00202
Moved ListenerList from the juce_events module into juce_core
10 years ago
jules
31381c6864
Stripped out some defunct OSX 10.4 fallback code
10 years ago
jules
781bef41ab
Added some defences in win32 against null LPARAM arguments
10 years ago
jules
c35ed85677
Version number update
10 years ago
jules
89ba69ab29
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
10 years ago
jules
12447ba38f
Version 4.0.1
10 years ago
jules
4b4d21682e
More refactoring of Timer internals to reduce thread wake-up frequency
10 years ago
jules
0506bc6100
Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait()
10 years ago
Joshua Gerrard
f0bb1ca635
Allowed the use of stream flags in launchSlaveProcess
10 years ago
jules
962e364010
Avoided some mingw errors and warnings.
10 years ago
jules
8883b1f9c1
Added a "mustNotExist" argument to NamedPipe creation
10 years ago
Timur Doumler
dca4d77f9d
Fixed compiler warnings on Visual Studio 2015 RTM.
10 years ago
jules
861d3d9710
Version 3.2.0
10 years ago
hogliux
c7b8e77031
Update copyright notice
10 years ago
jules
490baecdc5
tweaks to avoid user code name clashes with Timer.
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
jules
4af50da9f7
Modified app startup code so that JUCEApplication::shutdown() will still get called even if the app is aborted during the initialise() method.
10 years ago
jules
afbec9cf3c
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
3613542330
Updates to avoid pedantic warnings in gcc.
10 years ago
jules
0217203b50
Fixed a problem when calling JUCEApplication::quit() from a background thread on OSX
10 years ago
jules
726279be09
Fixes for iOS build with modal components disabled, and for some obj C problems with older SDKs.
10 years ago
jules
f799bb0d6b
Another fix for Windows builds with modal comps disabled.
10 years ago
jules
5fc76082e2
Fix for Windows builds with modal components disabled.
10 years ago
jules
05c68c28f3
Minor layout clean-ups.
10 years ago
jules
92b01ad0b2
Added some extra safeguards against problems when running a headless linux app.
11 years ago
jules
12ab881353
Minor clean-up.
11 years ago
jules
d3bca77a16
Additions needed for passing launch URLs to the command-line in OSX apps.
11 years ago
jules
91b5d77477
Version number update
11 years ago
jules
50a55b2e9c
Avoided a few compiler warnings.
11 years ago
jules
0d989638cc
Version 3.1.0
11 years ago
jules
00c77194f6
Fix for an Android message-passing bug
11 years ago
jules
cee7a7e9db
Fix for an Android message-passing bug
11 years ago
jules
9e36c4ecca
Added method Timer::startTimerHz
11 years ago
jules
022b8b1722
Added method Timer::startTimerHz
11 years ago
jules
7a7f7814fb
Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.
11 years ago
jules
f2fbd391dc
Minor clean-ups
11 years ago
jules
89854c55b9
Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS
11 years ago
jules
df3e039bf9
Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread.
11 years ago
jules
de1d07090a
Returning correct app failure codes if the app quits before finishing initialisation.
11 years ago
jules
005f0be531
Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown.
11 years ago
jules
3e7d305094
A few minor whitespace cleanups.
11 years ago
jules
66d413c32b
Minor clean-ups
11 years ago
jules
99e8445b96
Version number update
11 years ago
jules
7c61188bf9
Cleaned up a few places where four-char constants were used, to prevent warnings.
11 years ago
jules
176da42e3d
Added default value to child process timeout.
11 years ago
jules
df607bacdd
Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes.
11 years ago