| .. |
|
containers
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
files
|
Another batch of ScopedPointer cleanups
|
8 years ago |
|
javascript
|
More ScopedPointer/unique_ptr compatibility work
|
8 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
|
8 years ago |
|
maths
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
memory
|
Another batch of ScopedPointer cleanups
|
8 years ago |
|
misc
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
native
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
network
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
streams
|
Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder
|
8 years ago |
|
system
|
Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago!
|
8 years ago |
|
text
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
threads
|
Another batch of ScopedPointer cleanups
|
8 years ago |
|
time
|
Tidied up a few bits of messy String concatenation
|
8 years ago |
|
unit_tests
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
xml
|
More ScopedPointer/unique_ptr compatibility work
|
8 years ago |
|
zip
|
More ScopedPointer/unique_ptr compatibility work
|
8 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!
|
8 years ago |
|
juce_core.h
|
Bump version number to 5.2.0
|
8 years ago |
|
juce_core.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |