jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
2014-07-10 18:57:24 +01:00 |
|
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.
|
2014-05-27 17:02:34 +01:00 |
|
jules
|
d909b5aa2a
|
Added some base class initialisers to keep gcc 4.8.2 happy
|
2014-04-27 14:04:32 +01:00 |
|
jules
|
0530b6b01a
|
Added a JSON::fromString method.
|
2014-01-20 10:06:13 +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
|
a4e611222d
|
Various build housekeeping.
|
2013-11-12 10:28:29 +00:00 |
|
jules
|
d4a50a8de1
|
A couple of javascript fixes.
|
2013-11-02 14:05:59 +00:00 |
|
jules
|
4f5fd4daa7
|
Fix for javascript invocation of object methods.
|
2013-11-01 22:09:26 +00:00 |
|
jules
|
62b6f4691d
|
Fix to javascript operator precedence.
|
2013-10-28 18:30:08 +00:00 |
|
jules
|
98ef0eb4a5
|
Fix for utf-32 builds.
|
2013-10-25 13:10:27 +01:00 |
|
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
2013-10-22 19:29:04 +01:00 |
|
jules
|
fb4912ac1f
|
Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified.
|
2013-10-17 16:34:09 +01:00 |
|
jules
|
a074bfeea2
|
Workarounds for javascript code in non-C++11 compilers.
|
2013-10-17 14:32:00 +01:00 |
|
jules
|
6c5c461d73
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +01:00 |
|