1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
JUCE/modules/juce_core
2016-09-30 15:24:46 +01:00
..
containers 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
files Restored non-flushing behaviour of FileOutputStream 2016-09-30 15:24:46 +01: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
maths Fixed incorrect comparison in right shift operator of BigInteger 2016-09-09 14:49:10 +01:00
memory Fixed a potential leak in ScopedPointer 2016-08-30 16:30:50 +01:00
misc
native Projucer various fixes 2016-09-15 17:13:41 +02:00
network Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
streams
system Cache the result of isRunningInAppExtensionSandbox 2016-09-30 12:33:37 +01:00
text 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
threads Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01: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
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
juce_core.h Bump version number to 4.2.4 2016-09-16 16:42:43 +01:00
juce_core.mm