210 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules 12447ba38f Version 4.0.1 9 years ago
  jules 4b4d21682e More refactoring of Timer internals to reduce thread wake-up frequency 9 years ago
  jules 0506bc6100 Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() 9 years ago
  Joshua Gerrard f0bb1ca635 Allowed the use of stream flags in launchSlaveProcess 9 years ago
  jules 962e364010 Avoided some mingw errors and warnings. 9 years ago
  jules 8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 9 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 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. 10 years ago
  jules 12ab881353 Minor clean-up. 10 years ago
  jules d3bca77a16 Additions needed for passing launch URLs to the command-line in OSX apps. 10 years ago
  jules 91b5d77477 Version number update 10 years ago
  jules 50a55b2e9c Avoided a few compiler warnings. 10 years ago
  jules 0d989638cc Version 3.1.0 10 years ago
  jules 00c77194f6 Fix for an Android message-passing bug 10 years ago
  jules cee7a7e9db Fix for an Android message-passing bug 10 years ago
  jules 9e36c4ecca Added method Timer::startTimerHz 10 years ago
  jules 022b8b1722 Added method Timer::startTimerHz 10 years ago
  jules 7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 10 years ago
  jules f2fbd391dc Minor clean-ups 10 years ago
  jules 89854c55b9 Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 10 years ago
  jules df3e039bf9 Added a handy static method MessageManager::callAsync() which can asynchronously invoke a lambda on the message thread. 10 years ago
  jules de1d07090a Returning correct app failure codes if the app quits before finishing initialisation. 10 years ago
  jules 005f0be531 Better cleanup in MessageManagerLock to avoid spurious assertions when a lock fails on shutdown. 10 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 10 years ago
  jules 66d413c32b Minor clean-ups 10 years ago
  jules 99e8445b96 Version number update 10 years ago
  jules 7c61188bf9 Cleaned up a few places where four-char constants were used, to prevent warnings. 10 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
  jules 1d9161d55e Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 11 years ago
  jules 31087226bc Minor tweak for console win32 builds. 11 years ago
  jules bdeb0765ea Added support for windows command line apps that want an event loop. 11 years ago
  jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
  jules 7b8ab7b503 Changed MessageBase::post() to return a bool to detect failure in the OS message queue (which can happen under stress on win32), and used this to avoid some messaging classes getting stuck. 11 years ago
  jules d2e1c7f679 Version number update 11 years ago
  jules f8e9a13f1d Version number update 11 years ago
  jules 619716751e Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes. 11 years ago
  jules 1fb5d99dfd Documentation fix. 11 years ago