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
2014-04-06 15:38:29 +01:00
..
containers (Fixed something that was missing from the last commit) 2014-04-04 07:27:19 +01:00
files Couple of minor clean-ups. 2014-03-28 09:06:20 +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 Documentation for Range. 2014-03-18 16:08:58 +00:00
memory Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native mingw __uuidof update 2014-04-06 15:38:29 +01:00
network Workarounds for a couple of MSVC quirks. 2014-03-29 13:56:16 +00:00
streams Fixed some typos. 2014-02-26 19:47:55 +00:00
system Version number update 2014-03-24 20:01:37 +00:00
text Added an operator[] to StringRef 2014-03-27 17:08:50 +00:00
threads Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +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 More assertions to catch dodgy XmlElement tag names. 2014-02-07 19:27:50 +00:00
zip Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
juce_core.cpp Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
juce_core.h Fixed some typos. 2014-02-26 19:47:55 +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-03-24 20:01:37 +00:00