ed
|
605d0978ce
|
Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices
|
5 years ago |
ed
|
027e12e3a6
|
Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library
|
5 years ago |
ed
|
e36736e0ec
|
Fixed some typos
|
5 years ago |
ed
|
f402a3fc08
|
Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock
|
5 years ago |
Tom Poole
|
54e1004957
|
Added FMA3 and FMA4 instruction detection
|
5 years ago |
ed
|
2916812581
|
Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
|
5 years ago |
ed
|
c964a842b1
|
Replaced WaitableEvent internals with std::condition_variable
|
5 years ago |
Tom Poole
|
4859b47f58
|
Updated the documentation
|
5 years ago |
ed
|
570323daa5
|
Windows: Removed WSAPoll from the Socket classes as it does not report failed connections
|
5 years ago |
ed
|
eb780b56b8
|
Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions
|
5 years ago |
jules
|
31e82060f1
|
Removed dependency on libalchemy for Bela support
|
5 years ago |
ed
|
c898376158
|
Check for UNC paths when normalising separators in File::parseAbsolutePath()
|
5 years ago |
ed
|
ecbab99917
|
Normalise file separators in File::parseAbsolutePath()
|
5 years ago |
jules
|
7c2e0edc7e
|
Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool
|
5 years ago |
Tom Poole
|
dc3614e9a8
|
Fixed a threading issue when checking for duplicate parameter IDs
|
5 years ago |
Tom Poole
|
5e2f53237e
|
Exposed externalFileAttributes in ZipEntry
|
5 years ago |
Tom Poole
|
20163e7964
|
Fixed some file permissions
|
5 years ago |
ed
|
b7c8ac3f3b
|
Windows: Restored MinGW compatibility
|
5 years ago |
Tom Poole
|
4048a5feef
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
5 years ago |
cesare
|
ff358fac27
|
Write errors to stderr
|
5 years ago |
Tom Poole
|
85f76d2546
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
5 years ago |
ed
|
1b001e7a76
|
macOS: Removed call to deprecated NSWorkspace openFile method
|
5 years ago |
ed
|
2b53ff6c54
|
Added comments to clarify a24341d
|
5 years ago |
ed
|
4baf519700
|
Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows
|
5 years ago |
ed
|
a24341d2a7
|
Fixed clang -Wreturn-std-move-in-c++11 warnings
|
5 years ago |
Tom Poole
|
ee4ec266e6
|
URL: Fixed an issue closing completed download tasks
|
5 years ago |
ed
|
4583baf277
|
Bump version number to 5.4.5
|
5 years ago |
ed
|
131d14d5c2
|
Fixed MinGW compile error
|
5 years ago |
ed
|
170ec47a5e
|
Windows: Fix compatibility with MinGW
|
5 years ago |
ed
|
b857f965ce
|
Replaced select() calls with poll()
|
5 years ago |
jules
|
df28d11069
|
Added a method URL::getParentURL()
|
5 years ago |
jules
|
d268dd39c1
|
Fix for a bug in OptionalScopedPointer::release()
|
5 years ago |
ed
|
650ddb4f01
|
Use invalidSocket in a few more places in juce_Socket.cpp
|
5 years ago |
ed
|
e7b38cb13c
|
Fixed an implicit narrowing conversion warning in setFileTimesInternal()
|
5 years ago |
ed
|
1de5a9333c
|
Minor OwnedArray documentation fixes
|
5 years ago |
ed
|
f95d9ea8df
|
Minor documentation update
|
5 years ago |
ed
|
1baa825f2c
|
Set socket blocking state to match blockUntilSpecifiedAmountHasArrived argument value in read()
|
5 years ago |
ed
|
e973451a73
|
Only print PerformanceCounter statistics on destruction if there were any runs
|
5 years ago |
ed
|
052e9325d3
|
Increased the resolution of File time getters/setters on supported platforms
|
5 years ago |
ed
|
9561732818
|
Explicitly use std::forward in make_unique implementation to fix some warnings about ambiguity
|
5 years ago |
cesare
|
895812154e
|
Bela: Fixed timestamp call from realtime thread
|
5 years ago |
cesare
|
471ce39167
|
Updates to support latest Bela release
|
5 years ago |
ed
|
be8a568747
|
Android: Added some missing activity lifecycle callbacks for Android Q
|
5 years ago |
Tom Poole
|
7dde0b26a7
|
Windows: Fixed a bug checking if a key exists in the registry
|
5 years ago |
Tom Poole
|
528798d96e
|
Bump version number to 5.4.4
|
5 years ago |
Tom Poole
|
fb40c34f5f
|
Added some missing documentation
|
5 years ago |
ed
|
34dc1eccda
|
Made StreamingSocket::isListener member atomic
|
5 years ago |
reuk
|
f810d3d56a
|
Made dereferencing WeakRef behave more like the built-in pointer types
|
5 years ago |
Tom Poole
|
a12bc32979
|
Fixed some warnings on the latest compilers
|
5 years ago |
jules
|
fa577fc4ef
|
Bit of tidying up in linux code
|
5 years ago |