963 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  jules 13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 9 years ago
  jules ebc47d9618 Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. 9 years ago
  jules 4404835a64 Avoided exceptions getting thrown by Expression::evaluate() 9 years ago
  jules 13af784d03 Fix for mingw64 9 years ago
  jules a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 9 years ago
  jules 6b66d6379c Fix for non-Windows socket address binding. 9 years ago
  jules 1c5304b598 Refactored some socket options code and avoided a compile error on linux. 9 years ago
  hogliux 2ae3d8f7c9 Fix compiler error for Android in recent commit 9 years ago
  jules c74d3cc12a Workaround for problems with Xcode 7 SDK headers. 9 years ago
  hogliux fe4bf3d91f Add support to allow sharing a DatagramSocket port with other applications 9 years ago
  jules 4bb13a0d7e Removed trailing semicolons from JUCE_COMPILER_WARNING macros 9 years ago
  jules 78ee86e658 Couple of minor documentation corrections 9 years ago
  hogliux 290c502e78 Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms 9 years ago
  hogliux a928e9abd5 Fix typo in comment 9 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). 9 years ago
  jules 3ae9b20001 Removal of some exception code from the Expression class parsing methods. 9 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. 9 years ago
  jules 3f5f6dd34b Fix to make linker checking code work with DLL builds. 9 years ago
  jules 7040fd6951 Workarounds for some clang functions on Windows 9 years ago
  Joshua Gerrard 2e53e570da Fixed documentation and returning a dangling reference issues 9 years ago
  Joshua Gerrard 564722e9dd Added support for MemoryBlock POST data in URL 9 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. 9 years ago
  jules bafdb41511 Fixed typo in win32 child process pipe connection. 9 years ago
  hogliux fb8a1dbf48 Fix some iOS build warnings 9 years ago
  jules 09b32de604 Added a helpful assertion in jmap(). 9 years ago
  jules 8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 9 years ago
  jules b2ddfe67a8 Fixes for mingw headers. 9 years ago
  Timur Doumler b2748d44e7 Compile fix: added inline keyword to fully specialised templated functions. 9 years ago
  Timur Doumler c540c576fd juce_MathsFunctions.h: tidy-up, fixed problem with jmap() not being included in Doxygen API reference. 9 years ago
  jules b1d30ba82a Minor compiler warning fix. 9 years ago
  jules 3027e5168f Improved performance of BigInteger memory block conversions, and added some simple BigInteger unit tests. 9 years ago
  jules 88ca15e6f2 Added override specifiers to unit test classes 9 years ago
  jules 97cbf3f96c Removed some defunct code. 9 years ago
  jules 1884510dd7 Fix for TextDiff complexity check. 9 years ago
  jules 6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 9 years ago
  jules e43d008f16 Fix for the TextDiff algorithm when given large input buffers 9 years ago
  jules 37cb1bb18b Minor cleanups in TextDiff. 9 years ago
  jules 449bfb852a Fix to a UTF-8 conversion operator for certain high value unicode points. 9 years ago
  jules e3f9053ffa Minor warning fix 9 years ago
  jules b57e8e3db4 Added Base64 class 9 years ago
  jules 9080a51367 Added an #undef to work around a macro in the FLTK headers 9 years ago
  hogliux 359f6e29aa Fix multiple warnings in VS 2015 9 years ago
  hogliux 40848adac6 Add optional parameter to juce URL class to specify a custom HTTP command 9 years ago
  hogliux 4e04dad00f Fix warning on linux 9 years ago
  hogliux 03dc6479e3 Implement setScreenSaver enabled on Android 9 years ago
  Timur Doumler dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 9 years ago
  jules 861d3d9710 Version 3.2.0 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 years ago
  hogliux 0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 9 years ago
  jules e65bd0769a Added support for reading chunked HTTP streams on linux. 9 years ago