summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Allow empty classesVincent Sanders2015-09-281-1/+53
|
* Add dry run featureVincent Sanders2015-08-101-12/+16
|
* Update README with info on generated outputVincent Sanders2015-08-041-0/+56
|
* make the duktape libdom generator output initializersVincent Sanders2015-07-261-13/+216
|
* Build interface map allowing for correct dependency generationVincent Sanders2015-07-241-0/+24
| | | | | | | | | | | | | This constructs an ordered list of all interfaces in their dependency order. The topological sort ordering is derived from the interfaces inheritance. The resulting table allows the generation phase to easily map interfaces to classes defined in the binding with a useful ordering. Additionally it was noticed that the uievent IDL was missing so that has now been added and allows for a much more complete graph of interfaces to be constructed.
* Change binding grammar to new approach.Vincent Sanders2015-07-211-1/+61
|
* make tests workVincent Sanders2012-09-051-0/+10
add basic commandlien handling