1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2015-07-17 12:06:06 +01:00
..
containers A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
files Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 2015-06-01 12:28:02 +01:00
javascript Added methods degreesToRadians and radiansToDegrees 2015-07-07 15:22:00 +01:00
logging Added a public method FileLogger::trimFileSize() 2014-11-28 10:40:08 +00:00
maths Added methods degreesToRadians and radiansToDegrees 2015-07-07 15:22:00 +01:00
memory Add utility functions to access un-aligned memory 2015-06-26 17:14:57 +01:00
misc Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class. 2014-03-31 10:43:13 +01:00
native Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
network Added comments to clarify that URLs can't be opened on the message thread in Android. 2015-06-22 20:28:39 +01:00
streams Added some missing 'override' decorators 2015-05-15 12:54:44 +01:00
system Reverted a mistake in a win32 file chooser function. 2015-06-29 11:20:51 +01:00
text Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
threads Minor documentation cleanups. 2015-03-07 17:45:45 +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 documentation fix. 2015-03-12 09:42:26 +00:00
zip Added some comments to ZipFile 2015-06-26 17:13:56 +01:00
juce_core.cpp Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
juce_core.h Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +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-12-16 17:21:34 +00:00