1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/src
2010-01-03 22:57:39 +00:00
..
application New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
audio Minor code clean-ups 2010-01-03 16:17:42 +00:00
containers Small fix to ValueTree 2010-01-03 22:57:39 +00:00
core Minor code clean-ups 2010-01-03 16:17:42 +00:00
cryptography New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
events New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
gui Minor code clean-ups 2010-01-03 16:17:42 +00:00
io Minor code clean-ups 2010-01-03 16:17:42 +00:00
native Minor code clean-ups 2010-01-03 16:17:42 +00:00
text Minor code clean-ups 2010-01-03 16:17:42 +00:00
threads New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 2010-01-02 14:55:44 +00:00
utilities Minor code clean-ups 2010-01-03 16:17:42 +00:00
juce_amalgamated_template.cpp New class: ValueTree for storing undoable structured data. Also added tooltip support to the ListBoxModel. 2009-12-12 13:27:07 +00:00
juce_amalgamated_template.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00
juce_app_includes.h New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 2010-01-02 14:55:44 +00:00
juce_core_includes.h New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns. 2010-01-02 23:01:18 +00:00
juce_DefineMacros.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00
juce_WithoutMacros.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:02:45 +00:00