.. |
containers
|
Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists.
|
10 years ago |
files
|
Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems
|
10 years ago |
javascript
|
Added access to the root object's properties in JavascriptEngine
|
10 years ago |
logging
|
Added a public method FileLogger::trimFileSize()
|
10 years ago |
maths
|
Added a couple of jmap() functions, to map values from source ranges to target ranges.
|
10 years ago |
memory
|
Spelling correction.
|
10 years ago |
misc
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
11 years ago |
native
|
Added a number-of-redirects parameter to URL::createInputStream
|
10 years ago |
network
|
Added a number-of-redirects parameter to URL::createInputStream
|
10 years ago |
streams
|
Optimisation to XML parsing of documents that contain large text sections.
|
10 years ago |
system
|
Moved around some includes to make sure definitions are in place for compiler feature detection.
|
10 years ago |
text
|
Optimisation to XML parsing of documents that contain large text sections.
|
10 years ago |
threads
|
Fix for threading bug in GlyphCache.
|
11 years ago |
time
|
Workarounds for build problems with mingw in C++11 mode.
|
10 years ago |
unit_tests
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
11 years ago |
xml
|
Minor improvement to XML parsing.
|
10 years ago |
zip
|
Minor warning fixes for mingw
|
11 years ago |
juce_core.cpp
|
Improved MAC address detection on linux.
|
10 years ago |
juce_core.h
|
Tweaked a few MSVC warning suppressants.
|
10 years ago |
juce_core.mm
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
juce_module_info
|
Version number update
|
10 years ago |