1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2013-09-06 11:25:49 +01:00
..
containers Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering. 2013-09-05 09:46:30 +01:00
files Added File::commonDocumentsDirectory enum. 2013-08-31 16:15:07 +01:00
json Misc performance tweaks. 2013-09-06 11:25:49 +01:00
logging Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
maths Minor clean-ups + optimisations. 2013-09-02 14:08:39 +01:00
memory Typo fixes in ReferenceCountedObject. 2013-09-04 21:53:22 +01:00
misc Stripped out some unnecessary boilerplate includes from juce_gui_basics. 2013-08-24 11:45:55 +01:00
native Added File::commonDocumentsDirectory enum. 2013-08-31 16:15:07 +01:00
network Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
streams Misc performance tweaks. 2013-09-06 11:25:49 +01:00
system Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering. 2013-09-05 09:46:30 +01:00
text Refactored some byte-order mark detection code. 2013-09-06 11:25:13 +01:00
threads Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
time Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
unit_tests Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
xml More XML parser optimisations and better error detection. 2013-09-06 11:25:31 +01:00
zip Moved some mouse code out of Desktop class. Made the MouseInputSource class pass-by-value. 2013-09-03 10:44:55 +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 Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +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