963 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  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
  hogliux c2c0795aea Add https/SSL support for Linux (via libcurl) 10 years ago
  jules a49cc0fca5 Added methods degreesToRadians and radiansToDegrees 10 years ago
  jules fc2ce88576 Prevented accidental opening of already-open named pipes on win32. 10 years ago
  jules 8c64ab5391 Reverted a mistake in a win32 file chooser function. 10 years ago
  jules e19abddeb1 Spelling correction 10 years ago
  jules c42428d067 Made JUCE_DELETED_FUNCTION available on VC2013 10 years ago
  hogliux 2f2c8436b8 Add utility functions to access un-aligned memory 10 years ago
  jules 0c714770c1 Added some comments to ZipFile 10 years ago
  hogliux d126a0cfbb Fix compiler error on newer Android versions 10 years ago
  hogliux 8b01ffe133 Ensure that JNI callbacks have soft float ABI on arm processors 10 years ago
  hogliux 67436307bf Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23) 10 years ago
  jules 0fc929e37d Added comments to clarify that URLs can't be opened on the message thread in Android. 10 years ago
  jules d8bc6c52c7 A couple more optimisations of Identifier object passing. 10 years ago
  jules e018192de2 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
  jules 65ba31731a Added a copy constructor to SharedResourcePointer 10 years ago
  jules 43283b3d03 Added a couple of methods to Rectangle to return its limits as Range objects. 10 years ago
  Timur Doumler f3e2ea6b14 Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type. 10 years ago
  jules ac3d4ce36b Fixed a spelling mistake. 10 years ago
  jules 58105cde57 Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 10 years ago
  hogliux 0fa2b1ca56 Fix warnings on gcc on linux 10 years ago
  jules f4fe4c5749 Tidied up a bit of android code and resaved the demo project. 10 years ago
  jules f12ede92e5 Workaround for ridiculously old versions of GLIBC 10 years ago
  jules efb40313b4 Avoided a false alarm unit test failure. 10 years ago
  jules 4c932b696c Fixed linux thread affinity code. 10 years ago
  jules 06c1a15496 Added some missing 'override' decorators 10 years ago
  hogliux 79c5c34466 Fix bug where a socket connection error was mistakenly ignored 10 years ago
  Timur Doumler be9a2ff1bb Implemented support for Android OpenGL native ARGB pixel format. 10 years ago