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-12-05 14:23:01 +00:00
..
containers Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
files Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
javascript javascript 'continue' fix. 2013-12-05 14:23:01 +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 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +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 Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
network Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
streams Avoiding a few MSVC warnings 2013-10-22 19:29:04 +01:00
system Version 3.0.0 2013-11-19 10:13:14 +00:00
text Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
threads Documentation fixes. 2013-11-30 20:04:17 +00:00
time Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +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 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +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 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 Version 3.0.0 2013-11-19 10:13:14 +00:00