hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
6 years ago |
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
6 years ago |
Lukasz Kozakiewicz
|
21c2612dea
|
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
jules
|
2666842fa5
|
Used the shared posix networking code for Android where the target SDK supports it
|
6 years ago |
jules
|
a2fcd9b4c1
|
Added android broadcast address support
|
6 years ago |
jules
|
7d124ca74d
|
Converted some legacy OSX network code to use atomics to avoid an asan warning
|
6 years ago |
jules
|
7ea87b4bc5
|
DRYed some IPAddress code
|
6 years ago |
jules
|
6fda0bffca
|
Fixed some stray zeros that were still being passed as null pointers
|
6 years ago |
Tom Poole
|
8deef0b4bc
|
MacOS: Fixed a memory access bug when handling MAC addresses
|
6 years ago |
Tom Poole
|
bedff61983
|
Added detection for some AVX512 features
|
6 years ago |
Tom Poole
|
05f49bab50
|
Fixed an issue when connecting to a non-existent NamedPipe
|
6 years ago |
ed
|
9ddad4a434
|
Windows: Use the return value of GetEnvironmentVariable() to indicate whether the function call was successful instead of GetLastError()
|
6 years ago |
Tom Poole
|
e6b123e751
|
Removed some unused code
|
6 years ago |
ed
|
3d60c7613e
|
macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL
|
6 years ago |
cesare
|
e1a8bbf020
|
Added support for finding the broadcast address of an interface
|
6 years ago |
Tom Poole
|
5223c594c8
|
Linux: Fixed a race condition when loading cURL lazily
|
6 years ago |
jules
|
b11560c4ca
|
Added some locking to the linux curl networking code
|
6 years ago |
Tom Poole
|
505c597429
|
MacOS: Fixed AVX2 detection in SystemStats
|
6 years ago |
hogliux
|
027889a2eb
|
Android: Avoid a null-ptr dereference in release mode when JNI_onLoad is not called
|
6 years ago |
Tom Poole
|
5c49152d9d
|
CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables
|
6 years ago |
ed
|
ef665c5982
|
Updated SystemStats::getDeviceDescription() to return the device code on iOS
|
6 years ago |
Tom Poole
|
f1c71aa0d9
|
Added explicit checks for curl versions when loading lazily
|
6 years ago |
jules
|
e59bde5ac6
|
Prevented an internal threading function escaping from the juce namespace
|
7 years ago |
jules
|
1e6bbb8da9
|
Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this
|
7 years ago |
jules
|
abe01671d4
|
Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz)
|
7 years ago |
hogliux
|
baa8bbf300
|
Linux: Added an option to lazily load libcurl symbols only when they are needed
|
7 years ago |
hogliux
|
6d55fe78fe
|
Added a flag to specify if File::deleteRecursively should follow symlinks or not
|
7 years ago |
jules
|
3149bc5a69
|
Workaround for missing symbol REPLACEFILE_IGNORE_ACL_ERRORS on mingw
|
7 years ago |
jules
|
e11bd2494b
|
Whitespace
|
7 years ago |
Tom Poole
|
1fd3df6278
|
macOS: Fixed a data race in URL connections
|
7 years ago |
Lukasz Kozakiewicz
|
5862d832e6
|
Android: fix crash when accessing system clipboard.
|
7 years ago |
Lukasz Kozakiewicz
|
315326477d
|
Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs.
|
7 years ago |
hogliux
|
7d056e2670
|
Tidied up some macOS ObjC conversion methods
|
7 years ago |
jules
|
dee78f29f6
|
Misc cleanups and modernisation
|
7 years ago |
jules
|
d4762f1d9a
|
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
|
7 years ago |
jules
|
30f6206be9
|
Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0
|
7 years ago |
jules
|
7975d70afb
|
Fix for calling Process::setMaxNumberOfFileHandles (0)
|
7 years ago |
jules
|
da6ba0d783
|
Fixed InterprocessConnection's use of the supplied timeout when reading from pipes
|
7 years ago |
jules
|
e2dcc32f88
|
Updated old code where the 'volatile' keyword was still being used
|
7 years ago |
Lukasz Kozakiewicz
|
772185f2b0
|
Add camera support for iOS and Android.
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
hogliux
|
e89c4d5d4e
|
macOS/Linux/Android: Fixed an issue where reading the output of a ChildProcess could hang or return incorrect output
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
hogliux
|
71860c88e4
|
Windows: Fixed an issue where File::getLinkedTarget could return an invalid File object on Windows although the docs state that it will return the link file itself if the link cannot be resolved
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
Lukasz Kozakiewicz
|
0b030331f1
|
Android: ensure “hide native keyboard message” is sent only after the keyboard was actually shown.
|
7 years ago |
hogliux
|
06d20b20c0
|
Files: Added support for creating and reading relative or special path symbolic link files
|
7 years ago |
jules
|
705262600b
|
Quick cleanup of some posix code
|
7 years ago |
hogliux
|
3ebe75f030
|
Windows: ensured that File::replaceInternal does not fail with ACL errors
|
7 years ago |