1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core
2016-09-16 13:01:48 +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 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
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 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 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 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 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
system Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 2016-08-11 09:26:56 +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 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 Add some minor changes to stay compatible with GCC 4.4 2016-05-05 16:35:38 +01:00
juce_core.h Fixed a typo that was preventing some config settings showing up in the projucer 2016-09-16 13:01:48 +01:00
juce_core.mm Update copyright notice 2015-07-22 15:59:34 +01:00