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
2014-02-06 10:01:18 +00:00
..
containers Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
files Improved documentation. 2014-01-28 11:56:42 +00:00
javascript Added a JSON::fromString method. 2014-01-20 10:06:13 +00: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 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
memory Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 2013-11-18 14:57:38 +00:00
misc Whitespace cleanups. 2013-12-03 11:33:45 +00:00
native Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS) 2014-01-14 20:48:39 +00:00
network Really minor clean-ups. 2014-01-12 18:06:48 +00:00
streams Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
system Version number update 2014-01-21 15:10:13 +00:00
text Minor documentation typo. 2014-02-05 16:35:26 +00:00
threads Fix for setting thread priority while the thread isn't running. 2014-01-14 15:44:34 +00:00
time Fix for Time::formatted with empty strings. 2014-01-27 09:58:06 +00: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 Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
zip Added a flag in ZipFile to make sure the filename is treated as UTF8. 2013-11-27 15:18:10 +00:00
juce_core.cpp Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
juce_core.h Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00: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 2014-01-21 15:10:13 +00:00