| .. |
|
containers
|
Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items.
|
2012-05-21 12:07:03 +01:00 |
|
files
|
Improved File::moveFileTo and made file renaming in the introjucer more robust.
|
2012-05-02 16:37:00 +01:00 |
|
json
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
logging
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
maths
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
memory
|
Added a get() method to ReferenceCountedObjectPtr.
|
2012-06-02 08:30:08 +01:00 |
|
misc
|
Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups.
|
2012-04-11 11:04:50 +01:00 |
|
native
|
Fix for GCC syntax problem.
|
2012-05-31 09:01:39 +01:00 |
|
network
|
Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups.
|
2012-04-11 11:04:50 +01:00 |
|
streams
|
Added a progress value for ZipFile::Builder.
|
2012-04-12 13:35:02 +01:00 |
|
system
|
New methods SystemStats::getUserLanguage(), SystemStats::getUserRegion().
|
2012-05-04 20:07:24 +01:00 |
|
text
|
Fixed some documentation typos.
|
2012-05-05 11:09:57 +01:00 |
|
threads
|
Tidied up ReadWriteLock a bit, and optimised Array to reduce allocation frequency when working with small numbers of items.
|
2012-05-21 12:07:03 +01:00 |
|
time
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
unit_tests
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
xml
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
zip
|
Added a progress value for ZipFile::Builder.
|
2012-04-12 13:35:02 +01:00 |
|
juce_core.cpp
|
Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed.
|
2012-05-29 10:30:41 +01:00 |
|
juce_core.h
|
Rearranged some error-catching code.
|
2012-04-12 20:46:24 +01:00 |
|
juce_core.mm
|
Added new module wrappers.
|
2011-08-15 19:41:17 +01:00 |
|
juce_module_info
|
Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs.
|
2012-05-31 08:21:34 +01:00 |