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
2015-01-06 09:51:52 +00:00
..
containers Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00:00
files Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems 2014-11-15 17:17:44 +00:00
javascript Added access to the root object's properties in JavascriptEngine 2014-10-09 09:39:43 +01:00
logging Added a public method FileLogger::trimFileSize() 2014-11-28 10:40:08 +00:00
maths Avoided using the C library for a couple of function calls in NormalisableRange. 2014-12-11 19:00:35 +00:00
memory Spelling correction. 2014-10-20 13:06:54 +01:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
network Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
streams More efficient preallocation when reading large files into memory. 2014-09-29 09:41:43 +01:00
system Moved around some includes to make sure definitions are in place for compiler feature detection. 2014-12-30 17:45:18 +00:00
text Tweak to avoid a compiler warning. 2015-01-06 09:51:52 +00:00
threads Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
time Workarounds for build problems with mingw in C++11 mode. 2014-12-23 15:34:32 +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 Improved a comment 2014-11-11 09:55:51 +00:00
zip Minor warning fixes for mingw 2014-08-12 11:36:55 +01:00
juce_core.cpp Improved MAC address detection on linux. 2014-08-29 11:34:10 +01:00
juce_core.h Tweaked a few MSVC warning suppressants. 2015-01-06 09:49:26 +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-12-16 17:21:34 +00:00