1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
Commit graph

926 commits

Author SHA1 Message Date
hogliux
fb8a1dbf48 Fix some iOS build warnings 2015-08-24 11:44:23 +01:00
jules
09b32de604 Added a helpful assertion in jmap(). 2015-08-19 12:20:01 +01:00
jules
8883b1f9c1 Added a "mustNotExist" argument to NamedPipe creation 2015-08-18 12:26:05 +01:00
jules
b2ddfe67a8 Fixes for mingw headers. 2015-08-17 19:37:06 +01:00
Timur Doumler
b2748d44e7 Compile fix: added inline keyword to fully specialised templated functions. 2015-08-11 13:05:14 +01:00
Timur Doumler
c540c576fd juce_MathsFunctions.h: tidy-up, fixed problem with jmap() not being included in Doxygen API reference. 2015-08-11 12:58:55 +01:00
jules
b1d30ba82a Minor compiler warning fix. 2015-08-10 16:44:44 +01:00
jules
3027e5168f Improved performance of BigInteger memory block conversions, and added some simple BigInteger unit tests. 2015-08-10 16:25:05 +01:00
jules
88ca15e6f2 Added override specifiers to unit test classes 2015-08-10 16:21:16 +01:00
jules
97cbf3f96c Removed some defunct code. 2015-08-10 11:55:00 +01:00
jules
1884510dd7 Fix for TextDiff complexity check. 2015-08-10 11:41:07 +01:00
jules
6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 2015-08-08 12:54:59 +01:00
jules
e43d008f16 Fix for the TextDiff algorithm when given large input buffers 2015-08-05 10:22:50 +01:00
jules
37cb1bb18b Minor cleanups in TextDiff. 2015-08-04 22:57:26 +01:00
jules
449bfb852a Fix to a UTF-8 conversion operator for certain high value unicode points. 2015-08-04 22:48:05 +01:00
jules
e3f9053ffa Minor warning fix 2015-08-03 19:32:17 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +01:00
jules
9080a51367 Added an #undef to work around a macro in the FLTK headers 2015-07-29 15:00:21 +01:00
hogliux
359f6e29aa Fix multiple warnings in VS 2015 2015-07-28 18:11:50 +01:00
hogliux
40848adac6 Add optional parameter to juce URL class to specify a custom HTTP command 2015-07-28 10:09:48 +01:00
hogliux
4e04dad00f Fix warning on linux 2015-07-24 18:41:45 +01:00
hogliux
03dc6479e3 Implement setScreenSaver enabled on Android 2015-07-24 16:34:01 +01:00
Timur Doumler
dca4d77f9d Fixed compiler warnings on Visual Studio 2015 RTM. 2015-07-23 15:57:18 +01:00
jules
861d3d9710 Version 3.2.0 2015-07-22 19:48:35 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e7729590f Add release notes text field to Introjucer's auto-updater dialog. Minor auto-updater infrastructure updates and code refactoring. 2015-07-22 12:53:22 +01:00
jules
e65bd0769a Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
a49cc0fca5 Added methods degreesToRadians and radiansToDegrees 2015-07-07 15:22:00 +01:00
jules
fc2ce88576 Prevented accidental opening of already-open named pipes on win32. 2015-06-30 15:27:44 +01:00
jules
8c64ab5391 Reverted a mistake in a win32 file chooser function. 2015-06-29 11:20:51 +01:00
jules
e19abddeb1 Spelling correction 2015-06-29 09:02:04 +01:00
jules
c42428d067 Made JUCE_DELETED_FUNCTION available on VC2013 2015-06-28 13:41:09 +01:00
hogliux
2f2c8436b8 Add utility functions to access un-aligned memory 2015-06-26 17:14:57 +01:00
jules
0c714770c1 Added some comments to ZipFile 2015-06-26 17:13:56 +01:00
hogliux
d126a0cfbb Fix compiler error on newer Android versions 2015-06-26 16:29:26 +01:00
hogliux
8b01ffe133 Ensure that JNI callbacks have soft float ABI on arm processors 2015-06-26 16:28:46 +01:00
hogliux
67436307bf Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23) 2015-06-25 16:14:29 +01:00
jules
0fc929e37d Added comments to clarify that URLs can't be opened on the message thread in Android. 2015-06-22 20:28:39 +01:00
jules
d8bc6c52c7 A couple more optimisations of Identifier object passing. 2015-06-21 19:09:05 +01:00
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. 2015-06-21 18:54:08 +01:00
jules
65ba31731a Added a copy constructor to SharedResourcePointer 2015-06-15 10:03:44 -05:00
jules
43283b3d03 Added a couple of methods to Rectangle to return its limits as Range objects. 2015-06-11 09:13:13 -07:00
Timur Doumler
f3e2ea6b14 Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type. 2015-06-10 22:40:56 +01:00
jules
ac3d4ce36b Fixed a spelling mistake. 2015-06-02 12:51:08 +01:00
jules
58105cde57 Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this. 2015-06-01 12:28:02 +01:00
hogliux
0fa2b1ca56 Fix warnings on gcc on linux 2015-05-27 16:32:52 +01:00
jules
f4fe4c5749 Tidied up a bit of android code and resaved the demo project. 2015-05-22 11:29:44 +01:00
jules
f12ede92e5 Workaround for ridiculously old versions of GLIBC 2015-05-22 09:13:21 +01:00
jules
efb40313b4 Avoided a false alarm unit test failure. 2015-05-20 10:00:19 +01:00