ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
5 years ago |
ed
|
69d5f16be0
|
Added some more FileInputStream unit tests
|
5 years ago |
ed
|
330df2b3e6
|
Fixed a regression opening file handles introduced in e65ac0b
|
5 years ago |
reuk
|
a9492679da
|
URL: Make downloadToFile return unique_ptr
|
5 years ago |
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
5 years ago |
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
ed
|
49ac038662
|
Fixed some more warnings
|
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
|
f9961e9938
|
Fixed a bug in the previous commit
|
5 years ago |
ed
|
5cf2802a00
|
macOS: Fixed a data race in URLConnectionState
|
5 years ago |
ed
|
32f077a86a
|
Use Logger::writeToLog() in PerformanceCounter::printStatistics()
|
5 years ago |
ed
|
c47c790f79
|
Linux: Use list instead of vector for file descriptor callback storage in internal message queue to fix issues when recursively adding or removing callbacks
|
5 years ago |
ed
|
e65ac0b2cd
|
Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag
|
5 years ago |
ed
|
618f3645b2
|
Android: Fixed some issues in the native content sharing code
|
5 years ago |
ed
|
f2440ec8e2
|
Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference
|
5 years ago |
reuk
|
4b7043b0cd
|
OptionalScopedPointer: Added proper move semantics and convenience constructors
|
5 years ago |
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
5 years ago |
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
5 years ago |
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
5 years ago |
Tom Poole
|
0831c718a2
|
macOS: Fixed some Projucer live-build issues on Catalina
|
5 years ago |
ed
|
28eddda1d9
|
Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error
|
5 years ago |
ed
|
78e2892ba9
|
Added some missing documentation tags
|
5 years ago |
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 |