2140 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  ed 4583baf277 Bump version number to 5.4.5 5 years ago
  ed 131d14d5c2 Fixed MinGW compile error 5 years ago
  ed 170ec47a5e Windows: Fix compatibility with MinGW 5 years ago
  ed b857f965ce Replaced select() calls with poll() 5 years ago
  jules df28d11069 Added a method URL::getParentURL() 5 years ago
  jules d268dd39c1 Fix for a bug in OptionalScopedPointer::release() 5 years ago
  ed 650ddb4f01 Use invalidSocket in a few more places in juce_Socket.cpp 5 years ago
  ed e7b38cb13c Fixed an implicit narrowing conversion warning in setFileTimesInternal() 5 years ago
  ed 1de5a9333c Minor OwnedArray documentation fixes 5 years ago
  ed f95d9ea8df Minor documentation update 5 years ago
  ed 1baa825f2c Set socket blocking state to match blockUntilSpecifiedAmountHasArrived argument value in read() 5 years ago
  ed e973451a73 Only print PerformanceCounter statistics on destruction if there were any runs 5 years ago
  ed 052e9325d3 Increased the resolution of File time getters/setters on supported platforms 5 years ago
  ed 9561732818 Explicitly use std::forward in make_unique implementation to fix some warnings about ambiguity 5 years ago
  cesare 895812154e Bela: Fixed timestamp call from realtime thread 5 years ago
  cesare 471ce39167 Updates to support latest Bela release 5 years ago
  ed be8a568747 Android: Added some missing activity lifecycle callbacks for Android Q 5 years ago
  Tom Poole 7dde0b26a7 Windows: Fixed a bug checking if a key exists in the registry 5 years ago
  Tom Poole 528798d96e Bump version number to 5.4.4 5 years ago
  Tom Poole fb40c34f5f Added some missing documentation 5 years ago
  ed 34dc1eccda Made StreamingSocket::isListener member atomic 5 years ago
  reuk f810d3d56a Made dereferencing WeakRef behave more like the built-in pointer types 5 years ago
  Tom Poole a12bc32979 Fixed some warnings on the latest compilers 5 years ago
  jules fa577fc4ef Bit of tidying up in linux code 5 years ago
  Cesare Ferrari a5c802c38f Fix bela timestamping to use RT methods 5 years ago
  Tom Poole 5f21cf214c Fixed a bug reporting write success in FileOutputStream 5 years ago
  ed 45bc7c1aa1 Windows: Updated SystemStats::getOperatingSystemType() to use RtlGetVersion() 5 years ago
  jules bec0c2661d Added a method RelativeTime::getApproximateDescription() 5 years ago
  ed 38e640c5d5 Fixed a typo 5 years ago
  jules e5f8937082 Workaround for VS warning 5 years ago
  jules 002dc803a1 Refactored the JSON parser to produce error messages which contain the line + column 5 years ago
  Tom Poole 79d3e8b3f5 Windows: Removed some VS2013 workarounds 5 years ago
  ed 49c82b6ca3 Made the check for empty Strings more robust to fix a symbol collision crash 5 years ago
  ed 1951714776 Linux: Only add libcurl dependency when JUCE_USE_CURL is enabled 5 years ago
  Tom Poole 29508fac70 Fixed an issue maintaining kiosk mode on Android 5 years ago
  jules ac519e541a Added a constructor to MemoryInputStream that will move from a MemoryBlock 5 years ago
  Tom Poole 5935040d78 Fixed a crash when fetching large content in URL::FallbackDownloadTask 5 years ago
  ed c429bf53ce Removed some unnecessary static_casts in the URL class 5 years ago
  ed bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 5 years ago
  Tom Poole e267e8d5ad Fixed an argument forwarding bug in StdFunctionCompat 6 years ago
  Tom Poole 6bcf80fb9e Removed a problematic unit test when running as a Windows system process 6 years ago
  jules cd4aba9e43 PopupMenu modernisation: Improved the PopupMenu::Item class to make it easy to build items by chaining calls together. 6 years ago
  jules 0367d5c3a9 Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item. 6 years ago
  jules 9a06be6d61 Some minor cleanups 6 years ago
  jules f746672c19 Added an overloaded read method to InputStream which takes a size_t as the size parameter, rather than an int 6 years ago
  Tom Poole 52a4939b62 Updated some documentation 6 years ago
  Tom Poole fd855f851e Fixed a const access issue in OwnedArray 6 years ago
  Tom Poole 8f84192c9b Fixed some more Android compiler warnings 6 years ago
  Tom Poole 670f77f80c Fixed some Android compiler warnings 6 years ago
  Tom Poole a4bd6cbc66 Fixed some more Linux compiler warnings 6 years ago