jules
|
909ff222f2
|
Added a missing "pragma once"
|
8 years ago |
tpoole
|
8e4c187451
|
WebInputStream: Fixed bug preventing cancellation of streams on Linux
|
8 years ago |
ed
|
562a2b5d9f
|
Windows: Fixed a bug where HTTPS security features were being disabled
|
8 years ago |
ed
|
8e7cc759f5
|
Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it
|
8 years ago |
tpoole
|
1c7d1084b9
|
Minor formatting changes
|
8 years ago |
tpoole
|
9ae25d13c2
|
Documentation: Some typo fixes
|
8 years ago |
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
|
8 years ago |
tpoole
|
f1e98f54ed
|
Removed extraneous semicolon
|
8 years ago |
hogliux
|
0b20507c8b
|
Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended)
|
8 years ago |
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
8 years ago |
jules
|
f212ff5923
|
Removed some sscanfs from COM GUID parsing
|
8 years ago |
jules
|
5e3a5d5e1b
|
Fix for the non-curl linux http request header format
|
8 years ago |
jules
|
5bdd485a31
|
DRYed some win32 COM helper macros. Stripped out some junk from juce_win32_Windowing
|
8 years ago |
hogliux
|
bc3ef88603
|
Bump version number to 5.0.2
|
8 years ago |
jules
|
7ef3c009f6
|
Optimised String::unquoted()
|
8 years ago |
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
tpoole
|
41bc46fd0b
|
Code cleanup
|
8 years ago |
tpoole
|
a9efe89bd1
|
Code cleanup
|
8 years ago |
tpoole
|
8b78e90241
|
Win32: Added globalApplicationsDirectoryX86 to File::SpecialLocationType
|
8 years ago |
jules
|
8dc5bbe916
|
Simplified the String::toHexString overloads into a templated function that should work with all integer types
|
8 years ago |
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
|
8 years ago |
tpoole
|
f1409640f8
|
Added File::isRoot()
|
8 years ago |
hogliux
|
63f179a8db
|
Fixed an issue where the Fallback SimpleDownloader could crash on Android
|
8 years ago |
hogliux
|
c22547e7ec
|
Fixed the implementation of setCurrentThreadAffinityMask on Android
|
8 years ago |
hogliux
|
8413614744
|
Bump version number to 5.0.1
|
8 years ago |
ed
|
fa0b097652
|
Fixed some Projucer live-build errors on Windows and added an option to set the Windows target platform
|
8 years ago |
jules
|
014311fdbf
|
Added some comparison and getter methods to Uuid.
|
8 years ago |
jules
|
0c24b48be8
|
Fix for detection of number of CPU cores on Windows
|
8 years ago |
hogliux
|
7031f595d2
|
Fixed an issue where thread names were not set on Android
|
8 years ago |
tpoole
|
098110bc5f
|
Suppressed a VS2013 assignment operator compiler warning
|
8 years ago |
tpoole
|
f4046909ab
|
Added an OS X 10.5 compatible std::function replacement
|
8 years ago |
tpoole
|
2a189100d7
|
Made ListenerList.callExcluding take a pointer argument
|
8 years ago |
jules
|
8689df5590
|
Fixed a few c++17 warnings
|
8 years ago |
hogliux
|
9d81c5066a
|
Bump version number to 5.0.0
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
8 years ago |
jules
|
e778d35fdc
|
Refactored some internal win32 file attribute functions
|
8 years ago |
hogliux
|
1bdbd6f969
|
Fixed a potential access-after-free crash in the macOS/iOS implementation of WebInputStream
|
8 years ago |
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
8 years ago |
jules
|
926652be8a
|
Added the -Wextra-semi warning to the projucer build
|
8 years ago |
jules
|
d36156c620
|
Removed some extraneous semicolons
|
8 years ago |
tpoole
|
23ba2e49cf
|
Fixed VS2013 assignment operator compiler warnings
|
8 years ago |
jules
|
5b39a8f607
|
Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17
|
8 years ago |
hogliux
|
86e28d1e42
|
Restructured android threading code to re-use threading code in juce_posix_Shared.h
|
8 years ago |
hogliux
|
3cd9bed7d9
|
Ensured that gatt connection priority is only requested after the gatt has connected
|
8 years ago |
hogliux
|
5b833d6648
|
Added Android workaround to force BLE Midi devices on low-latency device path
|
8 years ago |
jules
|
4880ce760e
|
Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails
|
8 years ago |
jules
|
fbee2788ee
|
Made File::appendText return false if the write failed
|
8 years ago |
tpoole
|
8b0354ff69
|
Added precompiler sections to make NormalisableRange compatible with OS X 10.5
|
8 years ago |
tpoole
|
710d27d74f
|
Fixed the copy constructor and assignment operator of NormalisableRange
|
8 years ago |