1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_core
2014-05-24 18:36:17 +01:00
..
containers Made sure that AbstractFifo::getFreeSpace returns the correct amount. 2014-05-12 15:02:25 +01:00
files Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
javascript Added some base class initialisers to keep gcc 4.8.2 happy 2014-04-27 14:04:32 +01: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 Better misalignment-proofing in SharedResourcePointer. 2014-04-20 10:19:27 +01:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
network Avoided the URL class adding parameters when generating post data for uploading files. 2014-05-19 11:16:25 +01:00
streams Fixed some typos. 2014-02-26 19:47:55 +00:00
system Clarified documentation for SystemStats::getDisplayLanguage(), to make clear that it may return a multi-part region name. Updated the win32 implementation of this method to include the region code. 2014-05-09 11:40:04 +01:00
text Added a couple of missing JUCE_API annotations. 2014-05-19 09:41:22 +01: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 New class: SharedResourcePointer 2014-04-14 13:13:07 +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 number update 2014-03-24 20:01:37 +00:00