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.
jules e65bd0769a Added support for reading chunked HTTP streams on linux. 9 years ago
..
containers A couple more optimisations of Identifier object passing. 10 years ago
files Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 10 years ago
javascript Added methods degreesToRadians and radiansToDegrees 10 years ago
logging Added a public method FileLogger::trimFileSize() 10 years ago
maths Added methods degreesToRadians and radiansToDegrees 10 years ago
memory Add utility functions to access un-aligned memory 10 years ago
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 11 years ago
native Added support for reading chunked HTTP streams on linux. 9 years ago
network Added comments to clarify that URLs can't be opened on the message thread in Android. 10 years ago
streams Added some missing 'override' decorators 10 years ago
system Reverted a mistake in a win32 file chooser function. 10 years ago
text Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
threads Minor documentation cleanups. 10 years ago
time Workarounds for build problems with mingw in C++11 mode. 10 years ago
unit_tests Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 11 years ago
xml Minor documentation fix. 10 years ago
zip Added some comments to ZipFile 10 years ago
juce_core.cpp Add https/SSL support for Linux (via libcurl) 9 years ago
juce_core.h Add https/SSL support for Linux (via libcurl) 9 years ago
juce_core.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 10 years ago