1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
2013-12-01 23:28:31 +00:00
..
containers Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
files Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
javascript Various build housekeeping. 2013-11-12 10:28:29 +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 Tweaked the Uuid class to make it compatible with RFC 4122 version 4. 2013-09-30 15:22:09 +01:00
native Removed a few more uses of String::empty. 2013-12-01 23:28:31 +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 Added some functionality to PerformanceCounter. 2013-11-09 22:58:23 +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