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
2012-08-04 14:31:23 +01:00
..
containers Made SortedSet::add() return a bool. Improvements to code editor indents. 2012-08-04 14:31:23 +01:00
files Added a method MemoryBlock::replaceWith(). Changed FileInputStream to avoid cacheing the length of the file. 2012-06-22 20:20:06 +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 Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. 2012-07-30 10:34:35 +01:00
memory AAX: got basic audio + gui working. 2012-07-31 10:41:39 +01:00
misc Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
native New method Process::makeForegroundProcess() (only implemented in OSX) 2012-07-31 21:06:12 +01:00
network Removed some default parameters in NamedPipe methods and fixed time-outs when using posix NamedPipe::read(). 2012-07-17 15:49:55 +01:00
streams Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01:00
system Updated the SystemStats operating system code: instead of having a special getOSXMinorVersionNumber() method, it now provides a more detailed version number when you call getOperatingSystemType(). Also added new types for iOS and Win8. 2012-07-31 15:17:15 +01:00
text Added a String << operatator that takes int64. 2012-07-19 08:53:15 +01:00
threads New method Process::makeForegroundProcess() (only implemented in OSX) 2012-07-31 21:06:12 +01:00
time Purged some warnings. 2012-04-10 10:29:14 +01:00
unit_tests Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed. 2012-07-07 21:09:10 +01: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 Version bump. 2012-07-24 17:04:29 +01:00