jules
|
3f07f45702
|
Improved Android event callback mechanism.
|
12 years ago |
jules
|
c70d98dbdd
|
Added some trigonometry functions that are missing from MSVC's C library.
|
12 years ago |
jules
|
a8c754f06c
|
Added some comparison methods to Identifier.
|
12 years ago |
jules
|
3bfc0a81e7
|
Added flags to choose whether stderr and stdout are returned by ChildProcess. Used this to fix linux native file chooser.
|
12 years ago |
jules
|
a7df25f860
|
Added methods var::clone() and DynamicObject::clone() for deep-copying objects.
|
12 years ago |
jules
|
1a2aff80a7
|
Moved some JSON formatting logic into DynamicObject::writeAsJSON
|
12 years ago |
jules
|
0cc6fb9356
|
Avoided MSVC warning.
|
12 years ago |
jules
|
97823b3085
|
Added a method JSON::parseQuotedString
|
12 years ago |
jules
|
03ab2a2c3c
|
Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes)
|
12 years ago |
jules
|
293aedac2f
|
Fixed spelling. Added a few simple methods to Random, BigInteger and var.
|
12 years ago |
jules
|
0ff1e14b8b
|
Added assertions to some array methods to avoid false alarms from Clang static analyser.
|
12 years ago |
jules
|
0e32a71644
|
Fix for MinGW builds.
|
12 years ago |
jules
|
18a012f7db
|
Optimised Array with some move-operators.
|
12 years ago |
jules
|
12bf054456
|
Version number update
|
12 years ago |
jules
|
19425a4502
|
Optimised a couple of XML and memory block functions.
|
12 years ago |
jules
|
94aca67a9b
|
Fix for linux URL stream opening.
|
12 years ago |
jules
|
4198291d9a
|
Added method XmlElement::getChildByAttribute().
|
12 years ago |
jules
|
a811a80884
|
(Fixed a silly typo in the last commit)
|
12 years ago |
jules
|
c62da6c983
|
Cleaned up some pedantic warnings in the iOS build.
|
12 years ago |
jules
|
bb98c00d0d
|
Avoided some pedantic compiler warnings in the audio plugin code.
|
12 years ago |
jules
|
b9198f4f88
|
Tweaked the Uuid class to make it compatible with RFC 4122 version 4.
|
12 years ago |
jules
|
5f9552c4ec
|
Version number update
|
12 years ago |
jules
|
ec52acc609
|
Minor clean ups inside Random class and introjucer.
|
12 years ago |
jules
|
bfbc7d843a
|
arm64 compile fix.
|
12 years ago |
jules
|
b05c8413cf
|
Tidied up some docs and added an AudioFormat constructor.
|
12 years ago |
jules
|
8a66ec83f0
|
Minor clean-ups.
|
12 years ago |
jules
|
81c87652db
|
Removed an incorrect assertion.
|
12 years ago |
jules
|
8809efcb7a
|
A few tweaks to help the clang static analyser avoid false alarms.
|
12 years ago |
jules
|
1451d555c1
|
Fix for arm-64 iOS.
|
12 years ago |
jules
|
eed99767d0
|
Documentation updates.
|
12 years ago |
jules
|
5051b2ffcc
|
Optimised some number streaming functions.
|
12 years ago |
jules
|
abd3babc02
|
Minor optimisations and clean-ups.
|
12 years ago |
jules
|
ca902e0122
|
URL class: allowed user-supplied headers to contain a content-type specifier.
|
12 years ago |
jules
|
9243e3dbdd
|
Minor tinkering with the String class.
|
12 years ago |
jules
|
99d1357a4c
|
Added a "willSendRequest" callback to the OSX web stream delegate class.
|
12 years ago |
jules
|
55bbea3238
|
Undefined some zlib internal macros
|
12 years ago |
jules
|
221786dfcf
|
New method Array::addNullTerminatedArray(), and misc minor tightening-up of code.
|
12 years ago |
jules
|
15424753c3
|
Added method JSON::escapeString
|
12 years ago |
jules
|
4c896471d9
|
Minor exception-correctness
|
12 years ago |
jules
|
5804ecfa5e
|
Revised Uuid::null, and turned it into a static method, not a variable.
|
12 years ago |
jules
|
8f2c2353e1
|
Added a Uuid::null variable.
|
12 years ago |
jules
|
9a193b55f2
|
Fixed a bug in File relative path parsing.
|
12 years ago |
jules
|
fc772941d6
|
Fixed some pedantic warnings.
|
12 years ago |
jules
|
addd649b27
|
Disambiguations to keep the MS compiler happy when using UTF32 string mode.
|
12 years ago |
jules
|
a8b41cb717
|
Linux: changed the path returned by File::userApplicationDataDirectory to be based on XDG_CONFIG_HOME if available.
|
12 years ago |
jules
|
c54ca1037d
|
Fixes for builds using utf-32 string storage.
|
12 years ago |
jules
|
94f7377009
|
Typo fix.
|
12 years ago |
jules
|
3a47baf9b9
|
Misc minor string optimisations.
|
12 years ago |
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
12 years ago |
jules
|
14cfa338b6
|
Avoided a false assertion in File. Minor clean-ups.
|
12 years ago |