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

957 commits

Author SHA1 Message Date
jules
145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 2015-10-27 17:19:35 +00:00
jules
705e7f6110 Added method XmlElement::isValidXmlName() and implemented standard-compliant checking for XML name validity 2015-10-27 16:50:31 +00:00
jules
0506bc6100 Tweaked Timer and TimeSliceThread to reduce the frequency of their calls to wait() 2015-10-27 11:49:06 +00:00
hogliux
166f54fa0a Fix DatagramSocket from always blocking on read 2015-10-26 17:17:07 +00:00
jules
8602b8b172 Minor spelling correction 2015-10-14 09:31:46 +01:00
jules
b1195106f8 Improved some comments in the Range class. 2015-10-13 11:36:40 +01:00
jules
5e48332fb1 A couple of very minor cleanups. 2015-10-12 09:38:01 +01:00
jules
2271d6d7fd Added a couple of methods to MACAddress 2015-10-09 10:29:04 +01:00
jules
13b27a2923 Fix for win32 implementation of SystemStats::getComputerName() 2015-10-08 10:56:55 +01:00
jules
ebc47d9618 Avoided possible arithmetic overflow in MemoryInputStream::read() for very large streams. 2015-10-06 16:53:30 +01:00
jules
4404835a64 Avoided exceptions getting thrown by Expression::evaluate() 2015-10-05 12:53:47 +01:00
jules
13af784d03 Fix for mingw64 2015-10-05 09:18:38 +01:00
jules
a610931e71 Fixed a OSX 10.11 deprecation warning in File::moveToTrash 2015-10-01 17:25:31 +01:00
jules
6b66d6379c Fix for non-Windows socket address binding. 2015-09-28 17:13:13 +01:00
jules
1c5304b598 Refactored some socket options code and avoided a compile error on linux. 2015-09-24 19:34:57 -07:00
hogliux
2ae3d8f7c9 Fix compiler error for Android in recent commit 2015-09-18 07:49:19 +01:00
jules
c74d3cc12a Workaround for problems with Xcode 7 SDK headers. 2015-09-17 19:08:41 +01:00
hogliux
fe4bf3d91f Add support to allow sharing a DatagramSocket port with other applications 2015-09-17 12:06:21 +01:00
jules
4bb13a0d7e Removed trailing semicolons from JUCE_COMPILER_WARNING macros 2015-09-17 11:44:05 +01:00
jules
78ee86e658 Couple of minor documentation corrections 2015-09-14 20:07:45 +01:00
hogliux
290c502e78 Replace HTTP_BAD_REQUEST with http status code literals as org.apache is no longer available on newer platforms 2015-09-14 09:18:20 +01:00
hogliux
a928e9abd5 Fix typo in comment 2015-09-10 09:59:39 +01:00
Timur Doumler
eafa657f3b DatagramSocket: Added shutdown method to cleanly exit from Datagram Read/Write loop without destroying the object (useful to resolve race conditions). 2015-09-08 12:08:06 +01:00
jules
3ae9b20001 Removal of some exception code from the Expression class parsing methods. 2015-09-06 21:19:57 +01:00
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. 2015-09-06 15:42:34 +01:00
jules
3f5f6dd34b Fix to make linker checking code work with DLL builds. 2015-09-06 12:14:15 +01:00
jules
7040fd6951 Workarounds for some clang functions on Windows 2015-09-02 17:42:52 +01:00
Joshua Gerrard
2e53e570da Fixed documentation and returning a dangling reference issues 2015-09-01 15:56:27 +01:00
Joshua Gerrard
564722e9dd Added support for MemoryBlock POST data in URL 2015-09-01 15:29:40 +01:00
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. 2015-08-31 19:48:35 +01:00
jules
bafdb41511 Fixed typo in win32 child process pipe connection. 2015-08-26 10:50:12 +01:00
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