| .. |
|
containers
|
Added methods var::clone() and DynamicObject::clone() for deep-copying objects.
|
2013-10-12 15:25:44 +01:00 |
|
files
|
Removed unwise assertion from File.
|
2013-10-15 17:36:32 +01:00 |
|
javascript
|
Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified.
|
2013-10-17 16:34:09 +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
|
Added some trigonometry functions that are missing from MSVC's C library.
|
2013-10-14 13:40:10 +01:00 |
|
memory
|
Fixed a string allocation problem.
|
2013-10-17 17:34:22 +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
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
network
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +01:00 |
|
streams
|
Fixed a string allocation problem.
|
2013-10-17 17:34:22 +01:00 |
|
system
|
Made the introjucer linux build use c++11 mode.
|
2013-10-17 16:34:51 +01:00 |
|
text
|
Fixed a string allocation problem.
|
2013-10-17 17:34:22 +01:00 |
|
threads
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
2013-10-12 17:00:16 +01:00 |
|
time
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
2013-10-17 10:42:58 +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
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +01:00 |
|
juce_core.h
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +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
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +01:00 |