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.
Tom Poole ceb0afd861 Fixed some data races in the CoreAudio audio device 8 years ago
..
containers Fixed data races in the Atomic and AbstractFifo classes 8 years ago
files Some minor formatting and comment fixes 8 years ago
javascript Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
logging Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 8 years ago
maths Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 8 years ago
memory Fixed data races in the Atomic and AbstractFifo classes 8 years ago
misc Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 8 years ago
native Fixed a data race in the Thread destructor 8 years ago
network FileChooser: actually do store URL security bookmark in a smart pointer (as it was originally on an internal branch). Also update the docs to clearly indicate that a user has to use URL returned from FileChooser. 8 years ago
streams Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 8 years ago
system Some minor formatting and comment fixes 8 years ago
text Some minor formatting and comment fixes 8 years ago
threads Fixed some data races in the CoreAudio audio device 8 years ago
time Made TimeHelpers::lastMSCounterValue atomic 8 years ago
unit_tests Some light modernisation of a bunch of old code 8 years ago
xml Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 8 years ago
zip Avoided a shadowed variable warning 8 years ago
juce_core.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 8 years ago
juce_core.h Bump version number to 5.2.0 8 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago