1426 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  hogliux 842634cd80 Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry 8 years ago
  Lukasz Kozakiewicz 644ba82e00 Android: ensure that web calls are done off the main thread and fix data races. 8 years ago
  jules 4e69133e54 Added method ThreadPool::moveJobToFront() 8 years ago
  jules 383c1678ce Worked around a compiler warning 8 years ago
  tpoole d59ac51067 Deleted the String (bool) constructor to prevent nasty type conversion edge cases 8 years ago
  tpoole 041feb1688 Added operator<< bool to the String class 8 years ago
  tpoole 8424030e50 Fixed a bug where floating point numbers were parsed using the system's locale 8 years ago
  jules a0d8137fea Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs() 8 years ago
  ed cb1f02696f Fixed a leak in URLConnectionState 8 years ago
  hogliux ee4993f0ff Fixed File::getCreationTime() to return the correct creation time on macOS/iOS 8 years ago
  hogliux 4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 8 years ago
  jules dcbe32f527 Added some missing move constructors to SortedSet 8 years ago
  hogliux df91b15455 Added in-app purchase feature to JUCE 8 years ago
  jules 8c0331b605 Avoided a VS warning 8 years ago
  hogliux 1b7d30f0f4 Android: Moved more Java code into C++ 8 years ago
  ed 6d1a0acd07 Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta 8 years ago
  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