jules
|
b0ca1c40ca
|
Whitespace tidying
|
2015-11-17 09:55:17 +00:00 |
|
jules
|
4fd8913037
|
Added a new method Array::sort() which uses the default comparator for simple types
|
2015-11-16 16:40:26 +00:00 |
|
Joshua Gerrard
|
26b01e9f18
|
Fixed File::getLinkedTarget prepending string on Windows
|
2015-11-16 10:09:07 +00:00 |
|
jules
|
7ff68d6e76
|
Tweaked GZIPCompressorOutputStream to allow a compression level of 0 (uncompressed)
|
2015-11-14 18:24:55 +00:00 |
|
jules
|
4e4f8767fe
|
Fix for use of static_assert on C++11 compilers
|
2015-11-05 16:21:38 +00:00 |
|
hogliux
|
19572b58c7
|
Also fix KEYCODE in JuceAppActivity when disabling the screensaver on android
|
2015-11-03 15:34:36 +00:00 |
|
jules
|
89ba69ab29
|
Android Bluetooth MIDI, pro-audio i/o and improved openGL support
|
2015-11-03 10:37:52 +00:00 |
|
jules
|
02041328dc
|
Misc minor fix-ups
|
2015-11-02 18:07:36 +00:00 |
|
jules
|
2286856b7b
|
Added some extra number->String converter methods, and extra unit-tests
|
2015-11-02 16:48:38 +00:00 |
|
jules
|
810f2bfb2a
|
Introjucer: Added Android Studio exporter
|
2015-11-02 16:13:46 +00:00 |
|
jules
|
ddcd78eae8
|
Android: made sure that when the screensaver is disabled, Android-M devices don't lower the app priority
|
2015-11-02 16:13:45 +00:00 |
|
jules
|
b1a8470514
|
Added a collection of audio plugin parameter utility classes in juce_audio_processors/utilities
|
2015-11-02 14:49:47 +00:00 |
|
jules
|
399e248488
|
Added new module: juce_osc
|
2015-11-02 11:48:01 +00:00 |
|
jules
|
12447ba38f
|
Version 4.0.1
|
2015-11-02 11:02:55 +00:00 |
|
jules
|
a38c9c7aee
|
Made TextDiff use less stack space
|
2015-11-02 09:59:05 +00:00 |
|
jules
|
3d3eec675e
|
Added a couple of extra StringRef and NewLine concatenation operators
|
2015-11-02 09:59:04 +00:00 |
|
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 |
|