jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
hogliux
|
1f2eaeb47f
|
Added support for accessing the properties of a javascript object via the subscript operator
|
8 years ago |
jules
|
300485a147
|
Added a Javascript array indexOf method
|
9 years ago |
jules
|
37cffb74ce
|
Added a Javascript array splice method
|
9 years ago |
jules
|
0d96a8b47f
|
Avoided some false negatives in the JSON unit tests
|
9 years ago |
jules
|
a0835a5ea9
|
Added a parseFloat method to the Javascript parser
|
9 years ago |
jules
|
d9e3cdac16
|
Removed a few references to var::null
|
9 years ago |
jules
|
6fc4d5aac6
|
Fixed a bug in the Javascript parser involving array dereferencing
|
9 years ago |
jules
|
396d73a989
|
Fix for precedence of Javascript typeof operator
|
9 years ago |
jules
|
190a985003
|
Added typeof operator to javascript parser
|
9 years ago |
jules
|
90ff2369e2
|
Fixed a javascript return-else-statement parsing problem
|
9 years ago |
jules
|
a48d70010f
|
Added support for javascript Array.push method
|
9 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
9 years ago |
jules
|
99de06cf2c
|
Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties
|
9 years ago |
jules
|
88ca15e6f2
|
Added override specifiers to unit test classes
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
a49cc0fca5
|
Added methods degreesToRadians and radiansToDegrees
|
10 years ago |
jules
|
d8bc6c52c7
|
A couple more optimisations of Identifier object passing.
|
10 years ago |
jules
|
efb40313b4
|
Avoided a false alarm unit test failure.
|
10 years ago |
jules
|
06f279856c
|
Added support to the Javascript parser for invoking custom methods via DynamicObject::invokeMethod
|
10 years ago |
jules
|
710aec4503
|
Fixed a couple of broken unit tests
|
10 years ago |
jules
|
827e02862c
|
Tweaks to avoid an obscure compiler warning.
|
10 years ago |
jules
|
efd45ca032
|
Added access to the root object's properties in JavascriptEngine
|
10 years ago |
jules
|
df1483fb49
|
Minor refactoring in JS parser.
|
10 years ago |
jules
|
671f5fbbdc
|
Added a fix to make sure that javascript division always uses floating point.
|
10 years ago |
jules
|
e12823a10f
|
Added Math.ceil and Math.floor to the javascript parser.
|
10 years ago |
jules
|
a5fc9b34ec
|
Fixed javascript parser to handle for statements without iterator terms.
|
10 years ago |
jules
|
705492a800
|
Avoided division-by-zero problems in the javascript interpreter.
|
10 years ago |
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
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
|
d909b5aa2a
|
Added some base class initialisers to keep gcc 4.8.2 happy
|
11 years ago |
jules
|
0530b6b01a
|
Added a JSON::fromString method.
|
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
|
a4e611222d
|
Various build housekeeping.
|
11 years ago |
jules
|
d4a50a8de1
|
A couple of javascript fixes.
|
11 years ago |
jules
|
4f5fd4daa7
|
Fix for javascript invocation of object methods.
|
11 years ago |
jules
|
62b6f4691d
|
Fix to javascript operator precedence.
|
11 years ago |
jules
|
98ef0eb4a5
|
Fix for utf-32 builds.
|
11 years ago |
jules
|
61d1e1b7ba
|
Avoiding a few MSVC warnings
|
11 years ago |
jules
|
fb4912ac1f
|
Added a method JavascriptEngine::callFunction(), and tweaked the way timeouts are specified.
|
11 years ago |
jules
|
a074bfeea2
|
Workarounds for javascript code in non-C++11 compilers.
|
11 years ago |
jules
|
6c5c461d73
|
New class: JavascriptEngine!
|
11 years ago |