summaryrefslogtreecommitdiff
path: root/src/duk-libdom.c
Commit message (Expand)AuthorAgeFilesLines
* Vince is right, -3 is better than -4dsilvers/interfacemapDaniel Silverstone2015-08-041-1/+1
* 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