ed
|
7d1918b385
|
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
|
3 years ago |
ed
|
291f88abb2
|
macOS/iOS: Suppress and fix unguarded availability warnings
|
3 years ago |
ed
|
a46c484afb
|
Fix some conversion warnings flagged up by Android Studio
|
3 years ago |
ed
|
7bc696cd28
|
Windows: Use Component::ScaleFactorListener in ActiveXComponent, OpenGL and video native code and remove some unnecessary JUCE_WIN_PER_MONITOR_DPI_AWARE checks
|
3 years ago |
ed
|
9446f6317c
|
iOS: Renamed private API method
|
3 years ago |
reuk
|
3c68581567
|
Use jassertquiet where possible
|
3 years ago |
ed
|
a5c3b81f82
|
Use C++14 lambda capture initialisers for initialising deletion checkers
|
3 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 |
ed
|
d6ac6b543b
|
Removed some unnecessary angled brackets
|
4 years ago |
Tom Poole
|
a9ad07a945
|
Use RAII for CFTypes
|
4 years ago |
reuk
|
837ab64dbd
|
Android: Fix numeric conversion warnings
|
4 years ago |
ed
|
af69be5346
|
Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros
|
4 years ago |
ed
|
088e100c1f
|
Narrowed the scoped of some undeclared Objective-C selector warnings
|
4 years ago |
reuk
|
750c982c1d
|
Camera: Warn when adding a preview component after starting capture on macOS
|
4 years ago |
reuk
|
f1362dbb93
|
Camera: Make `addListener` trigger continuous photo capture on iOS
|
4 years ago |
ed
|
54164fac3f
|
Windows: Added ComSmartPtr::getInterface() and used it in a few places to simplify some COM code
|
4 years ago |
ed
|
5b5554b7eb
|
macOS/iOS: Fixed a leak in the VideoComponent code when loading videos asynchronously
|
4 years ago |
ed
|
ccfee61773
|
iOS: Removed some unused deployment target checks
|
4 years ago |
juce-team
|
f9f5caa5cc
|
macOS 11: Fix function pointer conversions
|
5 years ago |
reuk
|
3f00226864
|
Camera: Use new capture API in macOS 10.15+
|
5 years ago |
ed
|
009d685179
|
Updated all license headers
|
5 years ago |
ed
|
b5214a341e
|
Normalised lambda whitespace
|
5 years ago |
ed
|
d510b73cdf
|
Normalised all whitespace before args in std::function
|
5 years ago |
ed
|
5816958001
|
Squashed some deprecation warnings on the latest iOS and macOS versions
|
5 years ago |
ed
|
11cf10689d
|
iOS: Fixed some build warnings
|
5 years ago |
ed
|
021034a401
|
iOS: Fixed some build warnings
|
5 years ago |
reuk
|
e13901d912
|
ClangCl: Silence code which warns when building on Windows with Clang
|
5 years ago |
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
ed
|
add88c33f2
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
ed
|
94cc9c48a4
|
macOS: Added support for camera names
|
5 years ago |
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
reuk
|
97fedfd0ad
|
Copyrights: Normalise agreement start dates
|
5 years ago |
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
ed
|
4edb0d2c90
|
Tidied up some divider comments
|
5 years ago |
Tom Poole
|
5a511cab4d
|
Updated some license header text
|
6 years ago |
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
6 years ago |
Tom Poole
|
8f84192c9b
|
Fixed some more Android compiler warnings
|
6 years ago |
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
6 years ago |
ed
|
38b24d7145
|
macOS: Detach observers when closing the AVPlayer in VideoComponent::closeVideo() to avoid a crash on 10.13
|
6 years ago |
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
6 years ago |
ed
|
360be3400d
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
6 years ago |
ed
|
1a0e681c41
|
macOS: Set isRecording flag when recording camera capture to a file
|
6 years ago |
ed
|
f4c67f6fa7
|
Whitespace
|
6 years ago |
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
6 years ago |