ed
|
8e7cc759f5
|
Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it
|
2017-06-09 20:38:10 +01:00 |
|
tpoole
|
1c7d1084b9
|
Minor formatting changes
|
2017-06-09 11:49:57 +01:00 |
|
tpoole
|
9ae25d13c2
|
Documentation: Some typo fixes
|
2017-06-08 16:51:07 +01:00 |
|
hogliux
|
1a6e1dbff2
|
Result of pointer arithmetic should not depend on if the pointer is being wrapped in a JUCE Atomic or not (breaking change: see https://github.com/WeAreROLI/JUCE/blob/develop/BREAKING-CHANGES.txt
|
2017-06-08 16:45:49 +01:00 |
|
tpoole
|
f1e98f54ed
|
Removed extraneous semicolon
|
2017-06-06 15:16:53 +01:00 |
|
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
2017-06-06 11:09:20 +01:00 |
|
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
2017-06-06 11:07:09 +01:00 |
|
jules
|
f212ff5923
|
Removed some sscanfs from COM GUID parsing
|
2017-05-31 11:37:16 +01:00 |
|
jules
|
5e3a5d5e1b
|
Fix for the non-curl linux http request header format
|
2017-05-31 10:45:00 +01:00 |
|
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
2017-05-30 16:43:07 +01:00 |
|
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
2017-05-30 16:32:47 +01:00 |
|
jules
|
7ef3c009f6
|
Optimised String::unquoted()
|
2017-05-30 11:53:18 +01:00 |
|
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
2017-05-16 13:42:35 +01:00 |
|
tpoole
|
41bc46fd0b
|
Code cleanup
|
2017-05-13 10:04:12 +01:00 |
|
tpoole
|
a9efe89bd1
|
Code cleanup
|
2017-05-12 08:47:31 +01:00 |
|
tpoole
|
8b78e90241
|
Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType
|
2017-05-11 15:33:00 +01:00 |
|
jules
|
8dc5bbe916
|
Simplified the String::toHexString overloads into a templated function that should work with all integer types
|
2017-05-10 09:50:56 +01:00 |
|
jules
|
e7923af185
|
Got rid of the old PARAMETER_TYPE macro - this isn't needed as the same thing can be done directly with the TypeHelpers::ParameterType helper class
|
2017-05-10 09:37:37 +01:00 |
|
tpoole
|
f1409640f8
|
Added File::isRoot()
|
2017-05-09 17:59:07 +01:00 |
|
hogliux
|
63f179a8db
|
Fixed an issue where the Fallback SimpleDownloader could crash on Android
|
2017-05-09 11:21:42 +01:00 |
|
hogliux
|
c22547e7ec
|
Fixed the implementation of setCurrentThreadAffinityMask on Android
|
2017-05-05 16:30:03 +01:00 |
|
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
2017-05-04 15:26:54 +01:00 |
|
ed
|
fa0b097652
|
Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform
|
2017-05-04 12:47:18 +01:00 |
|
jules
|
014311fdbf
|
Added some comparison and getter methods to Uuid.
|
2017-05-04 12:02:37 +01:00 |
|
jules
|
0c24b48be8
|
Fix for detection of number of CPU cores on Windows
|
2017-05-04 11:51:06 +01:00 |
|
hogliux
|
7031f595d2
|
Fixed an issue where thread names were not set on Android
|
2017-05-04 10:51:15 +01:00 |
|
tpoole
|
098110bc5f
|
Suppressed a VS2013 assignment operator compiler warning
|
2017-05-04 09:54:52 +01:00 |
|
tpoole
|
f4046909ab
|
Added an OS X 10.5 compatible std::function replacement
|
2017-05-03 15:36:25 +01:00 |
|
tpoole
|
2a189100d7
|
Made ListenerList.callExcluding take a pointer argument
|
2017-05-02 22:09:39 +01:00 |
|
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
2017-05-02 10:18:33 +01:00 |
|
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
2017-04-27 14:43:05 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
2017-04-27 14:43:03 +01:00 |
|
jules
|
e778d35fdc
|
Refactored some internal win32 file attribute functions
|
2017-04-26 16:11:16 +01:00 |
|
hogliux
|
1bdbd6f969
|
Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream
|
2017-04-23 12:09:33 +01:00 |
|
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
jules
|
926652be8a
|
Added the -Wextra-semi warning to the projucer build
|
2017-04-21 11:31:09 +01:00 |
|
jules
|
d36156c620
|
Removed some extraneous semicolons
|
2017-04-21 11:15:07 +01:00 |
|
tpoole
|
23ba2e49cf
|
Fixed VS2013 assignment operator compiler warnings
|
2017-04-20 12:24:49 +01:00 |
|
jules
|
5b39a8f607
|
Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17
|
2017-04-18 11:29:48 +01:00 |
|
hogliux
|
86e28d1e42
|
Restructured android threading code to re-use threading code in juce_posix_Shared.h
|
2017-04-12 18:13:16 +01:00 |
|
hogliux
|
3cd9bed7d9
|
Ensured that gatt connection priority is only requested after the gatt has connected
|
2017-04-11 17:57:14 +01:00 |
|
hogliux
|
5b833d6648
|
Added Android workaround to force BLE Midi devices on low-latency device path
|
2017-04-10 18:10:06 +01:00 |
|
jules
|
4880ce760e
|
Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails
|
2017-04-07 11:28:53 +01:00 |
|
jules
|
fbee2788ee
|
Made File::appendText return false if the write failed
|
2017-04-07 11:24:35 +01:00 |
|
tpoole
|
8b0354ff69
|
Added precompiler sections to make NormalisableRange compatible with OS X 10.5
|
2017-04-07 08:20:46 +01:00 |
|
tpoole
|
710d27d74f
|
Fixed the copy constructor and assignment operator of NormalisableRange
|
2017-04-06 22:02:04 +01:00 |
|
hogliux
|
8aea84e20c
|
Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability
|
2017-04-05 19:07:47 +01:00 |
|
tpoole
|
8a680bc4f6
|
Added a lambda function parameterisation of NormalisableRange
|
2017-04-04 17:03:26 +01:00 |
|
Rachel
|
28c3faea23
|
Added a missing declaration for String << unsigned long
|
2017-03-31 10:57:56 +01:00 |
|