summaryrefslogtreecommitdiff
path: root/src/duk-libdom.c
Commit message (Expand)AuthorAgeFilesLines
* only publicly export initialisors and finalisors if necessaryVincent Sanders2015-08-211-19/+20
* split up duk-libdom generation source as it had grown unweildyVincent Sanders2015-08-211-1410/+1
* add dictionary support and generationVincent Sanders2015-08-211-111/+290
* rename interface map to be intermediate representationVincent Sanders2015-08-171-95/+95
* Basic type checking for operation argumentsVincent Sanders2015-08-131-5/+113
* Change to using single instance of constant strings for magic valuesVincent Sanders2015-08-111-27/+51
* Ensure the number of parameters is correct for operationsVincent Sanders2015-08-111-23/+270
* Ensure private member definitions in structures are validVincent Sanders2015-08-101-2/+14
* Properly inject interface prototypesDaniel Silverstone2015-08-091-3/+5
* Generate interface objectsDaniel Silverstone2015-08-091-2/+21
* Update the interface map to contain all operation argumentsVincent Sanders2015-08-091-80/+28
* Enable warnings to be enabled and generated for unimplemented elementsVincent Sanders2015-08-061-0/+11
* Add ptototype method type to bindingVincent Sanders2015-08-051-2/+13
* change method and property generators default block generationVincent Sanders2015-08-051-8/+33
* The Read-only properties generator was using the wrong number of parameters.Vincent Sanders2015-08-041-14/+18
* Fix initialiser parameter listVincent Sanders2015-08-021-3/+5
* generates files with temporary name and only overwites on changeVincent Sanders2015-08-021-12/+23
* Update the webidl parser to cope with specials and overloaded methodsVincent Sanders2015-08-021-116/+85
* generate binding header and sourceVincent Sanders2015-08-011-72/+354
* ensure nothing is generated for interfaces marked with NoInterfaceObjectVincent Sanders2015-07-311-1/+25
* Generate makefile fragment and add header guardsVincent Sanders2015-07-311-19/+100
* Clean up code generation functionsVincent Sanders2015-07-301-186/+221
* Generate prototype header and include it from each class sourceVincent Sanders2015-07-301-20/+90
* Add generation of private header and cause class files to include itVincent Sanders2015-07-301-14/+85
* Generate constant values on the class prototypeVincent Sanders2015-07-291-0/+51
* Add property generation and add it to prototype constructionVincent Sanders2015-07-291-80/+155
* Generate class methods from interface operationsVincent Sanders2015-07-281-4/+271
* Add prototype generationVincent Sanders2015-07-271-7/+116
* make the duktape libdom generator output initializersVincent Sanders2015-07-261-27/+299
* initial duktape libdom generatorVincent Sanders2015-07-251-0/+268