| .. |
|
containers
|
Added methods var::clone() and DynamicObject::clone() for deep-copying objects.
|
12 years ago |
|
files
|
Removed unwise assertion from File.
|
12 years ago |
|
json
|
Moved some JSON formatting logic into DynamicObject::writeAsJSON
|
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
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
12 years ago |
|
misc
|
Tweaked the Uuid class to make it compatible with RFC 4122 version 4.
|
12 years ago |
|
native
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
12 years ago |
|
network
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
12 years ago |
|
streams
|
Optimised some number streaming functions.
|
12 years ago |
|
system
|
Version number update
|
12 years ago |
|
text
|
Couple of minor fixes to CharacterFunctions, and added a find-character method.
|
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
|
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 |
|
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
|
Moved some duplicated linux/android code into a shared file. Added a method File::isLink()
|
12 years ago |
|
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.
|
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
|
Version number update
|
12 years ago |