summaryrefslogtreecommitdiff
path: root/src/options.h
Commit message (Collapse)AuthorAgeFilesLines
* Add warning for identifying generated outputVincent Sanders2015-10-081-0/+1
|
* Implement putforwards processing.Vincent Sanders2015-09-301-1/+2
| | | | | | | | | interface attributes with the putforwards extended attribute call the setter specified in that extended attribute. The WebIDL is supposed to ensure the attribute is readonly before allowing a putforwards but we only warn about this as there are several examples where readonly is omitted.
* Add dry run featureVincent Sanders2015-08-101-0/+2
|
* Enable warnings to be enabled and generated for unimplemented elementsVincent Sanders2015-08-061-1/+1
|
* initial duktape libdom generatorVincent Sanders2015-07-251-4/+0
| | | | | This generator creates all the output files and generates the finalisers for every class.
* Change binding grammar to new approach.Vincent Sanders2015-07-211-10/+5
|
* complete implementation of interface map generation and split out to own moduleVincent Sanders2014-05-161-1/+2
|
* move binding type from explicit statement into declaration.Vincent Sanders2014-05-161-0/+4
| | | | | As a side effect the binding declaration changes and looses its (unused) name/identifier
* add switch and implementation to enable debug trace logging in generated codeVincent Sanders2013-06-031-0/+1
|
* allow generation of header for exported interfaces and structures.Vincent Sanders2012-12-191-8/+13
|
* add warning switch to control warning output at generation timeVincent Sanders2012-11-081-2/+15
|
* Support generation of dep filesDaniel Silverstone2012-11-041-0/+2
|
* The name of teh tool is nsgenbind correct this everywhereVincent Sanders2012-10-231-3/+3
|
* add copyright and licence noticesVincent Sanders2012-09-071-0/+12
|
* add preamble blocks delinited by [[[ and ]]]Vincent Sanders2012-09-061-0/+10
Improve separation of binding file handling