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
2016-10-19 10:20:21 +01:00
..
containers Fixed SortedSet::remove() to return the removed element 2016-10-07 18:05:46 +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 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 bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 2016-10-19 10:20:21 +01: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 Cache the result of isRunningInAppExtensionSandbox 2016-09-30 12:33:37 +01:00
text Added more compare operators to Identifier class 2016-10-16 18:37:55 +02:00
threads Removed the isLocked() method from ReadWriteLock 2016-10-12 10:50:27 +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 Bump version number to 4.2.4 2016-09-16 16:42:43 +01:00
juce_core.mm Update copyright notice 2015-07-22 15:59:34 +01:00