jules
fc2ce88576
Prevented accidental opening of already-open named pipes on win32.
10 years ago
jules
8c64ab5391
Reverted a mistake in a win32 file chooser function.
10 years ago
jules
e19abddeb1
Spelling correction
10 years ago
jules
c42428d067
Made JUCE_DELETED_FUNCTION available on VC2013
10 years ago
hogliux
2f2c8436b8
Add utility functions to access un-aligned memory
10 years ago
jules
0c714770c1
Added some comments to ZipFile
10 years ago
hogliux
d126a0cfbb
Fix compiler error on newer Android versions
10 years ago
hogliux
8b01ffe133
Ensure that JNI callbacks have soft float ABI on arm processors
10 years ago
hogliux
67436307bf
Include port number in http request header if it is a non-standard port number (see HTTP spec 14.23)
10 years ago
jules
0fc929e37d
Added comments to clarify that URLs can't be opened on the message thread in Android.
10 years ago
jules
d8bc6c52c7
A couple more optimisations of Identifier object passing.
10 years ago
jules
e018192de2
Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference.
10 years ago
jules
65ba31731a
Added a copy constructor to SharedResourcePointer
10 years ago
jules
43283b3d03
Added a couple of methods to Rectangle to return its limits as Range objects.
10 years ago
Timur Doumler
f3e2ea6b14
Added compile-time check to juce_ContainerDeletePolicy to catch undefined behaviour due to deletion of pointer to incomplete type.
10 years ago
jules
ac3d4ce36b
Fixed a spelling mistake.
10 years ago
jules
58105cde57
Fix for File::isDirectory on posix when given a File::nonexistent. Also added unit tests for this.
10 years ago
hogliux
0fa2b1ca56
Fix warnings on gcc on linux
10 years ago
jules
f4fe4c5749
Tidied up a bit of android code and resaved the demo project.
10 years ago
jules
f12ede92e5
Workaround for ridiculously old versions of GLIBC
10 years ago
jules
efb40313b4
Avoided a false alarm unit test failure.
10 years ago
jules
4c932b696c
Fixed linux thread affinity code.
10 years ago
jules
06c1a15496
Added some missing 'override' decorators
10 years ago
hogliux
79c5c34466
Fix bug where a socket connection error was mistakenly ignored
10 years ago
Timur Doumler
be9a2ff1bb
Implemented support for Android OpenGL native ARGB pixel format.
10 years ago
jules
1952ed195e
Whitespace
10 years ago
hogliux
8c242b7547
Fix warnings on linux
Linux now compiles (clang++-3.5) without warnings when the following is enabled (these flags are identical to equator mac warnings):
-Wreorder -Wconstant-conversion -Wint-conversion -Woverloaded-virtual -Wuninitialized -Wunused-parameter -Wshorten-64-to-32 -Wstrict-aliasing -Wshadow -Wconversion -Wsign-compare -Werror -Wsign-conversion
10 years ago
hogliux
e0d1dd0a71
Fix warnings on Mac and Linux
10 years ago
hogliux
67cc7f3fed
Add multicast support to juce_Socket
10 years ago
jules
581158e443
Fixed a rare race condition in OSX URL reading.
10 years ago
jules
7e51e64422
Added detection for SSSE3 and AVX instructions to the SystemStats class.
10 years ago
jules
19b2beec63
Added OperatingSystemType::MacOSX for checking whether any version of OSX is running, and also Windows 10 detection.
10 years ago
jules
c17a72e5b1
Minor clean-ups.
10 years ago
jules
06f279856c
Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod
10 years ago
hogliux
123b70ec91
Add JUCE_STANDALONE_APPLICATION pre-processor macro
10 years ago
jules
d8bf3aabca
Added a method ReferenceCountedArray::clearQuick()
10 years ago
hogliux
b5f2723ef9
Fix LLVM warning in previous commit
10 years ago
hogliux
0bac9fefc6
Add URL stream progress support on OSX/iOS
10 years ago
hogliux
0c3023327a
Get correct path for File::currentExecutableFile on Linux
10 years ago
jules
121ce102a7
Whitespace cleanup.
10 years ago
hogliux
41b38f59ed
Re-write DatagramSocket class and general clean-up in socket code
10 years ago
hogliux
ea4262f5e1
Add ignoreUnused utility function as a tool to avoid unused variables warning
10 years ago
jules
0496e944b1
Documentation fix.
10 years ago
hogliux
5b8a633108
Fix unicode input on Android
10 years ago
jules
3bc4eb3efb
Fix for PPC build
10 years ago
jules
5b2aed2982
Fix for PPC build
10 years ago
Fabian Renn-Giles
6d38e890f7
Fix Android compile error with recent isfinite patch
10 years ago
Fabian Renn-Giles
a9278b0fb8
Fix Android compile error with recent isfinite patch
10 years ago
jules
904dd784fa
Fix for an obscure Visual Studio warning.
10 years ago
jules
82b4581d2d
Fixed a warning in juce_isfinite
10 years ago