jules
|
df1483fb49
|
Minor refactoring in JS parser.
|
11 years ago |
jules
|
2cc283fddd
|
More efficient preallocation when reading large files into memory.
|
11 years ago |
jules
|
23d3bfe3e2
|
Bit of minor cleaning up.
|
11 years ago |
jules
|
a3cf165fc4
|
Fix for osx 10.5 compatibility.
|
11 years ago |
jules
|
6c06c34304
|
Fix for File::getCreationTime on OSX.
|
11 years ago |
jules
|
6c37ffdf48
|
Avoided an iOS warning.
|
11 years ago |
jules
|
5fd933f041
|
Minor documentation fix.
|
11 years ago |
jules
|
91e6d9a35a
|
Socket change to provide consistent re-use behaviour on posix and Windows.
|
11 years ago |
jules
|
acdb9eb653
|
Added a test to set up the JUCE_64BIT flag if __arm64__ is set.
|
11 years ago |
jules
|
b1e4823066
|
Avoided some gcc compiler warnings
|
11 years ago |
jules
|
eed0a41a4f
|
Added RSAKey::isValid() and URL::isEmpty()
|
11 years ago |
jules
|
aae0690b7c
|
Fixed a false-alarm assertion in ScopedPointer.
|
11 years ago |
jules
|
46dfd54d9a
|
Minor cleanups.
|
11 years ago |
jules
|
a9ab93128c
|
doxygen formatting workaround.
|
11 years ago |
jules
|
574241650e
|
Improved MAC address detection on linux.
|
11 years ago |
jules
|
671f5fbbdc
|
Added a fix to make sure that javascript division always uses floating point.
|
11 years ago |
jules
|
2fd89b0ac4
|
A few minor clean-ups.
|
11 years ago |
jules
|
f1f51f261a
|
Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code.
|
11 years ago |
jules
|
d42a606b99
|
Tried to improve the explanation for XmlElement::findParentElementOf.
|
11 years ago |
jules
|
e12823a10f
|
Added Math.ceil and Math.floor to the javascript parser.
|
11 years ago |
jules
|
a5fc9b34ec
|
Fixed javascript parser to handle for statements without iterator terms.
|
11 years ago |
jules
|
f376a82a56
|
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
|
11 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
11 years ago |
jules
|
ba2fff9c63
|
Avoided some win32 warnings.
|
11 years ago |
jules
|
99e8445b96
|
Version number update
|
11 years ago |
jules
|
cd30b3bfd1
|
Minor warning fixes for mingw
|
11 years ago |
jules
|
fe61c37d93
|
Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock
|
11 years ago |
jules
|
66b420afdf
|
Added method Range::withStartAndLength
|
11 years ago |
jules
|
a9750c0e38
|
Workaround for linux gcc warning.
|
11 years ago |
jules
|
6773fc2f4f
|
Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback.
|
11 years ago |
jules
|
ed0bed9af7
|
Added a function countNumberOfBits()
|
11 years ago |
jules
|
6bb3a4b74f
|
For for hi-res timer threads on android.
|
11 years ago |
jules
|
ed7a262296
|
Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address.
|
11 years ago |
jules
|
705492a800
|
Avoided division-by-zero problems in the javascript interpreter.
|
11 years ago |
jules
|
413954f60c
|
Documentation fix.
|
11 years ago |
jules
|
bd5b47484f
|
Added an internal flag JUCE_WIN32_TIMER_PERIOD, which can be set to change the value that is passed to the timeBeginPeriod function, or to prevent this function being called at all.
|
11 years ago |
jules
|
d2e1c7f679
|
Version number update
|
11 years ago |
jules
|
f6603043a2
|
Fix for https in the win32 http stream implementation
|
11 years ago |
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
11 years ago |
jules
|
13f99df268
|
Fix for changing the OSX HighResolutionTimer interval while it's still running.
|
11 years ago |
jules
|
ae0383c7db
|
Added a win32-specific flag File::windowsSystemDirectory
|
11 years ago |
jules
|
71eafe439c
|
Split the SystemStats::Windows8 enum into 8.0 and 8.1 values.
|
11 years ago |
jules
|
e3d7ec1827
|
Cleaned up a couple of parameter types in byte order conversion.
|
11 years ago |
jules
|
371e91c615
|
Fixed a case-comparison problem in String::compareNatural() and added some unit tests for it.
|
11 years ago |
jules
|
ab774b814e
|
Added a method Time::getCompilationDate()
|
11 years ago |
jules
|
7be01cd88b
|
Reverted recent changes to GZIPDecompressorInputStream - turns out that zlib can't auto-detect the difference between gzip and raw streams.
|
11 years ago |
jules
|
f89943d5f1
|
Tweaked GZIPDecompressorInputStream to no longer need a bool flag for the type of stream.
|
11 years ago |
jules
|
c7ed08a008
|
Added some safety-checking for android DLL builds
|
11 years ago |
jules
|
3b88555140
|
Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this.
|
11 years ago |
jules
|
590cca9776
|
Added an overload for calling roundToInt with an int. Added a a Point::roundToInt method.
|
11 years ago |