| .. |
|
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
|
Added comment to a file method.
|
10 years ago |
|
javascript
|
Tweaks to avoid an obscure compiler warning.
|
10 years ago |
|
logging
|
Added a public method FileLogger::trimFileSize()
|
11 years ago |
|
maths
|
Added a couple of jmap() functions, to map values from source ranges to target ranges.
|
10 years ago |
|
memory
|
Spelling correction.
|
11 years ago |
|
misc
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
11 years ago |
|
native
|
Removed more 'final's from the android java class.
|
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
|
Added compiler support detection for variadic templates
|
10 years ago |
|
text
|
Tidied up some inconsistent use of size_t and a problem in a demo build.
|
10 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
|
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.
|
11 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
|
11 years ago |