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-09 17:35:56 +00:00
..
containers Fixed SortedSet::remove() to return the removed element 2016-10-07 18:05:46 +01:00
files Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 2016-11-07 17:42:11 +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 Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +00:00
network Fixed a VS2013 warning in juce_URL 2016-11-09 17:35:56 +00:00
streams Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
system Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
text Added more compare operators to Identifier class 2016-10-16 18:37:55 +02: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 Added new WebInputStream class for more fine-grained control on retrieving URLs 2016-11-09 10:58:37 +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