.. |
containers
|
More std::unique_ptr modernisation - changed functions that used to return raw Drawable* pointers to use it
|
6 years ago |
files
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
javascript
|
Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added!
|
6 years ago |
logging
|
Removed unused method
|
6 years ago |
maths
|
Windows: Removed some inverse hyperbolic compatibility functions
|
6 years ago |
memory
|
Added long-overdue deprecation warnings to ScopedPointer, and purged the last couple of places where it was being used.
|
6 years ago |
misc
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
native
|
Revert "Workaround for bad HTTP response header parsing on Linux"
|
6 years ago |
network
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
streams
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
system
|
Fixed compatibility with g++ 4.9 and c++14
|
6 years ago |
text
|
Updated the documentation
|
6 years ago |
threads
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
time
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
unit_tests
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
xml
|
Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones
|
6 years ago |
zip
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_core.cpp
|
Prevented the Apple system headers from including some unnecessary C library headers
|
6 years ago |
juce_core.h
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
juce_core.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |