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-02-16 10:58:29 +00:00
..
containers Modified the return types of some var and DynamicObject operator[] methods to avoid a common pitfall. 2015-02-16 10:58:29 +00:00
files Added comment to a file method. 2015-01-17 13:29:26 +00:00
javascript Tweaks to avoid an obscure compiler warning. 2015-02-05 15:10:27 +00:00
logging Added a public method FileLogger::trimFileSize() 2014-11-28 10:40:08 +00:00
maths Added a couple of jmap() functions, to map values from source ranges to target ranges. 2015-01-06 16:32: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 Removed more 'final's from the android java class. 2015-02-12 09:11:25 +00:00
network Added a number-of-redirects parameter to URL::createInputStream 2014-12-29 10:15:54 +00:00
streams Optimisation to XML parsing of documents that contain large text sections. 2015-01-10 11:40:09 +00:00
system Added compiler support detection for variadic templates 2015-02-03 10:29:26 +00:00
text Tidied up some inconsistent use of size_t and a problem in a demo build. 2015-02-06 08:59:20 +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 Minor improvement to XML parsing. 2015-01-10 13:23: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