1338 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  tpoole f93b174d93 Fixed error in variable name 8 years ago
  tpoole cff1793d89 Exposed some functions when building JUCE as a DLL 8 years ago
  hogliux caa65e8ff1 Add new URL::downloadToFile method 8 years ago
  tpoole b82773baae Fixed older MacOS compatibility for ListenerList tests 8 years ago
  hogliux 6fb0aa4527 Added a StringArray constructor to var 8 years ago
  tpoole d438fa59e8 Fixed issues with AudioProcessorValueTreeState parameter synchronization 8 years ago
  hogliux c3ea4f8efe Fixed a warning in MSVC 2013 in JUCE's URL class 8 years ago
  hogliux 8499e29241 Fixed a VS2013 warning in juce_URL 8 years ago
  hogliux 3b630f3281 Added new WebInputStream class for more fine-grained control on retrieving URLs 8 years ago
  hogliux bfd5605dda Added comments to specify what File::create vs. FileOutputStream() will do when the parent directoy of the file does not exist 8 years ago
  hogliux 363ceb08cf Bump version number to 4.3.0 8 years ago
  hogliux b5ef6d7e37 Whitespace clean-up 8 years ago
  ed 76b3689a48 Added BLOCKS module 8 years ago
  hogliux 01380b12d6 Fixed a typo in the SSE 4.1/4.2 detection logic 8 years ago
  stefan 4aa0f311e0 Allow to specify the stack size for each thread in a thread pool explicitly, by adding an optional parameter to the constructors of ThreadPool and ThreadPoolThread. 8 years ago
  hogliux f415b09c7b Enabled cookies in the juce curl backend to align the behaviour with other platforms 8 years ago
  hogliux ae13dd6d6c Added an option to escape round brackets in URLs 8 years ago
  hogliux 5d0256982b Added a method to ThreadPool to query the number of threads assigned to the pool 8 years ago
  hogliux ff52d76197 Fixed a bug in DirectoryIterator where the result would be inconsistent between Mac/Window when using a default constructed File object 8 years ago
  hogliux 676ad43898 Added more compare operators to Identifier class 8 years ago
  ed 4a6473afa0 Removed the isLocked() method from ReadWriteLock 8 years ago
  ed f301ed7e09 Added an isLocked() method to ReadWriteLock that checks whether ReadWriteLock is currently locked 8 years ago
  hogliux 13c501da0c Removed unnecessary memory allocation when assigning a big integer with the same memory requirements 8 years ago
  ed f374eb6d98 Fixed SortedSet::remove() to return the removed element 8 years ago
  ed 6c39897369 Added 'inclusive' and 'exclusive' to documentation for Random::nextFloat() and Random::nextDouble() 8 years ago
  hogliux 7686db659f Fixed a typo in my latest commit 8 years ago
  hogliux 59a47d1fb4 Fixed possible dead-lock 8 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. 8 years ago
  tpoole 278505913c Restored non-flushing behaviour of FileOutputStream 8 years ago
  hogliux bf85f4c68b Cache the result of isRunningInAppExtensionSandbox 8 years ago
  tpoole 495e2bfd56 Fixed file flushing for FileOutputStream on Windows 8 years ago
  hogliux e14895e5bd Added macOS version 12 to SystemStats 8 years ago
  hogliux 4eb89336f9 Bump version number to 4.2.4 8 years ago
  jules acefbcde27 Fixed a typo that was preventing some config settings showing up in the projucer 8 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. 8 years ago
  stefan 8ec9443543 Projucer various fixes 8 years ago
  hogliux e35aba3444 Added a standard iterator to NamedValueSet 8 years ago
  hogliux cbb8536a6d Fixed potential crash in mac's legacy WebInputStream implementation 8 years ago
  hogliux ceefc5b4bf Avoided a dead-lock in a recent commit to WebInputStream on mac 8 years ago
  hogliux f37787df4c Fixed incorrect comparison in right shift operator of BigInteger 8 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. 8 years ago
  hogliux cf8d655855 Fixed a possible race condition in mac's implementation of WebInputStream 8 years ago
  hogliux 1f2eaeb47f Added support for accessing the properties of a javascript object via the subscript operator 8 years ago
  hogliux 821dea8008 Fixed implicit conversion warnings in BigInteger 8 years ago
  ed 16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 8 years ago
  jules c10b042f76 Fixed a potential leak in ScopedPointer 8 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 8 years ago
  jules 7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 8 years ago
  jules a9d843414a Resaved all projects 8 years ago
  jules c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation 8 years ago