1426 Commits (71d10e750a0fb03c63c32b162c6e103600abe656)

Author SHA1 Message Date
  ed 4a6473afa0 Removed the isLocked() method from ReadWriteLock 9 years ago
  ed f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 9 years ago
  hogliux 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 9 years ago
  ed f374eb6d98 Fixed SortedSet::remove() to return the removed element 9 years ago
  ed 6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 9 years ago
  hogliux 7686db659f Fixed a typo in my latest commit 9 years ago
  hogliux 59a47d1fb4 Fixed possible dead-lock 9 years ago
  Timur Doumler e8cdc65357 Fixed Array::remove (ElementType*) so that if given an invalid pointer, it doesn't attempt to remove anything after the assert. 9 years ago
  tpoole 278505913c Restored non-flushing behaviour of FileOutputStream 9 years ago
  hogliux bf85f4c68b Cache the result of isRunningInAppExtensionSandbox 9 years ago
  tpoole 495e2bfd56 Fixed file flushing for FileOutputStream on Windows 9 years ago
  hogliux e14895e5bd Added macOS version 12 to SystemStats 9 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 9 years ago
  jules acefbcde27 Fixed a typo that was preventing some config settings showing up in the projucer 9 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 9 years ago
  stefan 8ec9443543 Projucer various fixes 9 years ago
  hogliux e35aba3444 Added a standard iterator to NamedValueSet 9 years ago
  hogliux cbb8536a6d Fixed potential crash in mac's legacy WebInputStream implementation 9 years ago
  hogliux ceefc5b4bf Avoided a dead-lock in a recent commit to WebInputStream on mac 9 years ago
  hogliux f37787df4c Fixed incorrect comparison in right shift operator of BigInteger 9 years ago
  Timur Doumler b94a68c9ec Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. 9 years ago
  hogliux cf8d655855 Fixed a possible race condition in mac's implementation of WebInputStream 9 years ago
  hogliux 1f2eaeb47f Added support for accessing the properties of a javascript object via the subscript operator 9 years ago
  hogliux 821dea8008 Fixed implicit conversion warnings in BigInteger 9 years ago
  ed 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 9 years ago
  jules c10b042f76 Fixed a potential leak in ScopedPointer 9 years ago
  ed 19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 9 years ago
  jules 7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 9 years ago
  jules a9d843414a Resaved all projects 9 years ago
  jules c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation 9 years ago
  jules b1ab45052e Avoided a warning in some OSX network code 9 years ago
  jules c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX 9 years ago
  hogliux c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash 9 years ago
  jules 8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 9 years ago
  hogliux ec9c033cdf Add exclusive flag to MemoryMappedFile 9 years ago
  hogliux 99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) 9 years ago
  jules 1a1897b43b Made the OSX HTTP stream respond to the return value of the open-stream callback function 9 years ago
  jules 49b9619176 Added a cast to avoid a warning in Array 9 years ago
  hogliux 26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 9 years ago
  hogliux bf582f6c5b Fix errors and warnings on mingw-w64 9 years ago
  jules a604c03bd2 Added a definition that's missing in some very obscure win32 setups 9 years ago
  jules 0df194d33e Added method URL::withNewDomainAndPath() 9 years ago
  hogliux c6249d2214 Clear http headers after redirects 9 years ago
  jules b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 9 years ago
  hogliux dd245effd2 Have curl follow re-directions automatically 9 years ago
  jules 332dcac07d Added a method Range::expanded() 9 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 9 years ago
  hogliux f83554c966 Add a User-Agent http header to curl requests 9 years ago
  hogliux 630ab88f8b Version number update 9 years ago
  jules 89dade2a00 Fixed a compile problem with the GNU c++ library 9 years ago