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
2018-08-20 18:16:24 +01:00
..
containers Multiple spelling fixes 2018-08-20 18:16:24 +01:00
files Multiple spelling fixes 2018-08-20 18:16:24 +01:00
javascript Whitespace 2018-07-03 11:51:36 +01:00
logging Add documentation tags 2018-03-15 12:10:32 +00:00
maths Add approximatelyEqualTo() and isWithin() methods to juce_MathsFunctions.h 2018-08-10 16:36:50 +01:00
memory Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays 2018-07-18 10:45:48 +01:00
misc Multiple spelling fixes 2018-08-20 18:16:24 +01:00
native Android: Avoid a null-ptr dereference in release mode when JNI_onLoad is not called 2018-08-20 11:31:32 +01:00
network Multiple spelling fixes 2018-08-20 18:16:24 +01:00
streams Multiple spelling fixes 2018-08-20 18:16:24 +01:00
system Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
text Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 2018-08-13 10:22:23 +01:00
threads Fixed a documentation typo 2018-07-02 16:42:27 +01:00
time Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
unit_tests Add documentation tags 2018-03-15 12:10:32 +00:00
xml Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
zip Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
juce_core.cpp Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments 2018-08-17 15:20:44 +01:00
juce_core.h Added classes ArgumentList and ConsoleApplcation which are helpers for writing console applications that parse and resolve command-line arguments 2018-08-17 15:20:44 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00