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 5f00e94f3e Fixed a string allocation problem. 12 years ago
..
containers Added methods var::clone() and DynamicObject::clone() for deep-copying objects. 12 years ago
files Removed unwise assertion from File. 12 years ago
javascript Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified. 12 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. 12 years ago
maths Added some trigonometry functions that are missing from MSVC's C library. 12 years ago
memory Fixed a string allocation problem. 12 years ago
misc Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 12 years ago
native Made a few constant string arrays static to help compilers to optimise their initialisation. 12 years ago
network Made a few constant string arrays static to help compilers to optimise their initialisation. 12 years ago
streams Fixed a string allocation problem. 12 years ago
system Made the introjucer linux build use c++11 mode. 12 years ago
text Fixed a string allocation problem. 12 years ago
threads Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser. 12 years ago
time Made a few constant string arrays static to help compilers to optimise their initialisation. 12 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 Optimised a couple of XML and memory block functions. 12 years ago
zip Fixed spelling. Added a few simple methods to Random, BigInteger and var. 12 years ago
juce_core.cpp New class: JavascriptEngine! 12 years ago
juce_core.h New class: JavascriptEngine! 12 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 New class: JavascriptEngine! 12 years ago