jules
|
1f27553d38
|
Added an assertion to ChildProcess to catch attempts to launch non-existent executables.
|
11 years ago |
jules
|
0455110a0e
|
Added method URL::createWithoutParsing()
|
11 years ago |
jules
|
28e4473a6b
|
Fixed some typos.
|
11 years ago |
jules
|
00f317a717
|
Android JNIEnv locking.
|
11 years ago |
jules
|
fe25f6ee3c
|
Improved some misleading example code for ScopedLock.
|
11 years ago |
jules
|
a3ea53c460
|
Version number update
|
11 years ago |
jules
|
dcbde7b118
|
Added NamedValueSet::indexOf()
|
11 years ago |
jules
|
3e1c6b6a65
|
Optimisation to OutputStream::writeString
|
11 years ago |
jules
|
c0e262463d
|
Added method ThreadPoolJob::getCurrentThreadPoolJob()
|
11 years ago |
jules
|
21d4a82002
|
Added ChildProcess::getExitCode()
|
11 years ago |
jules
|
af746fafa3
|
Documentation typo fix.
|
11 years ago |
jules
|
a2ba38efb8
|
More assertions to catch dodgy XmlElement tag names.
|
11 years ago |
jules
|
1fc549f666
|
Fix for parsing XML elements with comments at the start of a text block.
|
11 years ago |
jules
|
7d3782b9e9
|
Minor documentation typo.
|
11 years ago |
jules
|
f38dc2fe3a
|
Added a DynamicObject::cloneAllProperties() method.
|
11 years ago |
jules
|
174e04b766
|
Added a copy constructor for DynamicObject
|
11 years ago |
jules
|
e80e396f5d
|
Improved documentation.
|
11 years ago |
jules
|
844fda7939
|
Spelling fix.
|
11 years ago |
jules
|
5765dbe670
|
Fix for Time::formatted with empty strings.
|
11 years ago |
jules
|
98bd1c55d3
|
Documentation correction.
|
11 years ago |
jules
|
5cabff2ac2
|
Moved FileFilter and WildcardFileFilter into the juce_core module.
|
11 years ago |
jules
|
7e1dcaa0ed
|
Improved comment.
|
11 years ago |
jules
|
d2532f4540
|
Version number update
|
11 years ago |
jules
|
28c281c6d3
|
Added a missing operator<< declaration for String.
|
11 years ago |
jules
|
492def9abf
|
Made CharPointer_UTF8 more consistent in the way it handles broken sequences.
|
11 years ago |
jules
|
0530b6b01a
|
Added a JSON::fromString method.
|
11 years ago |
jules
|
ff6e3bdace
|
Fix for Array move operator.
|
11 years ago |
jules
|
8d340d587e
|
Added an assertion for android to catch use of HTTP on the main thread (not allowed by the OS)
|
11 years ago |
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.
|
11 years ago |
jules
|
01b9ff0843
|
Fix for setting thread priority while the thread isn't running.
|
11 years ago |
jules
|
76c8400049
|
Really minor clean-ups.
|
11 years ago |
jules
|
d582a66917
|
Introjucer: Added gnu++0x flag for android builds. Support for SVG icons.
|
11 years ago |
jules
|
ce8d56d3a1
|
Added copy constructors to LocalisedStrings.
|
11 years ago |
jules
|
ca42bdaeb4
|
Documentation update + Xcode 3 compiler fix.
|
11 years ago |
jules
|
7dd5c09826
|
Version number update
|
11 years ago |
jules
|
ab053c5503
|
Added a LocalisedString::setFallback() method.
|
11 years ago |
jules
|
2b0f3f45e0
|
Made OwnedArray::addCopiesOf handle null pointers.
|
11 years ago |
jules
|
dc182eef2c
|
Improvement to OSX double->string conversion for better speed + thread-safety.
|
11 years ago |
jules
|
585164f4ad
|
javascript 'continue' fix.
|
11 years ago |
jules
|
28cdb20040
|
Whitespace cleanups.
|
11 years ago |
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.
|
11 years ago |
jules
|
2edec00b55
|
Removed a few more uses of String::empty.
|
11 years ago |
jules
|
2623f4d1e1
|
Added method String::clear(), and used it to replace a few uses of String::empty.
|
11 years ago |
jules
|
f9759ecc6b
|
Documentation fixes.
|
11 years ago |
jules
|
c7341b1e2c
|
Added a flag in ZipFile to make sure the filename is treated as UTF8.
|
11 years ago |
jules
|
39cc7d8d82
|
Fixed some var::equals ordering problems, and added unit tests for this.
|
11 years ago |
jules
|
6849658788
|
Added method ZipFile::Builder::addEntry for using streams instead of files.
|
11 years ago |
jules
|
cdacae9cbb
|
Version 3.0.0
|
11 years ago |
jules
|
55ff9a57be
|
Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions.
|
11 years ago |
jules
|
c8779f4192
|
Put back some atomics workaround functions for PPC.
|
11 years ago |