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-02-05 11:39:38 +00:00
..
containers Fixed a warning on Android 2018-01-16 12:52:25 +00:00
files Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
javascript Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
logging Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
maths More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
memory Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
misc Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
native Re-saved all projects. 2018-01-31 18:45:33 +01:00
network More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
streams Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 2017-11-02 12:14:10 +00:00
system Lowered the minimim supported version of clang 2018-01-15 13:00:27 +00:00
text Fixed an edge-case in String::compareNatural 2018-02-05 11:12:15 +00:00
threads Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU 2018-01-15 12:02:20 +00:00
time Update the documentation of Time::formatted to have correct second range 2018-02-05 11:39:38 +00:00
unit_tests Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
xml Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
zip Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
juce_core.cpp Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
juce_core.h Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00