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

1910 commits

Author SHA1 Message Date
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
ed
1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 2019-07-09 14:38:27 +01:00
Tom Poole
29508fac70 Fixed an issue maintaining kiosk mode on Android 2019-07-09 09:50:07 +01:00
jules
ac519e541a Added a constructor to MemoryInputStream that will move from a MemoryBlock 2019-07-02 13:54:38 +01:00
Tom Poole
5935040d78 Fixed a crash when fetching large content in URL::FallbackDownloadTask 2019-06-28 12:52:36 +01:00
ed
c429bf53ce Removed some unnecessary static_casts in the URL class 2019-06-27 09:04:00 +01:00
ed
bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
Tom Poole
e267e8d5ad Fixed an argument forwarding bug in StdFunctionCompat 2019-06-21 14:17:56 +01:00
Tom Poole
6bcf80fb9e Removed a problematic unit test when running as a Windows system process 2019-06-20 17:26:19 +01:00
jules
cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 2019-06-20 13:55:18 +01:00
jules
0367d5c3a9 Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 2019-06-19 11:39:28 +01:00
jules
9a06be6d61 Some minor cleanups 2019-06-17 15:48:56 +01:00
jules
f746672c19 Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 2019-06-13 10:10:26 +01:00
Tom Poole
52a4939b62 Updated some documentation 2019-06-12 15:01:11 +01:00
Tom Poole
fd855f851e Fixed a const access issue in OwnedArray 2019-06-07 19:52:56 +01:00
Tom Poole
8f84192c9b Fixed some more Android compiler warnings 2019-06-07 12:24:05 +01:00
Tom Poole
670f77f80c Fixed some Android compiler warnings 2019-06-06 16:50:12 +01:00
Tom Poole
a4bd6cbc66 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
jules
6b82c964cd Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback 2019-06-05 17:04:06 +01:00
Tom Poole
8b5bc69582 Fixed some more Linux compiler warnings 2019-06-05 10:43:46 +01:00
Tom Poole
16dd26649a Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00