This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4441
Commits
11
Branches
338MB
Tree:
6773fc2f4f
develop
develop-distrho
v5.x-distrho
v6.0.8
v6.0.8-distrho
v6.1.6
v6.1.6-distrho
v7.0.12
v7.0.12-distrho
v7.0.9
v7.0.9-distrho
2021-05-28
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6773fc2f4f'
${ noResults }
JUCE
/
modules
/
juce_events
History
jules
bdeb0765ea
Added support for windows command line apps that want an event loop.
11 years ago
..
broadcasters
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
interprocess
Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address.
11 years ago
messages
Added support for windows command line apps that want an event loop.
11 years ago
native
Extra safeguards against things that can happen during the win32 PeekMessage call
11 years ago
timers
Removed some Timer debugging code that wasn't really very useful.
12 years ago
juce_events.cpp
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
12 years ago
juce_events.h
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
12 years ago
juce_events.mm
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
12 years ago
juce_module_info
Version number update
11 years ago