1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
Commit graph

1930 commits

Author SHA1 Message Date
ed
570323daa5 Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 2019-12-09 15:47:39 +00:00
ed
eb780b56b8 Windows: Dynamically load WSAPoll method from Ws2_32.dll to restore compatibility with older Windows versions 2019-12-09 11:45:32 +00:00
jules
31e82060f1 Removed dependency on libalchemy for Bela support 2019-12-06 14:18:10 +00:00
ed
c898376158 Check for UNC paths when normalising separators in File::parseAbsolutePath() 2019-12-02 10:58:59 +00:00
ed
ecbab99917 Normalise file separators in File::parseAbsolutePath() 2019-11-29 12:01:05 +00:00
jules
7c2e0edc7e Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool 2019-11-23 11:13:06 +00:00
Tom Poole
dc3614e9a8 Fixed a threading issue when checking for duplicate parameter IDs 2019-11-21 16:43:17 +00:00
Tom Poole
5e2f53237e Exposed externalFileAttributes in ZipEntry 2019-11-15 17:19:59 +00:00
Tom Poole
20163e7964 Fixed some file permissions 2019-11-15 14:14:05 +00:00
ed
b7c8ac3f3b Windows: Restored MinGW compatibility 2019-11-05 11:48:50 +00:00
cesare
ff358fac27 Write errors to stderr 2019-10-30 13:11:55 +00:00
Tom Poole
85f76d2546 AudioBlock: Fixed an issue preventing usage with SIMDRegister 2019-10-24 09:36:46 +01:00
ed
1b001e7a76 macOS: Removed call to deprecated NSWorkspace openFile method 2019-10-23 10:10:27 +01:00
ed
2b53ff6c54 Added comments to clarify a24341d 2019-10-21 16:56:24 +01:00
ed
4baf519700 Removed inconsistent asserts from Process::raisePrivilege() and ::lowerPrivilege() on macOS and Windows 2019-10-21 16:56:24 +01:00
ed
a24341d2a7 Fixed clang -Wreturn-std-move-in-c++11 warnings 2019-10-21 15:28:02 +01:00
Tom Poole
ee4ec266e6 URL: Fixed an issue closing completed download tasks 2019-10-21 12:22:27 +01:00
ed
4583baf277 Bump version number to 5.4.5 2019-10-16 10:01:09 +01:00
ed
131d14d5c2 Fixed MinGW compile error 2019-10-11 09:57:14 +01:00
ed
170ec47a5e Windows: Fix compatibility with MinGW 2019-10-10 12:15:52 +01:00
ed
b857f965ce Replaced select() calls with poll() 2019-10-07 14:41:18 +01:00
jules
df28d11069 Added a method URL::getParentURL() 2019-09-16 14:56:44 +01:00
jules
d268dd39c1 Fix for a bug in OptionalScopedPointer::release() 2019-09-12 19:39:05 +01:00
ed
650ddb4f01 Use invalidSocket in a few more places in juce_Socket.cpp 2019-09-05 09:08:34 +01:00
ed
e7b38cb13c Fixed an implicit narrowing conversion warning in setFileTimesInternal() 2019-09-04 11:56:57 +01:00
ed
1de5a9333c Minor OwnedArray documentation fixes 2019-09-03 14:34:18 +01:00
ed
f95d9ea8df Minor documentation update 2019-09-02 10:03:23 +01:00
ed
1baa825f2c Set socket blocking state to match blockUntilSpecifiedAmountHasArrived argument value in read() 2019-08-29 12:09:29 +01:00
ed
e973451a73 Only print PerformanceCounter statistics on destruction if there were any runs 2019-08-29 11:53:28 +01:00
ed
052e9325d3 Increased the resolution of File time getters/setters on supported platforms 2019-08-28 16:41:50 +01:00
ed
9561732818 Explicitly use std::forward in make_unique implementation to fix some warnings about ambiguity 2019-08-28 10:04:05 +01:00
cesare
895812154e Bela: Fixed timestamp call from realtime thread 2019-08-23 11:48:16 +01:00
cesare
471ce39167 Updates to support latest Bela release 2019-08-22 17:08:10 +01:00
ed
be8a568747 Android: Added some missing activity lifecycle callbacks for Android Q 2019-08-14 12:12:33 +01:00
Tom Poole
7dde0b26a7 Windows: Fixed a bug checking if a key exists in the registry 2019-08-12 15:29:22 +01:00
Tom Poole
528798d96e Bump version number to 5.4.4 2019-08-09 11:24:54 +01:00
Tom Poole
fb40c34f5f Added some missing documentation 2019-08-09 10:04:07 +01:00
ed
34dc1eccda Made StreamingSocket::isListener member atomic 2019-08-05 09:57:56 +01:00
reuk
f810d3d56a Made dereferencing WeakRef behave more like the built-in pointer types 2019-07-29 14:38:46 +01:00
Tom Poole
a12bc32979 Fixed some warnings on the latest compilers 2019-07-26 12:58:04 +01:00
jules
fa577fc4ef Bit of tidying up in linux code 2019-07-24 06:54:26 +01:00
Cesare Ferrari
a5c802c38f Fix bela timestamping to use RT methods 2019-07-23 17:38:10 +01:00
Tom Poole
5f21cf214c Fixed a bug reporting write success in FileOutputStream 2019-07-22 15:17:26 +01:00
ed
45bc7c1aa1 Windows: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion() 2019-07-19 14:12:02 +01:00
jules
bec0c2661d Added a method RelativeTime::getApproximateDescription() 2019-07-16 16:03:54 +01:00
ed
38e640c5d5 Fixed a typo 2019-07-15 11:09:20 +01:00
jules
e5f8937082 Workaround for VS warning 2019-07-12 17:27:16 +01:00
jules
002dc803a1 Refactored the JSON parser to produce error messages which contain the line + column 2019-07-12 16:40:01 +01:00
Tom Poole
79d3e8b3f5 Windows: Removed some VS2013 workarounds 2019-07-11 15:28:41 +01:00
ed
49c82b6ca3 Made the check for empty Strings more robust to fix a symbol collision crash 2019-07-10 11:33:23 +01:00