jules
|
412c86a167
|
Avoided a warning.
|
11 years ago |
jules
|
5930215e09
|
Avoided static-order-of-initialisation problems from causing crashes in the Time::getMillisecondCounter function.
|
11 years ago |
jules
|
4317f60173
|
Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list.
|
11 years ago |
jules
|
d8180f7ba5
|
Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file.
|
11 years ago |
jules
|
90d317a74a
|
Workaround for missing java method in some android SDKs
|
11 years ago |
jules
|
aed910aadd
|
Avoided the URL class adding parameters when generating post data for uploading files.
|
11 years ago |
jules
|
cf4cde192d
|
Added a couple of missing JUCE_API annotations.
|
11 years ago |
jules
|
05527babf9
|
Fixed a typo that prevented disabling of stderr in a child process
|
11 years ago |
jules
|
d7ce09ff15
|
Tweaks to SystemStats::getDisplayLanguage() on android/linux to return a two-part identifier in the same way as other platforms.
|
11 years ago |
jules
|
883a94b762
|
Made sure that AbstractFifo::getFreeSpace returns the correct amount.
|
11 years ago |
jules
|
de6c80bb98
|
Clarified some documentation
|
11 years ago |
jules
|
4721d75cc1
|
Clarified documentation for SystemStats::getDisplayLanguage(), to make clear that it may return a multi-part region name. Updated the win32 implementation of this method to include the region code.
|
11 years ago |
jules
|
b6c5194f93
|
Minor update for arm64 detection.
|
11 years ago |
jules
|
3759aecfbc
|
Fixed a mix-up in iOS timing calculations.
|
11 years ago |
jules
|
27046fd1a7
|
Added new method File::getFileIdentifier() for retrieving a file's unique ID.
|
11 years ago |
jules
|
91d9c96338
|
Minor clean-ups
|
11 years ago |
jules
|
d909b5aa2a
|
Added some base class initialisers to keep gcc 4.8.2 happy
|
11 years ago |
jules
|
a5e8d0b154
|
Android: implementation of SystemStats::getDeviceDescription()
|
11 years ago |
jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
11 years ago |
jules
|
3b2538313a
|
Better misalignment-proofing in SharedResourcePointer.
|
11 years ago |
jules
|
d7d662bb38
|
Documentation improvement.
|
11 years ago |
jules
|
75770f293c
|
New class: SharedResourcePointer
|
11 years ago |
jules
|
d8c390d7a2
|
Avoided unnecessary disk flushing in the destructor of FileOutputStream.
|
11 years ago |
jules
|
798de207a7
|
Better implementation of command-line arg escaping for ChilpProcess on win32
|
11 years ago |
jules
|
05afb39185
|
mingw __uuidof update
|
11 years ago |
jules
|
335084c542
|
Made the win32 implementation of ChildProcess automatically add escape characters to arguments containing a quote or space.
|
11 years ago |
jules
|
5645702bd4
|
(Fixed something that was missing from the last commit)
|
11 years ago |
jules
|
aff3ce418b
|
Renamed a variable called "slots" to avoid confusion in Qt creator.
|
11 years ago |
jules
|
5f23c27117
|
Fixed a typo in OSX networking.
|
11 years ago |
jules
|
b5d10d753a
|
Made Process::isForegroundProcess() return a correct result on iOS.
|
11 years ago |
jules
|
8f25b2092b
|
Added JUCE_API and JUCE_CALLTYPE to the WindowsRegistry class.
|
11 years ago |
jules
|
5409951861
|
Refactored some Xcode warning suppression.
|
11 years ago |
jules
|
e449f1a8af
|
Workarounds for a couple of MSVC quirks.
|
11 years ago |
jules
|
b5af44a485
|
Couple of minor clean-ups.
|
11 years ago |
jules
|
e8a1876a95
|
Added an operator[] to StringRef
|
11 years ago |
jules
|
ad353ac543
|
Avoided compiler warning
|
11 years ago |
jules
|
197688016a
|
Avoided some memory allocation when writing zip files.
|
11 years ago |
jules
|
d2ed531ab8
|
Better device type detection on linux.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
11 years ago |
jules
|
aaf4aa7398
|
Documentation for Range.
|
11 years ago |
jules
|
9dcdea59a7
|
Added a couple of methods to Range.
|
11 years ago |
jules
|
2dbd55db3e
|
Fix for threading bug in GlyphCache.
|
11 years ago |
jules
|
e2dee22b07
|
Updated OS version enum.
|
11 years ago |
jules
|
e5e24fd541
|
Avoided assertion in File::isAbsolutePath
|
11 years ago |
jules
|
5ede2da44b
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
jules
|
845391eb78
|
Documentation fix.
|
11 years ago |
jules
|
bcec781991
|
Tidied up the way the URL class handles file uploads, and added support for in-memory uploads.
|
11 years ago |
jules
|
47aad5a8e7
|
Replaced some win32 cpuid code.
|
11 years ago |
jules
|
4889822eaf
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
11 years ago |
jules
|
2b037b5095
|
Avoiding spurious assertions in posix when starting child processes without full paths.
|
11 years ago |