| .. |
|
containers
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 years ago |
|
files
|
Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder
|
8 years ago |
|
javascript
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
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
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
memory
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 years ago |
|
misc
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
8 years ago |
|
native
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
|
network
|
Added URL methods to convert between local file urls (including Android content:// URLs) and JUCE's File class
|
8 years ago |
|
streams
|
Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder
|
8 years ago |
|
system
|
Ensured that JUCE_HAS_CONSTEXPR is enabled on MSVC 1900
|
8 years ago |
|
text
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
|
threads
|
Fixed typo in juce_Thread.h
|
8 years ago |
|
time
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
unit_tests
|
Some light modernisation of a bunch of old code
|
8 years ago |
|
xml
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
8 years ago |
|
zip
|
Replaced some old juce-style sort operations with std::sort and lambdas
|
8 years ago |
|
juce_core.cpp
|
MinGW: Fixed some 32 bit build errors
|
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 |