1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
2011-10-11 10:43:58 +01:00
..
containers StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +01:00
files Midi file fix to avoid multiple end-of-track events. Some openGL tweaks. 2011-09-27 11:33:42 +01:00
json Added a unit-test, and removed constness from a couple more return types. 2011-09-13 15:09:21 +01:00
logging First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
maths Refactored some rendering code. 2011-10-11 10:43:58 +01:00
memory Couple of small win32 fixes. Cleaned up win32 registry code. 2011-09-26 10:40:44 +01:00
misc Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course) 2011-08-21 21:20:28 +01:00
native Couple of small win32 fixes. Cleaned up win32 registry code. 2011-09-26 10:40:44 +01:00
network Some internal refactoring in PopupMenu. 2011-09-25 15:33:12 +01:00
streams Tweaks to streams and gzip compressor. 2011-09-14 15:34:05 +01:00
system Bumped version and updated project files. 2011-10-03 17:47:23 +01:00
text Wildcard matching fix for strings containing "*". 2011-09-30 09:44:18 +01:00
threads Misc minor clean-ups. 2011-09-26 23:21:15 +01:00
time First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
unit_tests Change to the way options are passed to the UnitTestRunner. 2011-10-02 21:13:47 +01:00
xml StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups. 2011-09-29 14:51:42 +01:00
zip A few minor tweaks to ZipFile. Handling for aliased folders in OSX file chooser. 2011-09-16 15:00:46 +01:00
juce_core.cpp Finally turned off the T wide-char string macro by default. If you've used it in your code, I'd recommend just skimming through and simply removing it. Any ascii strings will work fine without it; any strings containing extended chars are NOT PORTABLE and shouldn't be embedded anyway, but will work just as well if you replace the T with an 'L' prefix (much better to re-encode them as escaped UTF-8 though). If you really must keep using the macro, you can set the JUCE_DEFINE_T_MACRO flag to 1, and it will still be available as before. 2011-09-28 11:40:00 +01:00
juce_core.h New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
juce_core.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info Bumped version and updated project files. 2011-10-03 17:47:23 +01:00