hogliux
|
c7b347242d
|
Partially undo commits #99186e5 and #89d938d and use less-intrusive, JUCE-internal fix for OpenGLContext detach crash
Fixes #88
|
9 years ago |
jules
|
8f7d9f7522
|
Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX
|
9 years ago |
hogliux
|
ec9c033cdf
|
Add exclusive flag to MemoryMappedFile
|
9 years ago |
hogliux
|
99186e5166
|
Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88)
|
9 years ago |
jules
|
1a1897b43b
|
Made the OSX HTTP stream respond to the return value of the open-stream callback function
|
9 years ago |
jules
|
49b9619176
|
Added a cast to avoid a warning in Array
|
9 years ago |
hogliux
|
26b6f01ce3
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
9 years ago |
hogliux
|
bf582f6c5b
|
Fix errors and warnings on mingw-w64
|
9 years ago |
jules
|
a604c03bd2
|
Added a definition that's missing in some very obscure win32 setups
|
9 years ago |
jules
|
0df194d33e
|
Added method URL::withNewDomainAndPath()
|
9 years ago |
hogliux
|
c6249d2214
|
Clear http headers after redirects
|
9 years ago |
jules
|
b439452edd
|
Changed the Array::remove() method to return void, and added an Array::removeAndReturn() method to replace the old functionality
|
9 years ago |
hogliux
|
dd245effd2
|
Have curl follow re-directions automatically
|
9 years ago |
jules
|
332dcac07d
|
Added a method Range::expanded()
|
9 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
9 years ago |
hogliux
|
f83554c966
|
Add a User-Agent http header to curl requests
|
9 years ago |
hogliux
|
630ab88f8b
|
Version number update
|
9 years ago |
jules
|
89dade2a00
|
Fixed a compile problem with the GNU c++ library
|
9 years ago |
jules
|
e7c9cf3b66
|
Made iOS build use updated HTTP API, and turned off deprecation warnings when built for older OSes
|
9 years ago |
hogliux
|
2f36d03d1d
|
Do a case-insensitive compare on core http headers in windows network code
|
9 years ago |
hogliux
|
b729764ba6
|
Fix a bug in URL::findEndOfScheme
|
9 years ago |
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'.
|
9 years ago |
hogliux
|
38c897f8a4
|
Return nullptr from URL::createInputStream if a request times out
|
9 years ago |
hogliux
|
f7f35f5a28
|
Add fallback to legacy networking code for pre OS X 10.10
|
9 years ago |
jules
|
300485a147
|
Added a Javascript array indexOf method
|
9 years ago |
jules
|
6e0c1682ca
|
Removed a defunct workaround for an obscure bug in old Windows PCI hardware
|
9 years ago |
hogliux
|
d9a3e76518
|
Fix a warning in the previous commit
|
9 years ago |
hogliux
|
f6cd130038
|
Add redirect support to NSURLSession code
|
9 years ago |
jules
|
943c89dea6
|
Added some extra locking in the destructor of a Mac HTTP stream implementation
|
9 years ago |
jules
|
37cffb74ce
|
Added a Javascript array splice method
|
9 years ago |
jules
|
16913f2cd6
|
Added a unit test
|
9 years ago |
jules
|
69a7506274
|
Made File remove any redundant "/./" subfolders of paths that it is given
|
9 years ago |
jules
|
f8516f2e19
|
Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions.
|
9 years ago |
hogliux
|
042bd2be13
|
Fix identifying the scheme portion of a URL
|
9 years ago |
hogliux
|
16fde6798b
|
Allow write access to all files if a user has effective root permissions on linux
|
9 years ago |
hogliux
|
bb56ba4276
|
Add CRLF between JUCE http headers and user http headers
|
9 years ago |
hogliux
|
cc6f0a1de6
|
Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification
|
9 years ago |
Timur Doumler
|
fc69dc00db
|
Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not.
|
9 years ago |
jules
|
ec40f0940c
|
Updated version numbers in modules, and resaved example projects
|
9 years ago |
Timur Doumler
|
e993eb7225
|
Whitespace.
|
9 years ago |
Timur Doumler
|
920c19daab
|
UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals.
|
9 years ago |
jules
|
b841406324
|
Fixed a compiler warning
|
9 years ago |
Timur Doumler
|
b4e1e68869
|
UnitTest: added method expectWithinAbsoluteError for floating point comparisons.
|
9 years ago |
jules
|
74554a206c
|
Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms
|
9 years ago |
hogliux
|
cf39ad4b02
|
Fix multiple compile errors on older gcc versions
|
9 years ago |
hogliux
|
968cee4ad2
|
Remove unnecessary code after moving to static shared code library
|
9 years ago |
hogliux
|
8df262a5d3
|
Don't use placement new for MemoryBlock assignment operator in var class
|
9 years ago |
hogliux
|
24a63ae2e0
|
If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing
|
9 years ago |
hogliux
|
bda4b78489
|
Add missing assignment operator to var class
|
9 years ago |
Timur Doumler
|
fe3765308c
|
Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2.
|
9 years ago |