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-09-12 18:17:19 +01:00
..
containers Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. 2016-09-09 12:56:49 +01:00
files Add exclusive flag to MemoryMappedFile 2016-08-09 09:23:06 +01:00
javascript Added support for accessing the properties of a javascript object via the subscript operator 2016-09-08 10:49:31 +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 Fixed potential crash in mac's legacy WebInputStream implementation 2016-09-12 18:17:19 +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 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 Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +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 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
unit_tests Whitespace. 2016-06-02 15:23:43 +01:00
xml Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +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 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
juce_core.mm Update copyright notice 2015-07-22 15:59:34 +01:00