.. |
containers
|
Fixed a warning on Android
|
7 years ago |
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!
|
7 years ago |
javascript
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
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
|
7 years ago |
maths
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
memory
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
misc
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
native
|
Added new SystemStats::getDeviceManufacturer()
|
7 years ago |
network
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
streams
|
Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder
|
7 years ago |
system
|
Bump version number to 5.2.1
|
7 years ago |
text
|
Fixed an edge-case in String::compareNatural
|
7 years ago |
threads
|
Added a sleep to ChildProcess::waitForProcessToFinish() to avoid it wasting CPU
|
7 years ago |
time
|
Update the documentation of Time::formatted to have correct second range
|
7 years ago |
unit_tests
|
Some light modernisation of a bunch of old code
|
7 years ago |
xml
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
zip
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
7 years ago |
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!
|
7 years ago |
juce_core.h
|
Bump version number to 5.2.1
|
7 years ago |
juce_core.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |