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 209e91ed8d Added a public method FileLogger::trimFileSize() 11 years ago
..
containers Workaround for a VS2014 compiler bug. 11 years ago
files Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems 11 years ago
javascript Added access to the root object's properties in JavascriptEngine 11 years ago
logging Added a public method FileLogger::trimFileSize() 11 years ago
maths Updated a few trig functions to use the std:: implementations. 11 years ago
memory Spelling correction. 11 years ago
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 11 years ago
native Oops - fixed win32 typo in last commit. 11 years ago
network Modified URL::addEscapeChars to generate upper-case hex digits because apparently lower-case can cause problems. 11 years ago
streams More efficient preallocation when reading large files into memory. 11 years ago
system Version 3.1.0 11 years ago
text A few minor clean-ups. 11 years ago
threads Fix for threading bug in GlyphCache. 11 years ago
time Added a method Time::getCompilationDate() 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 Improved a comment 11 years ago
zip Minor warning fixes for mingw 11 years ago
juce_core.cpp Improved MAC address detection on linux. 11 years ago
juce_core.h Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 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 3.1.0 11 years ago