1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00
Commit graph

2482 commits

Author SHA1 Message Date
jules
b439452edd Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality 2016-07-07 15:02:05 +01:00
hogliux
dd245effd2 Have curl follow re-directions automatically 2016-07-07 14:37:58 +01:00
jules
332dcac07d Added a method Range::expanded() 2016-07-07 11:10:35 +01:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
f83554c966 Add a User-Agent http header to curl requests 2016-07-07 09:47:43 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
jules
89dade2a00 Fixed a compile problem with the GNU c++ library 2016-07-05 10:41:53 +01:00
jules
e7c9cf3b66 Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes 2016-07-05 10:22:05 +01:00
hogliux
2f36d03d1d Do a case-insensitive compare on core http headers in windows network code 2016-07-05 10:20:12 +01:00
hogliux
b729764ba6 Fix a bug in URL::findEndOfScheme 2016-07-05 10:19:15 +01:00
jules
6fc1242ca5 Added some constructors to ReferenceCountedObjectPtr and ScopedPointer that specialise for std::nullptr_t. As well as being more optimal, this has the added bonus of forcing people to correctly use nullptr instead of '0'. 2016-07-05 09:54:06 +01:00
hogliux
38c897f8a4 Return nullptr from URL::createInputStream if a request times out 2016-07-05 09:46:19 +01:00
hogliux
f7f35f5a28 Add fallback to legacy networking code for pre OS X 10.10 2016-07-04 12:14:25 +01:00
jules
300485a147 Added a Javascript array indexOf method 2016-07-03 10:43:27 +01:00
jules
6e0c1682ca Removed a defunct workaround for an obscure bug in old Windows PCI hardware 2016-06-30 15:34:19 +01:00
hogliux
d9a3e76518 Fix a warning in the previous commit 2016-06-27 18:00:17 +01:00
hogliux
f6cd130038 Add redirect support to NSURLSession code 2016-06-27 17:27:44 +01:00
jules
943c89dea6 Added some extra locking in the destructor of a Mac HTTP stream implementation 2016-06-27 12:02:30 +01:00
jules
37cffb74ce Added a Javascript array splice method 2016-06-23 12:25:05 +01:00
jules
16913f2cd6 Added a unit test 2016-06-23 11:46:03 +01:00
jules
69a7506274 Made File remove any redundant "/./" subfolders of paths that it is given 2016-06-23 11:38:35 +01:00
jules
f8516f2e19 Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. 2016-06-22 16:12:09 +01:00
hogliux
042bd2be13 Fix identifying the scheme portion of a URL 2016-06-16 12:05:25 +01:00
hogliux
16fde6798b Allow write access to all files if a user has effective root permissions on linux 2016-06-15 17:28:42 +01:00
hogliux
bb56ba4276 Add CRLF between JUCE http headers and user http headers 2016-06-15 17:09:36 +01:00
hogliux
cc6f0a1de6 Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification 2016-06-15 16:15:48 +01:00
Timur Doumler
fc69dc00db Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
Timur Doumler
e993eb7225 Whitespace. 2016-06-02 15:23:43 +01:00
Timur Doumler
920c19daab UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. 2016-06-02 15:23:43 +01:00
jules
b841406324 Fixed a compiler warning 2016-05-31 12:26:52 +01:00
Timur Doumler
b4e1e68869 UnitTest: added method expectWithinAbsoluteError for floating point comparisons. 2016-05-31 11:50:43 +01:00
jules
74554a206c Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms 2016-05-31 11:47:04 +01:00
hogliux
cf39ad4b02 Fix multiple compile errors on older gcc versions 2016-05-26 11:50:04 +01:00
hogliux
968cee4ad2 Remove unnecessary code after moving to static shared code library 2016-05-24 18:59:35 +01:00
hogliux
8df262a5d3 Don't use placement new for MemoryBlock assignment operator in var class 2016-05-23 10:17:23 +01:00
hogliux
24a63ae2e0 If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing 2016-05-21 08:53:03 +01:00
hogliux
bda4b78489 Add missing assignment operator to var class 2016-05-21 08:42:34 +01:00
Timur Doumler
c9c6aa0a2d Merge branch 'master' into develop 2016-05-17 12:52:04 +01:00
Timur Doumler
fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. 2016-05-17 12:51:40 +01:00
jules
0d96a8b47f Avoided some false negatives in the JSON unit tests 2016-05-09 10:26:14 +01:00
hogliux
6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 2016-05-05 16:35:38 +01:00
jules
a0835a5ea9 Added a parseFloat method to the Javascript parser 2016-05-03 17:24:04 +01:00
jules
f36205fabe Fixed a couple of comment typos 2016-05-03 10:24:26 +01:00
jules
e602dd6b90 Improved some comments for MemoryBlock base-64 methods 2016-05-03 10:20:41 +01:00
jules
688ac3b853 Updated a comment 2016-04-30 09:57:37 +01:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
jules
49a7ca4d82 Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 2016-04-25 21:16:54 +01:00
jules
1675f826be Fixed a mistake in BigInteger::inverseModulo() 2016-04-21 10:43:51 +01:00