| .. |
|
containers
|
Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists.
|
11 years ago |
|
files
|
Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems
|
11 years ago |
|
javascript
|
Added access to the root object's properties in JavascriptEngine
|
11 years ago |
|
logging
|
Added a public method FileLogger::trimFileSize()
|
11 years ago |
|
maths
|
Avoided using the C library for a couple of function calls in NormalisableRange.
|
11 years ago |
|
memory
|
Spelling correction.
|
11 years ago |
|
misc
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
11 years ago |
|
native
|
Minor android compile fix.
|
11 years ago |
|
network
|
Added method URL::withParameters
|
11 years ago |
|
streams
|
More efficient preallocation when reading large files into memory.
|
11 years ago |
|
system
|
Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists.
|
11 years ago |
|
text
|
Workarounds for build problems with mingw in C++11 mode.
|
11 years ago |
|
threads
|
Fix for threading bug in GlyphCache.
|
11 years ago |
|
time
|
Workarounds for build problems with mingw in C++11 mode.
|
11 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.
|
12 years ago |
|
xml
|
Improved a comment
|
11 years ago |
|
zip
|
Minor warning fixes for mingw
|
11 years ago |
|
juce_core.cpp
|
Improved MAC address detection on linux.
|
11 years ago |
|
juce_core.h
|
Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems.
|
11 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
|
11 years ago |