summaryrefslogtreecommitdiff
path: root/src/duk-libdom-interface.c
Commit message (Expand)AuthorAgeFilesLines
* Operation generation: When argument type errors are detected, treat as error.tlsa/duktape2Michael Drake2017-03-221-3/+3
* Duktape 2.X: duk_error now returns a duk_ret_tMichael Drake2017-03-221-3/+3
* Duktape 2.x: duk_safe_call callbacks now have a void ptr user data param.Michael Drake2017-03-221-2/+2
* Use attribute types from IR for generated event handlersVincent Sanders2015-11-051-4/+21
* split heuristic code generation out from interface logicVincent Sanders2015-11-011-184/+7
* extend the interface attribute setter automatic code generation to cover longsVincent Sanders2015-10-251-0/+29
* improve unimplemented warning to include type modifierVincent Sanders2015-10-241-3/+4
* extend the interface attribute getter automatic code generation to cover longsVincent Sanders2015-10-241-0/+24
* Fix putforwards generation to cope with getters leaving a dirty stackVincent Sanders2015-10-141-5/+4
* show the property type on unimplemented getter warningVincent Sanders2015-10-121-2/+4
* show the property type on unimplemented setter warningVincent Sanders2015-10-091-2/+4
* Add automatic generation of property getters and settersVincent Sanders2015-10-081-47/+215
* make interface operations with elipsis parameters output line directivesVincent Sanders2015-10-011-4/+1
* Implement putforwards processing.Vincent Sanders2015-09-301-16/+86
* annotates binding AST with source linenumber and fileVincent Sanders2015-09-281-10/+4
* Simplify genbind AST handling of preface, prologue, epilogue and postfaceVincent Sanders2015-09-261-16/+24
* Make the binding parser understand c typesVincent Sanders2015-09-251-19/+43
* Cause string arguments to operations to be coerced.Vincent Sanders2015-09-071-2/+3
* Change dictionary generation to produce C accessors.Vincent Sanders2015-08-301-1/+44
* only publicly export initialisors and finalisors if necessaryVincent Sanders2015-08-211-0/+7
* split up duk-libdom generation source as it had grown unweildyVincent Sanders2015-08-211-0/+1334