1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2013-10-11 18:16:17 +01:00
..
containers Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes) 2013-10-11 15:46:28 +01:00
files Optimised a couple of XML and memory block functions. 2013-10-02 22:25:26 +01:00
json Added a method JSON::parseQuotedString 2013-10-11 18:16:17 +01:00
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. 2013-08-23 12:08:31 +01:00
maths Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
memory Optimised a couple of XML and memory block functions. 2013-10-02 22:25:26 +01:00
misc Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 2013-09-30 15:22:09 +01:00
native Fix for MinGW builds. 2013-10-04 21:56:48 +01:00
network Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
streams Optimised some number streaming functions. 2013-09-22 12:25:52 +01:00
system Version number update 2013-10-03 09:25:43 +01:00
text Optimised Array with some move-operators. 2013-10-04 09:59:24 +01:00
threads Tidied up some docs and added an AudioFormat constructor. 2013-09-27 10:29:42 +01:00
time 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. 2013-08-23 12:08:31 +01:00
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. 2013-09-11 10:29:48 +01:00
xml Optimised a couple of XML and memory block functions. 2013-10-02 22:25:26 +01:00
zip Fixed spelling. Added a few simple methods to Random, BigInteger and var. 2013-10-10 12:13:12 +01:00
juce_core.cpp Optimised some number streaming functions. 2013-09-22 12:25:52 +01:00
juce_core.h New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
juce_core.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2013-10-03 09:25:43 +01:00