ed
|
b7c8ac3f3b
|
Windows: Restored MinGW compatibility
|
2019-11-05 11:48:50 +00:00 |
|
ed
|
1b001e7a76
|
macOS: Removed call to deprecated NSWorkspace openFile method
|
2019-10-23 10:10:27 +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
|
b857f965ce
|
Replaced select() calls with poll()
|
2019-10-07 14:41:18 +01:00 |
|
ed
|
e7b38cb13c
|
Fixed an implicit narrowing conversion warning in setFileTimesInternal()
|
2019-09-04 11:56:57 +01:00 |
|
ed
|
052e9325d3
|
Increased the resolution of File time getters/setters on supported platforms
|
2019-08-28 16:41:50 +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 |
|
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 |
|
ed
|
45bc7c1aa1
|
Windows: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion()
|
2019-07-19 14:12:02 +01:00 |
|
Tom Poole
|
29508fac70
|
Fixed an issue maintaining kiosk mode on Android
|
2019-07-09 09:50:07 +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
|
670f77f80c
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
Tom Poole
|
19e717a7cc
|
Windows: Removed A: and B: special cases from File::isOnHardDisk
|
2019-05-30 17:35:13 +01:00 |
|
ed
|
e966bdb053
|
Revert "Workaround for bad HTTP response header parsing on Linux"
This reverts commit a138458d19.
|
2019-05-03 18:02:03 +01:00 |
|
hogliux
|
c91915c519
|
Removed extern "C" from threadEntryProc
|
2019-04-30 12:13:31 +01:00 |
|
Tom Poole
|
8eb626a338
|
Windows: Fixed a bug in File::getFileIdentifier()
|
2019-04-29 10:49:08 +01:00 |
|
James Hurst
|
a138458d19
|
Workaround for bad HTTP response header parsing on Linux
|
2019-04-15 15:25:39 +01:00 |
|
ed
|
c3df4ac8a4
|
macOS: Fixed a couple of potential data races flagged by tsan in the native networking code
|
2019-04-13 20:38:27 +01:00 |
|
ed
|
f3bbe90250
|
Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error
|
2019-04-13 20:01:58 +01:00 |
|
Tom Poole
|
3c0ccda6a5
|
macOS: Cleaned up old 10.6 support ifdefs
|
2019-04-05 10:05:21 +01:00 |
|
ed
|
43f71daa95
|
Projucer: Added a workaround for errors in the live-build engine from the system headers included with the macOS 10.14 SDK
|
2019-04-04 11:12:52 +01:00 |
|
ed
|
6567a7607f
|
Fixed an uninitialised variable in the posix implementation of HighResolutionTimer
|
2019-03-26 18:26:24 +00:00 |
|
dimitri
|
b27116607f
|
Fixed a crash in Mac Network when createConnection fails
|
2019-03-26 11:37:19 +00:00 |
|
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
2019-03-15 14:10:14 +00:00 |
|
ed
|
076be31fce
|
Call _exit() instead of exit() on failure of execvp() in the forked child process on posix systems to avoid double-flushing stdio buffers
|
2019-03-14 15:56:06 +00:00 |
|
ed
|
3064d243b0
|
Some ChildProcess reliability improvements on posix systems
|
2019-03-13 17:19:48 +00:00 |
|
ed
|
61637218a2
|
macOS: Fixed a couple of places where CFStrings weren't being released properly
|
2019-03-13 15:04:03 +00:00 |
|
Tom Poole
|
cbdf5e6d21
|
Fixed some compiler warnings
|
2019-03-08 18:01:17 +00:00 |
|
ed
|
1bc7fdd1ec
|
iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator
|
2019-03-01 10:54:10 +00:00 |
|
ed
|
dbd7c4d205
|
Fixed a typo in the native java README.txt
|
2019-02-28 16:27:55 +00:00 |
|
Tom Poole
|
066ec6c18b
|
Whitespace
|
2019-02-07 09:56:43 +00:00 |
|
ed
|
360be3400d
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
2019-01-30 09:55:50 +00:00 |
|
ed
|
3661d928c1
|
Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks
|
2019-01-24 10:42:08 +00:00 |
|
ed
|
c55338b844
|
Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp
|
2019-01-14 15:48:21 +00:00 |
|
ed
|
a5d546b25d
|
Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters
|
2019-01-11 14:18:10 +00:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
ed
|
0fbb75330b
|
Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection
|
2019-01-10 17:18:47 +00:00 |
|
ed
|
5e7409ead1
|
Android: Revert commit 9bad191
|
2019-01-07 15:49:11 +00:00 |
|
ed
|
6d4fa280c6
|
Linux: Fix Process::openDocument() return value in previous commit
|
2018-12-14 16:09:03 +00:00 |
|
ed
|
6cd0ebd832
|
Linux: Don't quote space-escaped paths in Process::openDocument() as it causes xdg-open to fail
|
2018-12-14 15:58:59 +00:00 |
|
ed
|
9bad19151b
|
Android: Create URL object without checking the filepath in Process::openDocument() to avoid hitting an assertion when opening URLs
|
2018-12-10 11:36:26 +00:00 |
|
ed
|
3b8686aa97
|
Windows: Add the FILE_SHARE_DELETE when opening file handles to allow them to be renamed and deleted
|
2018-12-04 12:44:37 +00:00 |
|
ed
|
f4c67f6fa7
|
Whitespace
|
2018-12-03 17:02:26 +00:00 |
|
ed
|
eaf0f990d4
|
Replaced all uses of static_cast<Type&&> with std::move
|
2018-11-28 17:29:20 +00:00 |
|
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.
|
2018-11-13 12:33:40 +00:00 |
|