summaryrefslogtreecommitdiff
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-222-3/+3
* Align the private structs to quieten certain warnings from clangDaniel Silverstone2017-02-051-1/+1
* Ensure generated attributes register for correct eventsdsilvers/eventworkDaniel Silverstone2017-02-051-4/+7
* Make the #line a commentDaniel Silverstone2017-02-051-1/+1
* improve webidl AST dump outputVincent Sanders2016-11-271-9/+96
* Add doxygen generatorVincent Sanders2016-11-272-0/+1792
* remove unused node set APIVincent Sanders2016-11-272-8/+0
* restructure AST node creation to avoid castsVincent Sanders2016-11-276-69/+153
* Prepare for 0.4release/0.4Daniel Silverstone2016-11-191-1/+1
* use bounded string writingVincent Sanders2016-10-141-2/+2
* Update component version for releaserelease/0.3Vincent Sanders2016-02-161-1/+1
* ensure webidl intercalate copes with empty webidlVincent Sanders2016-02-071-10/+14
* fix testrunner to use correct comamndlineVincent Sanders2016-02-073-12/+38
* Bison after version 3.0 require different api prefix handlingVincent Sanders2016-02-071-2/+4
* fix ambiguity in grammar around class argumentsVincent Sanders2016-02-071-4/+2
* use unsued variable macro to remove warningVincent Sanders2016-02-071-2/+2
* Correctly annotate unused variables with a macroVincent Sanders2016-02-065-7/+18
* Add support for TreatNullAs=EmptyString extended attribute.John-Mark Bell2016-02-013-2/+20
* Expose nullable flag in IR and have generated getters use it.John-Mark Bell2016-02-013-2/+14
* Make generated string attribute getters cope with libdom returning NULL.John-Mark Bell2016-01-311-4/+8
* simplify strndup detectionVincent Sanders2016-01-241-3/+1
* Improve strndup detectionVincent Sanders2016-01-241-1/+3
* Update component version for releaserelease/0.2Vincent Sanders2016-01-031-1/+1
* Use attribute types from IR for generated event handlersVincent Sanders2015-11-052-20/+149
* extend IR to have a separate map for attribute typesVincent Sanders2015-11-052-32/+92
* Add generated code for short integer valuesVincent Sanders2015-11-011-0/+53
* split heuristic code generation out from interface logicVincent Sanders2015-11-014-185/+230
* 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-243-7/+16
* extend the interface attribute getter automatic code generation to cover longsVincent Sanders2015-10-241-0/+24
* Extend IR attribute entries to contain the type modifilerVincent Sanders2015-10-242-17/+43
* Fix putforwards generation to cope with getters leaving a dirty stackVincent Sanders2015-10-141-5/+4
* slightly modify the IDL to c name translationVincent Sanders2015-10-131-8/+14
* Extend the permitted values of the binding method namesVincent Sanders2015-10-121-2/+21
* show the property type on unimplemented getter warningVincent Sanders2015-10-121-2/+4
* show the property type on unimplemented setter warningVincent Sanders2015-10-093-2/+60
* Improve the generated instanceof in the binding to take an indexVincent Sanders2015-10-091-16/+16
* Add automatic generation of property getters and settersVincent Sanders2015-10-083-50/+241
* Split out idl to c name conversionVincent Sanders2015-10-083-64/+69
* Add warning for identifying generated outputVincent Sanders2015-10-082-1/+5
* make interface operations with elipsis parameters output line directivesVincent Sanders2015-10-011-4/+1
* Process extended attributes for constructorsVincent Sanders2015-09-302-101/+168
* Implement putforwards processing.Vincent Sanders2015-09-305-22/+155
* Allow empty classesVincent Sanders2015-09-283-6/+66
* annotates binding AST with source linenumber and fileVincent Sanders2015-09-286-14/+65
* Improve the parser error reportingVincent Sanders2015-09-283-34/+126
* Simplify genbind AST handling of preface, prologue, epilogue and postfaceVincent Sanders2015-09-268-172/+196
* Improve documentation on webidl type specifiersVincent Sanders2015-09-251-15/+15