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 d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
..
containers Made OwnedArray::addCopiesOf handle null pointers. 11 years ago
files Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
javascript javascript 'continue' fix. 11 years ago
logging Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
maths Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
memory Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 11 years ago
misc Whitespace cleanups. 11 years ago
native Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
network Removed a few more uses of String::empty. 11 years ago
streams Avoiding a few MSVC warnings 11 years ago
system Version number update 11 years ago
text Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 11 years ago
threads Documentation fixes. 11 years ago
time Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 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. 11 years ago
xml Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
zip Added a flag in ZipFile to make sure the filename is treated as UTF8. 11 years ago
juce_core.cpp New class: JavascriptEngine! 11 years ago
juce_core.h New class: JavascriptEngine! 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