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 e1dcd96892 Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 11 years ago
..
containers Increased the precision with which var converts double values to strings. It now uses 20 decimal places, which matches the way XmlElement does this. 11 years ago
files Added comment to a file method. 11 years ago
javascript Tweaks to avoid an obscure compiler warning. 11 years ago
logging Added a public method FileLogger::trimFileSize() 11 years ago
maths Added a couple of jmap() functions, to map values from source ranges to target ranges. 11 years ago
memory Spelling correction. 11 years ago
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 12 years ago
native Workarounds to allow building with Xcode option "strict checking of objc_msgSend calls" enabled. 11 years ago
network Added a number-of-redirects parameter to URL::createInputStream 11 years ago
streams Optimisation to XML parsing of documents that contain large text sections. 11 years ago
system Added compiler support detection for variadic templates 11 years ago
text Tidied up some inconsistent use of size_t and a problem in a demo build. 11 years ago
threads Fix for threading bug in GlyphCache. 12 years ago
time Workarounds for build problems with mingw in C++11 mode. 11 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. 12 years ago
xml Minor improvement to XML parsing. 11 years ago
zip Minor warning fixes for mingw 11 years ago
juce_core.cpp A couple of small changes that seem to be needed for some Android builds. 11 years ago
juce_core.h Tweaked a few MSVC warning suppressants. 11 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 11 years ago