hogliux
|
03c08027ac
|
Android: Added new thread priority specifically for realtime audio render threads. Currently, only implemented in Android.
|
8 years ago |
hogliux
|
34d1433038
|
Fixed a false-positive leak detector assertion when using ThreadLocalValue
|
8 years ago |
hogliux
|
6e22d764d3
|
Live build engine: Fixed a recent commit which triggered a live build engine crash
|
8 years ago |
jules
|
74c96208fe
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
8 years ago |
jules
|
01e7673053
|
Tweaked in internal Obj-C name
|
8 years ago |
hogliux
|
11e45e902a
|
Fixed a compiler error in MSVC in a recent commit when unit tests are enabled
|
8 years ago |
hogliux
|
41f7835119
|
Fixed a bug where ThreadLocalValue would inadvertently share its value between different instances of the same Type
|
8 years ago |
hogliux
|
4c6b5f0a8b
|
Cleaned up some code in HashMap and added a getReference method
|
8 years ago |
jules
|
3675c0a841
|
Added method BufferedInputStream::peekByte(), and tidied up some internal code in that class
|
8 years ago |
hogliux
|
ccb4ce8829
|
Android: Fixed a linker error when building in release mode
|
8 years ago |
tpoole
|
984654318d
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
8 years ago |
jules
|
253fd51a96
|
Removed a superfluous base class inside SharedResourcePointer
|
8 years ago |
jules
|
d6ec66d4f9
|
Fixed build error when using non-UTF8 strings
|
8 years ago |
jules
|
e5bd7992c4
|
Tidied up some CharPointer classes, and gave them isNotEmpty() methods
|
8 years ago |
hogliux
|
f1dc2a71f3
|
Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects)
|
8 years ago |
ed
|
201a85acd7
|
Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device.
|
8 years ago |
tpoole
|
80229c24a9
|
WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts
|
8 years ago |
jules
|
4df76276d3
|
Refactored win32 OS version detection to avoid Windows pretending to be a lower version than it really is
|
8 years ago |
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 |