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

672 commits

Author SHA1 Message Date
jules
47aad5a8e7 Replaced some win32 cpuid code. 2014-03-08 20:32:34 +00:00
jules
4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
jules
2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 2014-03-02 11:02:44 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 2014-02-28 19:25:47 +00:00
jules
0455110a0e Added method URL::createWithoutParsing() 2014-02-27 15:51:49 +00:00
jules
28e4473a6b Fixed some typos. 2014-02-26 19:47:55 +00:00
jules
00f317a717 Android JNIEnv locking. 2014-02-26 12:12:36 +00:00
jules
fe25f6ee3c Improved some misleading example code for ScopedLock. 2014-02-23 11:56:46 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
dcbde7b118 Added NamedValueSet::indexOf() 2014-02-10 12:45:12 +00:00
jules
3e1c6b6a65 Optimisation to OutputStream::writeString 2014-02-09 17:36:38 +00:00
jules
c0e262463d Added method ThreadPoolJob::getCurrentThreadPoolJob() 2014-02-09 17:10:13 +00:00
jules
21d4a82002 Added ChildProcess::getExitCode() 2014-02-08 11:18:06 +00:00
jules
af746fafa3 Documentation typo fix. 2014-02-08 10:04:36 +00:00
jules
a2ba38efb8 More assertions to catch dodgy XmlElement tag names. 2014-02-07 19:27:50 +00:00
jules
1fc549f666 Fix for parsing XML elements with comments at the start of a text block. 2014-02-06 10:01:18 +00:00
jules
7d3782b9e9 Minor documentation typo. 2014-02-05 16:35:26 +00:00
jules
f38dc2fe3a Added a DynamicObject::cloneAllProperties() method. 2014-02-02 17:39:21 +00:00
jules
174e04b766 Added a copy constructor for DynamicObject 2014-02-01 17:08:10 +00:00
jules
e80e396f5d Improved documentation. 2014-01-28 11:56:42 +00:00
jules
844fda7939 Spelling fix. 2014-01-27 20:12:39 +00:00
jules
5765dbe670 Fix for Time::formatted with empty strings. 2014-01-27 09:58:06 +00:00
jules
98bd1c55d3 Documentation correction. 2014-01-27 09:57:38 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
7e1dcaa0ed Improved comment. 2014-01-23 09:52:43 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
28c281c6d3 Added a missing operator<< declaration for String. 2014-01-20 15:40:07 +00:00
jules
492def9abf Made CharPointer_UTF8 more consistent in the way it handles broken sequences. 2014-01-20 12:06:14 +00:00
jules
0530b6b01a Added a JSON::fromString method. 2014-01-20 10:06:13 +00:00
jules
ff6e3bdace Fix for Array move operator. 2014-01-17 09:27:51 +00:00
jules
8d340d587e Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS) 2014-01-14 20:48:39 +00:00
jules
b18dd57e42 Change to allow fully-specified paths to be passed as posix NamedPipe paths, to be able to specify the temp file's location. 2014-01-14 15:45:51 +00:00
jules
01b9ff0843 Fix for setting thread priority while the thread isn't running. 2014-01-14 15:44:34 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
ce8d56d3a1 Added copy constructors to LocalisedStrings. 2014-01-01 16:57:25 +00:00
jules
ca42bdaeb4 Documentation update + Xcode 3 compiler fix. 2014-01-01 16:20:25 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
ab053c5503 Added a LocalisedString::setFallback() method. 2013-12-29 11:02:59 +00:00
jules
2b0f3f45e0 Made OwnedArray::addCopiesOf handle null pointers. 2013-12-29 10:32:32 +00:00
jules
dc182eef2c Improvement to OSX double->string conversion for better speed + thread-safety. 2013-12-17 20:14:54 +00:00
jules
585164f4ad javascript 'continue' fix. 2013-12-05 14:23:01 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00
jules
a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 2013-12-02 09:44:17 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
f9759ecc6b Documentation fixes. 2013-11-30 20:04:17 +00:00
jules
c7341b1e2c Added a flag in ZipFile to make sure the filename is treated as UTF8. 2013-11-27 15:18:10 +00:00
jules
39cc7d8d82 Fixed some var::equals ordering problems, and added unit tests for this. 2013-11-22 11:02:06 +00:00