2068 Commits (60d52182bbbcb7b6738fda23ce7118e338a683bc)

Author SHA1 Message Date
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  ed 65bdf50d93 Docs: Fixed a typo in the docs for WebInputStream::Listener::postDataSendProgress() 4 years ago
  Tom Poole 4c58e50f2e Bump version number to 6.0.8 4 years ago
  reuk 799c5ef51b
BasicNativeHeaders: Increment minimum required IE version on Windows 4 years ago
  reuk 3fe0b07a82
SystemStats: Avoid "pragma intrinsic" when building with the Intel compiler 4 years ago
  ed 77d4ac7242 URL: Fixed backwards compatibility of URL::createInputStream() when specifying a POST-like request with parameters and no POST data 5 years ago
  ed fa8c446d0c URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters. 5 years ago
  ed f9f0896bbb Tidied up URL and WebInputStream docs 5 years ago
  ed fe9493867e Linux: Quote Bash command string in Process::openDocument() to prevent ampersands being treated as a control operator 5 years ago
  ed b1253bfc74 Added JUCE_DECLARE_NON_MOVEABLE macro 5 years ago
  reuk be1e3df4d0 macOS: Be explicit about string encodings when logging assertions 5 years ago
  reuk c6280f7b8a
XmlElement: Fix rare crash when parsing truncated escape sequences 5 years ago
  reuk 64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace 5 years ago
  Tom Poole 2018ceca3b macOS ARM: Allow the debugger to move past failed assertions 5 years ago
  jules a9b5fe3a39 Tweaks for emscripten support 5 years ago
  Tom Poole 7c33b2132f Fixed some parsing issues in readDoubleValue 5 years ago
  reuk 837ab64dbd
Android: Fix numeric conversion warnings 5 years ago
  Tom Poole dbecf24722 Fixed a typo in the documentation 5 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 5 years ago
  ed af69be5346 Windows: Tidied up the usage of the JUCE_COMCALL, JUCE_COMCLASS, and JUCE_IUNKNOWNCLASS macros 5 years ago
  ed dc242f76db Windows: Added multiple inheritance support to ComBaseClassHelper 5 years ago
  reuk 6ff54f0a64
XmlElement: Fix conversion issue when passing Identifiers to forEachXmlChildElementWithTagName 5 years ago
  reuk 3baaad8b5b
XmlElement: Update loops to use new iterators 5 years ago
  reuk 40f6ac7c47
XmlElement: Add range-for-compatible iterators 5 years ago
  reuk c41149f48d
String: Fix documentation for getTrailingIntValue 5 years ago
  reuk ff758a53b4
Array: Fix perfect forwarding when adding elements 5 years ago
  ed 4c008505c9 Fixed an uninitialised variable in the posix ChildProcess::isRunning() implementation 5 years ago
  reuk ae1076d01f
var: Make it safe to create var instances with static storage duration 5 years ago
  Tom Poole 2553336f45 Bump version number to 6.0.7 5 years ago
  ed b51da7dec0 macOS: Fixed 10.7 compatibility 5 years ago
  Tom Poole 25dccd53c0 Bump version number to 6.0.6 5 years ago
  reuk 452b1bf224
HiResTimer: Fix units used for threading policy 5 years ago
  reuk 857f665f74
HiResTimer: Tidy up POSIX implementation using std threading constructs 5 years ago
  reuk 6787230dd4
HiResTimer: Fix bug where timer would misreport its state after being stopped 5 years ago
  reuk dc3e0d1571
SystemStats: Fix `getOperatingSystemType` assertion on macOS 11.1 5 years ago
  ed 47a0dc81f6 macOS: Fixed 10.7 compatibility 5 years ago
  reuk 9032f589eb
CoreMIDI: Enable support for new API 5 years ago
  reuk 5d26b6a20f
Aiff: Fix extremely slow loads of pathological files 5 years ago
  Tom Poole 5929103a29 Bump version number to 6.0.5 5 years ago
  ed 45a2e57bf9 macOS: Add Foundation to juce_core OSXFrameworks 5 years ago
  ed 142a52f9b8 Unquote command-line arguments when adding them to ArgumentList 5 years ago
  ed 3a3ef41ad5 Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp 5 years ago
  ed e4c3d53c7a Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 5 years ago
  reuk 5a19a7c8e8 IPC: Fix potential deadlock in win32 NamedPipe implementation 5 years ago
  reuk c5136d28b7 NamedPipe: Avoid spurious test failures due to pipe name collisions 5 years ago
  reuk ac612693aa NamedPipe: Fix potential vptr data-race in unit tests 5 years ago
  reuk 389e7436ef
IPC: Add some missing locks in native NamedPipe implementations 5 years ago
  reuk 9b90398cf9
IPC: Fix occasional windows crash 5 years ago
  reuk 84be2fea9a
IPC: Avoid deadlocks when destroying pipes 5 years ago
  ed 884f2c1332 Windows: Use Thread::sleep() instead of yield() when waiting for ChildProcess output to avoid eating CPU 5 years ago