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

1158 commits

Author SHA1 Message Date
hogliux
cbb8536a6d Fixed potential crash in mac's legacy WebInputStream implementation 2016-09-12 18:17:19 +01:00
hogliux
ceefc5b4bf Avoided a dead-lock in a recent commit to WebInputStream on mac 2016-09-12 18:06:36 +01:00
hogliux
f37787df4c Fixed incorrect comparison in right shift operator of BigInteger 2016-09-09 14:49:10 +01:00
Timur Doumler
b94a68c9ec Array: added new method removeIf to remove objects based on an arbitrary condition. Made removeIf and removeAllInstancesOf return the number of objects removed. 2016-09-09 12:56:49 +01:00
hogliux
cf8d655855 Fixed a possible race condition in mac's implementation of WebInputStream 2016-09-09 12:00:53 +01:00
hogliux
1f2eaeb47f Added support for accessing the properties of a javascript object via the subscript operator 2016-09-08 10:49:31 +01:00
hogliux
821dea8008 Fixed implicit conversion warnings in BigInteger 2016-08-31 17:43:48 +01:00
ed
16e6c6fd84 Slider and NormalisableRange changed to use standard library math functions 2016-08-31 09:00:50 +01:00
jules
c10b042f76 Fixed a potential leak in ScopedPointer 2016-08-30 16:30:50 +01:00
ed
19d654d43a Added symmetric skew option to NormalisableRange class. Added option to use symmetric skew in SliderPropertyComponent class. Fixed skew factor bug in AudioProcessorValueTreeState::SliderAttachment class 2016-08-30 12:30:32 +01:00
jules
7be711ec07 Added some functions writeLittleEndianBitsInBuffer() and readLittleEndianBitsInBuffer() for packing bit-fields in memory buffers 2016-08-28 17:44:39 +01:00
jules
a9d843414a Resaved all projects 2016-08-26 09:49:20 +01:00
jules
c0c912ab4c Modified BigInteger so that small (128-bit) values don't require heap allocation 2016-08-26 09:42:28 +01:00
jules
b1ab45052e Avoided a warning in some OSX network code 2016-08-17 16:12:10 +01:00
jules
c353ac34a2 Avoided a race condition when cancelling HTTP stream on OSX 2016-08-17 11:04:24 +01:00
hogliux
c7b347242d Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash
Fixes #88
2016-08-11 10:50:36 +01:00
jules
8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 2016-08-11 09:26:56 +01:00
hogliux
ec9c033cdf Add exclusive flag to MemoryMappedFile 2016-08-09 09:23:06 +01:00
hogliux
99186e5166 Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88) 2016-08-08 16:46:44 +01:00
jules
1a1897b43b Made the OSX HTTP stream respond to the return value of the open-stream callback function 2016-08-05 15:38:33 +01:00
jules
49b9619176 Added a cast to avoid a warning in Array 2016-08-04 15:42:28 +01:00
hogliux
26b6f01ce3 Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value 2016-08-03 09:43:07 +01:00
hogliux
bf582f6c5b Fix errors and warnings on mingw-w64 2016-08-01 18:29:12 +01:00
jules
a604c03bd2 Added a definition that's missing in some very obscure win32 setups 2016-07-12 09:01:10 +01:00
jules
0df194d33e Added method URL::withNewDomainAndPath() 2016-07-07 15:53:01 +01:00
hogliux
c6249d2214 Clear http headers after redirects 2016-07-07 15:31:14 +01:00
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