| .. |
|
containers
|
Modified the HashMap class to store an instance of its hashcode-generator class instead of calling static methods.
|
2013-07-28 19:49:45 +01:00 |
|
files
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
json
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
logging
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
maths
|
Added another Random::fillBitsRandomly method.
|
2013-07-18 09:30:51 +01:00 |
|
memory
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
misc
|
Added WindowsRegistry::keyExists() methods
|
2013-07-25 10:49:12 +01:00 |
|
native
|
Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before.
|
2013-07-28 18:08:28 +01:00 |
|
network
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
streams
|
Added a MemoryOutputStream constructor to write into a fixed block of memory.
|
2013-07-22 11:29:15 +01:00 |
|
system
|
Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates.
|
2013-07-25 18:13:27 +01:00 |
|
text
|
(Fixed typo in the last check-in)
|
2013-07-29 13:14:02 +01:00 |
|
threads
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
time
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
unit_tests
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
xml
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
zip
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_core.cpp
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_core.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_core.mm
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_module_info
|
Version number update
|
2013-07-17 16:26:42 +01:00 |