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.
ed f402a3fc08 Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock 6 years ago
..
containers Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool 6 years ago
files Check for UNC paths when normalising separators in File::parseAbsolutePath() 6 years ago
javascript Added comments to clarify a24341d 6 years ago
logging Removed unused method 7 years ago
maths Windows: Removed some VS2013 workarounds 6 years ago
memory Updated the documentation 6 years ago
misc Write errors to stderr 6 years ago
native Added FMA3 and FMA4 instruction detection 6 years ago
network Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 6 years ago
streams Added a constructor to MemoryInputStream that will move from a MemoryBlock 6 years ago
system Added FMA3 and FMA4 instruction detection 6 years ago
text Fixed a typo 6 years ago
threads Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock 6 years ago
time Only print PerformanceCounter statistics on destruction if there were any runs 6 years ago
unit_tests Added juce_UnitTestCategories.h to replace raw strings used for test categories 7 years ago
xml Added some missing documentation 6 years ago
zip Exposed externalFileAttributes in ZipEntry 6 years ago
juce_core.cpp Replaced WaitableEvent internals with std::condition_variable 6 years ago
juce_core.h Bump version number to 5.4.5 6 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago