hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
8 years ago |
tpoole
|
fe134173f6
|
iOS: Fixed an openURL iOS 10 deprecation
|
8 years ago |
jules
|
9d692d0d8b
|
Added some ThreadPool::addJob methods that take lambdas
|
8 years ago |
jules
|
ab4013e289
|
Added method Thread::launch() to run lambdas on an anonymous thread
|
8 years ago |
hogliux
|
52fb43b1a7
|
Windows: Added windows implementation for SystemStats::getDeviceDescription
|
8 years ago |
tpoole
|
5b6e482a0d
|
JSON: Added the ability to limit the number of decimal places when serialising floating point numbers
|
8 years ago |
hogliux
|
ec2f7219c5
|
Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h
|
8 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
8 years ago |
hogliux
|
244a944857
|
Added the JUCE DSP module
|
8 years ago |
tpoole
|
d2175cfe86
|
Fixed a compiler warning in ObjCHelpers
|
8 years ago |
tpoole
|
db1e79601e
|
Fixed an intermittent JSON parsing test failure
|
8 years ago |
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
8 years ago |
jules
|
df14b18c17
|
cleaned up a method in Array
|
8 years ago |
jules
|
c313a55f83
|
Bit of minor modernisation in CharacterFunctions
|
8 years ago |
jules
|
86deea87ce
|
Added variadic add methods to Array
|
8 years ago |
tpoole
|
ebce454514
|
Added a compatibility fix for older compilers
|
8 years ago |
tpoole
|
7e6a650e8c
|
Fixed some issues when parsing double strings
|
8 years ago |
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
8 years ago |
tpoole
|
60b4b7cfe5
|
Fixed an ISO8601 time parsing bug
|
8 years ago |
tpoole
|
a5c404a155
|
Fixed a bug running the same unit tests successively
|
8 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
8 years ago |
ed
|
a68373ac44
|
URL: Added support for query string parameters without values
|
8 years ago |
tpoole
|
10b7aa3c16
|
MinGW: Fixed some build warnings
|
8 years ago |
hogliux
|
7129625c86
|
Fixed a compiler error on older macOS SDK targets
|
8 years ago |
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 |