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-08-20 20:59:31 +01:00
..
containers A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
files Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 2014-08-11 09:44:14 +01:00
javascript Added Math.ceil and Math.floor to the javascript parser. 2014-08-19 15:35:36 +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 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
memory Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
network Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 2014-07-24 14:03:40 +01:00
streams Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 2014-08-11 09:44:14 +01:00
system Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
text Documentation fix. 2014-07-21 16:49:55 +01:00
threads Fix for threading bug in GlyphCache. 2014-03-16 15:37:23 +00:00
time Added a method Time::getCompilationDate() 2014-06-30 09:48:26 +01: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 Tried to improve the explanation for XmlElement::findParentElementOf. 2014-08-20 20:59:31 +01:00
zip Minor warning fixes for mingw 2014-08-12 11:36:55 +01:00
juce_core.cpp Avoided some win32 warnings. 2014-08-14 13:54:20 +01: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-08-12 13:43:39 +01:00