ed
e4f9e7f79b
macOS Accessibility: Use @available keyword where possible to check if accessibility support is available at runtime
4 years ago
reuk
3399c34d0d
Windows: Fix more warnings emitted by clang with GNU-like command-line
4 years ago
reuk
7ac6911ccc
Windows: Fix clang/gnu compiler warnings
4 years ago
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
4 years ago
Tom Poole
d7d350599d
macOS: Use __builtin_debugtrap for assertions on ARM
4 years ago
Tom Poole
bfdda737a2
Projucer: Removed the live build
4 years ago
reuk
900282ccf3
MinGW: Fix warnings and errors emitted when building VST3 plugins
4 years ago
ed
ec990202b1
Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics
4 years ago
reuk
22189f7aa4
ArrayBase: Avoid undefined behaviour when trying to copy a range of 0 elements
4 years ago
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
4 years ago
ed
0fc1ede50f
Used MemoryBlock::isEmpty() in a few places
4 years ago
ed
b2b1685ca6
Added MemoryBlock::isEmpty()
4 years ago
reuk
e4659fd8f2
File: Use unit test random instance to generate unique filename
4 years ago
reuk
cfd85ad4ee
UnitTestRunner: Fix bug in File tests when multiple test instances are run simultaneously
4 years ago
ed
be84627f93
Docs: Updated XmlElement docs to use getChildIterator() instead of deprecated macros
4 years ago
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
4 years ago
ed
be0c36001d
Linux: Fixed some comparison warnings using Clang 10
4 years ago
Tom Poole
ef5608654d
VST3: Fixed a bug loading plug-ins
4 years ago
Tom Poole
a9ad07a945
Use RAII for CFTypes
4 years ago
ed
65bdf50d93
Docs: Fixed a typo in the docs for WebInputStream::Listener::postDataSendProgress()
4 years ago
Tom Poole
4c58e50f2e
Bump version number to 6.0.8
4 years ago
reuk
799c5ef51b
BasicNativeHeaders: Increment minimum required IE version on Windows
This ensures the function IUnknown_GetWindow is declared in shlwapi.h
when building against the Windows 7 SDK.
4 years ago
reuk
3fe0b07a82
SystemStats: Avoid "pragma intrinsic" when building with the Intel compiler
4 years ago
ed
77d4ac7242
URL: Fixed backwards compatibility of URL::createInputStream() when specifying a POST-like request with parameters and no POST data
4 years ago
ed
fa8c446d0c
URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters.
- Added a new URL::createInputStream() overload that takes an InputStreamOptions helper class to simplify stream creation.
- Modified the internals of URL and WebInputStream so that parameters are only added to the request body when ParameterHandling is set to inPostData. This allows POST data to be added via URL::withPOSTData() and sent with URL-encoded parameters.
4 years ago
ed
f9f0896bbb
Tidied up URL and WebInputStream docs
4 years ago
ed
fe9493867e
Linux: Quote Bash command string in Process::openDocument() to prevent ampersands being treated as a control operator
4 years ago
ed
b1253bfc74
Added JUCE_DECLARE_NON_MOVEABLE macro
4 years ago
reuk
be1e3df4d0
macOS: Be explicit about string encodings when logging assertions
4 years ago
reuk
c6280f7b8a
XmlElement: Fix rare crash when parsing truncated escape sequences
4 years ago
reuk
64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace
4 years ago
Tom Poole
2018ceca3b
macOS ARM: Allow the debugger to move past failed assertions
4 years ago
jules
a9b5fe3a39
Tweaks for emscripten support
4 years ago
Tom Poole
7c33b2132f
Fixed some parsing issues in readDoubleValue
4 years ago
reuk
837ab64dbd
Android: Fix numeric conversion warnings
4 years ago
Tom Poole
dbecf24722
Fixed a typo in the documentation
4 years ago
ed
46f5b126d5
Tidied up some template statement whitespace
4 years ago
ed
af69be5346
Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros
4 years ago
ed
dc242f76db
Windows: Added multiple inheritance support to ComBaseClassHelper
4 years ago
reuk
6ff54f0a64
XmlElement: Fix conversion issue when passing Identifiers to forEachXmlChildElementWithTagName
4 years ago
reuk
3baaad8b5b
XmlElement: Update loops to use new iterators
4 years ago
reuk
40f6ac7c47
XmlElement: Add range-for-compatible iterators
4 years ago
reuk
c41149f48d
String: Fix documentation for getTrailingIntValue
4 years ago
reuk
ff758a53b4
Array: Fix perfect forwarding when adding elements
4 years ago
ed
4c008505c9
Fixed an uninitialised variable in the posix ChildProcess::isRunning() implementation
4 years ago
reuk
ae1076d01f
var: Make it safe to create var instances with static storage duration
4 years ago
Tom Poole
2553336f45
Bump version number to 6.0.7
4 years ago
ed
b51da7dec0
macOS: Fixed 10.7 compatibility
4 years ago
Tom Poole
25dccd53c0
Bump version number to 6.0.6
4 years ago
reuk
452b1bf224
HiResTimer: Fix units used for threading policy
The values in mach_timebase_info_data_t should be specified in terms of
'ticks'. On some machines, ticks may correspond to nanoseconds, but this
is not guaranteed.
4 years ago