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
ed 433750941b MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method
When passing in valid data with zero size, replaceWith() will do nothing and leave the MemoryBlock in its previous state which may be unexpected. replaceAll() will reset the MemoryBlock and resize it to 0
2021-04-27 09:06:14 +01:00
..
containers Fixed a typo in the documentation 2021-02-01 15:13:37 +00:00
files File: Use unit test random instance to generate unique filename 2021-04-09 10:26:28 +01:00
javascript CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
logging macOS: Be explicit about string encodings when logging assertions 2021-02-18 17:16:45 +00:00
maths CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
memory MemoryBlock: Added a new replaceAll() method and deprecated the replaceWith() method 2021-04-27 09:06:14 +01:00
misc Unquote command-line arguments when adding them to ArgumentList 2020-11-26 19:01:43 +00:00
native Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
network Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
streams Used MemoryBlock::isEmpty() in a few places 2021-04-22 18:22:06 +01:00
system Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
text Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
threads Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
time Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
unit_tests Added startTime and endTime to UnitTest TestResult struct 2020-06-17 15:54:28 +01:00
xml Docs: Updated XmlElement docs to use getChildIterator() instead of deprecated macros 2021-04-08 11:51:41 +01:00
zip Updated all license headers 2020-04-23 17:30:39 +01:00
juce_core.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_core.h VST3: Fixed a bug loading plug-ins 2021-03-26 10:31:45 +00:00
juce_core.mm Updated all license headers 2020-04-23 17:30:39 +01:00