ed
|
7553b8dc1b
|
Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours
|
2020-04-27 14:26:41 +01:00 |
|
reuk
|
b7e4099cd5
|
Cleanup: Fix some warnings
|
2020-04-27 10:22:06 +01:00 |
|
reuk
|
4cf66d6522
|
Cleanup: Remove redundant inlines
|
2020-04-27 10:22:06 +01:00 |
|
reuk
|
e13901d912
|
ClangCl: Silence code which warns when building on Windows with Clang
|
2020-04-27 10:22:06 +01:00 |
|
ed
|
77aff4658b
|
Fixed an edge case in Random::nextFloat() for dividends approaching std::numeric_limits<uint32>::max()
|
2020-04-27 10:14:32 +01:00 |
|
Ivan Cohen
|
c138bf91b4
|
DSP: Revamp DSP module
|
2020-04-24 14:37:09 +01:00 |
|
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
2020-04-23 17:30:40 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
ed
|
c2e3dcd8bf
|
Updated the documentation of some methods which now return std::unique_ptr instead of raw pointers to remove references to deleting the returned object
|
2020-04-23 17:08:29 +01:00 |
|
ed
|
ffb7b0730d
|
Increased the max number of warnings for the GCC/Clang/MSVC warning-squashing macros
|
2020-04-16 12:18:48 +01:00 |
|
reuk
|
e7e1de78fa
|
Files: Add RangedDirectoryIterator
|
2020-04-13 13:16:06 +01:00 |
|
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
175644e8c1
|
String: Provide range-for comaptibility
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
ece5644a20
|
CMake: Add support for building JUCE projects with CMake
|
2020-04-13 12:10:11 +01:00 |
|
reuk
|
1fdba480cc
|
JUCE 6: Update version numbers
|
2020-04-11 15:03:19 +01:00 |
|
ed
|
5bb2e8ca6f
|
Made PropertySet::setValue() methods take a StringRef instead of a const String& so that Identifiers can be implicitly cast
|
2020-04-02 16:12:04 +01:00 |
|
Lukasz Kozakiewicz
|
50310edc57
|
Android: Call __android_log_print() in chunks to ensure that the full log is printed
|
2020-03-27 18:10:59 +00:00 |
|
reuk
|
6a18c9e153
|
iOS: Fix type declaration in juce_File.h
|
2020-03-27 09:45:07 +00:00 |
|
Tom Poole
|
21f054b164
|
Documentation fix
|
2020-03-25 15:48:59 +00:00 |
|
reuk
|
dddeb1ad68
|
Build: Fix Xcode 11.4 compatibility issues
|
2020-03-25 13:10:32 +00:00 |
|
ed
|
5d9ab42195
|
Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed
|
2020-03-23 14:38:09 +00:00 |
|
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
2020-03-17 09:02:57 +00:00 |
|
Tom Poole
|
5e9826ecf8
|
Added some missing license headers
|
2020-03-16 14:11:06 +00:00 |
|
ed
|
69d5f16be0
|
Added some more FileInputStream unit tests
|
2020-03-16 11:01:49 +00:00 |
|
ed
|
330df2b3e6
|
Fixed a regression opening file handles introduced in e65ac0b
|
2020-03-16 11:01:40 +00:00 |
|
reuk
|
a9492679da
|
URL: Make downloadToFile return unique_ptr
|
2020-03-13 11:25:40 +00:00 |
|
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
2020-03-12 18:30:45 +00:00 |
|
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
2020-03-11 17:21:30 +00:00 |
|
ed
|
49ac038662
|
Fixed some more warnings
|
2020-03-10 11:10:24 +00:00 |
|
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +00:00 |
|
ed
|
f9961e9938
|
Fixed a bug in the previous commit
|
2020-03-09 14:43:59 +00:00 |
|
ed
|
5cf2802a00
|
macOS: Fixed a data race in URLConnectionState
|
2020-03-09 09:45:31 +00:00 |
|
ed
|
32f077a86a
|
Use Logger::writeToLog() in PerformanceCounter::printStatistics()
|
2020-03-06 17:39:27 +00:00 |
|
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
|
2020-03-06 16:52:13 +00:00 |
|
ed
|
e65ac0b2cd
|
Fixed some warnings when calling open() with file mode bits specified but no O_CREAT flag
|
2020-03-03 17:54:24 +00:00 |
|
ed
|
618f3645b2
|
Android: Fixed some issues in the native content sharing code
|
2020-03-03 17:24:39 +00:00 |
|
ed
|
f2440ec8e2
|
Initialise dataSize in MemoryInputStream constructor that takes a MemoryBlock rvalue reference
|
2020-02-27 15:09:13 +00:00 |
|
reuk
|
4b7043b0cd
|
OptionalScopedPointer: Added proper move semantics and convenience constructors
|
2020-02-25 17:36:36 +00:00 |
|
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
2020-02-10 14:16:54 +00:00 |
|
ed
|
5bda9de977
|
Windows: Fixed some build errors and warnings when using Clang in Visual Studio
|
2020-02-06 14:07:42 +00:00 |
|
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
2020-02-04 11:26:48 +00:00 |
|
Tom Poole
|
0831c718a2
|
macOS: Fixed some Projucer live-build issues on Catalina
|
2020-02-04 11:26:48 +00:00 |
|
ed
|
28eddda1d9
|
Check that juce_gui_basics module is available when declaring Process::setDockIconVisible() to fix potential linker error
|
2020-01-22 14:15:41 +00:00 |
|
ed
|
78e2892ba9
|
Added some missing documentation tags
|
2020-01-21 17:47:41 +00:00 |
|
ed
|
605d0978ce
|
Android: Acquire the MulticastLock when using the NetworkServiceDiscovery::AvailableServiceList class to ensure that multicast packets are received on all devices
|
2020-01-06 17:15:31 +00:00 |
|
ed
|
027e12e3a6
|
Android: Replaced deprecated AIDL in-app billing code with Google Play Billing library
|
2020-01-06 16:19:05 +00:00 |
|
ed
|
e36736e0ec
|
Fixed some typos
|
2020-01-06 14:04:16 +00:00 |
|
ed
|
f402a3fc08
|
Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock
|
2019-12-31 16:49:35 +00:00 |
|
Tom Poole
|
54e1004957
|
Added FMA3 and FMA4 instruction detection
|
2019-12-18 15:31:59 +00:00 |
|
ed
|
2916812581
|
Added a readWaitEvent and writeWaitEvent to ReadWriteLock to fix a race condition
|
2019-12-16 11:36:48 +00:00 |
|