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

1768 commits

Author SHA1 Message Date
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
Tom Poole
721d732b40 Reverted the numberOfDecimalPlaces behaviour of the String constructor 2018-12-07 13:52:54 +00:00
Tom Poole
d06a2b8c13 Fixed compatibility with GCC 4.8 2018-12-06 10:45:23 +00:00
Tom Poole
a968c9dd6b Moved the UUID hashing template to the header file 2018-12-05 15:30:35 +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
Tom Poole
415dc54820 Protected the system Random from having its seed reset 2018-11-30 15:49:03 +00:00
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
Tom Poole
23f9cff73e Moved <map> into the set of standard headers 2018-11-28 08:19:41 +00:00
cesare
ca3f1167fb Fix Xcode warnings 2018-11-26 10:15:36 +00:00
ed
b6bebb313f Fixed a documentation error in ListenerList 2018-11-23 17:35:42 +00:00
hogliux
85ec71d6e4 Fixed an issue where file URIs on Windows would not be parsed correctly 2018-11-14 08:30:25 +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
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
f0a4b67915 Android: Fixed some compiler warnings 2018-11-09 14:04:46 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Lukasz Kozakiewicz
21c2612dea Android: add putFloat to bundle and rename JavaBundle to AndroidBundle. 2018-11-05 11:30:09 +01:00
Tom Poole
4094bcc45a Fixed some Doxygen parsing errors 2018-10-25 10:18:20 +01:00
ed
acd3c0b8ee Fixed some Objective-C id -> auto* conversion warnings 2018-10-24 16:20:45 +01:00
jules
2666842fa5 Used the shared posix networking code for Android where the target SDK supports it 2018-10-23 17:34:23 +01:00
jules
a2fcd9b4c1 Added android broadcast address support 2018-10-23 14:59:53 +01:00
Tom Poole
823350fe30 Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary 2018-10-17 14:45:58 +01:00
jules
aaad33ce57 Fixed a couple of asan memory access warnings 2018-10-17 11:35:54 +01:00
jules
bc027b5237 Tidied up some spelling and comments 2018-10-17 09:41:01 +01:00
jules
7d124ca74d Converted some legacy OSX network code to use atomics to avoid an asan warning 2018-10-16 16:37:28 +01:00
jules
768139a298 Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
jules
7ea87b4bc5 DRYed some IPAddress code 2018-10-15 11:11:48 +01:00
jules
7b23dfe473 Made the Time class trivially copyable. 2018-10-15 10:07:47 +01:00
jules
14989b6eda Minor tidy-up to IPAddress 2018-10-15 10:06:36 +01:00
jules
d5034083cb Fix for JSON stringification of INF and NaN double values 2018-10-09 16:51:11 +01:00
reuk
392bd972ac Added converting constructors to OwnedArray, ArrayBase and HeapBlock 2018-10-05 15:03:13 +01:00
jules
6fda0bffca Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
Tom Poole
1eb3de3312 Fixed a typo 2018-10-04 15:01:28 +01:00
Tom Poole
8deef0b4bc MacOS: Fixed a memory access bug when handling MAC addresses 2018-10-04 12:19:25 +01:00
jules
302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
Tom Poole
bedff61983 Added detection for some AVX512 features 2018-10-04 09:53:20 +01:00
Tom Poole
f5cf03d2f5 A minor documentation update 2018-10-04 09:22:04 +01:00
Tom Poole
bd211ce7df Fixed a bug limiting the extent of removeRange in ReferenceCountedArray 2018-09-21 16:42:37 -07:00
jules
76c94e2c10 Added some missing comparison operators to var 2018-09-20 13:47:30 +01:00
Tom Poole
05f49bab50 Fixed an issue when connecting to a non-existent NamedPipe 2018-09-19 10:18:22 +01:00
ed
9ddad4a434 Windows: Use the return value of GetEnvironmentVariable() to indicate whether the function call was successful instead of GetLastError() 2018-09-17 10:09:18 +01:00
Tom Poole
eb1f8641f8 Fixed a documentation typo 2018-09-17 09:13:24 +01:00
Tom Poole
e6b123e751 Removed some unused code 2018-09-14 17:32:48 +01:00
ed
d56e4c3cc3 Added a new HeavyweightLeakedObjectDetector to juce_core which will print out a stack trace showing where the leaked object was created and added a corresponding JUCE_HEAVYWEIGHT_LEAK_DETECTOR macro 2018-09-13 16:11:52 +01:00
Tom Poole
ce5757821d Added a std::make_unique implementation to systems lacking c++14 support 2018-09-12 13:08:30 +01:00
ed
3d60c7613e macOS: Use File::createFileWithoutCheckingPath() in Process::openDocument() to avoid an assertion when opening a URL 2018-09-12 11:21:20 +01:00
cesare
e1a8bbf020 Added support for finding the broadcast address of an interface 2018-09-11 09:56:39 +01:00
jules
dca741a01d Made an assertion in MemoryOutputStream::write() slightly more forgiving 2018-09-06 22:01:19 +01:00