973 Commits (00aefd3ec3fa149a71c473376e91e16f2763b739)

Author SHA1 Message Date
  jules b0ca1c40ca Whitespace tidying 10 years ago
  jules 4fd8913037 Added a new method Array::sort() which uses the default comparator for simple types 10 years ago
  Joshua Gerrard 26b01e9f18 Fixed File::getLinkedTarget prepending string on Windows 10 years ago
  jules 7ff68d6e76 Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed) 10 years ago
  jules 4e4f8767fe Fix for use of static_assert on C++11 compilers 10 years ago
  hogliux 19572b58c7 Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android 10 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 10 years ago
  jules 02041328dc Misc minor fix-ups 10 years ago
  jules 2286856b7b Added some extra number->String converter methods, and extra unit-tests 10 years ago
  jules 810f2bfb2a Introjucer: Added Android Studio exporter 10 years ago
  jules ddcd78eae8 Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority 10 years ago
  jules b1a8470514 Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities 10 years ago
  jules 399e248488 Added new module: juce_osc 10 years ago
  jules 12447ba38f Version 4.0.1 10 years ago
  jules a38c9c7aee Made TextDiff use less stack space 10 years ago
  jules 3d3eec675e Added a couple of extra StringRef and NewLine concatenation operators 10 years ago
  jules 145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 10 years ago
  jules 705e7f6110 Added method XmlElement::isValidXmlName() and implemented standard-compliant checking for XML name validity 10 years ago
  jules 0506bc6100 Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() 10 years ago
  hogliux 166f54fa0a Fix DatagramSocket from always blocking on read 10 years ago
  jules 8602b8b172 Minor spelling correction 10 years ago
  jules b1195106f8 Improved some comments in the Range class. 10 years ago
  jules 5e48332fb1 A couple of very minor cleanups. 10 years ago
  jules 2271d6d7fd Added a couple of methods to MACAddress 10 years ago
  jules 13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 10 years ago
  jules ebc47d9618 Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. 10 years ago
  jules 4404835a64 Avoided exceptions getting thrown by Expression::evaluate() 10 years ago
  jules 13af784d03 Fix for mingw64 10 years ago
  jules a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 10 years ago
  jules 6b66d6379c Fix for non-Windows socket address binding. 10 years ago
  jules 1c5304b598 Refactored some socket options code and avoided a compile error on linux. 10 years ago
  hogliux 2ae3d8f7c9 Fix compiler error for Android in recent commit 10 years ago
  jules c74d3cc12a Workaround for problems with Xcode 7 SDK headers. 10 years ago
  hogliux fe4bf3d91f Add support to allow sharing a DatagramSocket port with other applications 10 years ago
  jules 4bb13a0d7e Removed trailing semicolons from JUCE_COMPILER_WARNING macros 10 years ago
  jules 78ee86e658 Couple of minor documentation corrections 10 years ago
  hogliux 290c502e78 Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms 10 years ago
  hogliux a928e9abd5 Fix typo in comment 10 years ago
  Timur Doumler eafa657f3b DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions). 10 years ago
  jules 3ae9b20001 Removal of some exception code from the Expression class parsing methods. 10 years ago
  jules 9c13257da2 Added flag JUCE_EXCEPTIONS_DISABLED to detect compiling with exceptions turned off, and removed internal exception use from a few places in the codebase. 10 years ago
  jules 3f5f6dd34b Fix to make linker checking code work with DLL builds. 10 years ago
  jules 7040fd6951 Workarounds for some clang functions on Windows 10 years ago
  Joshua Gerrard 2e53e570da Fixed documentation and returning a dangling reference issues 10 years ago
  Joshua Gerrard 564722e9dd Added support for MemoryBlock POST data in URL 10 years ago
  jules 4907ad4156 Added some cunning sentinel classes to make sure that if you accidentally mix up debug/release compile units, you'll get a link error rather than memory corruption bugs. 10 years ago
  jules bafdb41511 Fixed typo in win32 child process pipe connection. 10 years ago
  hogliux fb8a1dbf48 Fix some iOS build warnings 10 years ago
  jules 09b32de604 Added a helpful assertion in jmap(). 10 years ago
  jules 8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 10 years ago