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
2016-11-28 14:30:05 +00:00
..
containers Exposed some functions when building JUCE as a DLL 2016-11-16 11:14:58 +00:00
files Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 2016-11-25 12:41:19 +00:00
javascript Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
logging Update copyright notice 2015-07-22 15:59:34 +01:00
maths Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 2016-10-09 19:14:09 +01:00
memory Fixed a potential leak in ScopedPointer 2016-08-30 16:30:50 +01:00
misc Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
native Fixed a race condition in iOS DownloadTask implementation 2016-11-24 15:00:51 +00:00
network Add new URL::downloadToFile method 2016-11-16 11:13:25 +00:00
streams Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method 2016-11-28 14:30:05 +00:00
system Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
text Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 2016-11-25 12:41:19 +00:00
threads Whitespace clean-up 2016-11-02 14:01:12 +00:00
time Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
unit_tests Whitespace. 2016-06-02 15:23:43 +01:00
xml Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
zip Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
juce_core.cpp Fixed issues with AudioProcessorValueTreeState parameter synchronization 2016-11-14 12:37:01 +00:00
juce_core.h Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +00:00
juce_core.mm Update copyright notice 2015-07-22 15:59:34 +01:00