summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* chnage binding AST to put methds inside class nodesVincent Sanders2015-07-224-13/+115
* Change binding grammar to new approach.Vincent Sanders2015-07-219-775/+937
* make property generation use mapVincent Sanders2014-05-163-185/+236
* make function specifier and body generation use the interface mapVincent Sanders2014-05-163-175/+140
* Expand implements statements in the AST after it has been builtVincent Sanders2014-05-165-76/+127
* split out jsapi class generation and make use interface mapVincent Sanders2014-05-166-303/+293
* complete implementation of interface map generation and split out to own moduleVincent Sanders2014-05-165-166/+350
* generate function bodies for all interfacesVincent Sanders2014-05-163-92/+121
* add function and property enumerations to the interface mapVincent Sanders2014-05-165-16/+83
* rename jsapi method generation to be named function rather than oddly named w...Vincent Sanders2014-05-164-11/+14
* make binding constructor multiple interface capableVincent Sanders2014-05-165-188/+401
* construct topoligicaly consitant (dependancy correct) interface mapVincent Sanders2014-05-166-129/+394
* move flag indicating jsapi object for an interface should be a global from ap...Vincent Sanders2014-05-166-80/+121
* add flags to interface within bindingVincent Sanders2014-05-166-36/+152
* move binding type from explicit statement into declaration.Vincent Sanders2014-05-165-107/+123
* cope with older bison deirectives to get a pure parserVincent Sanders2014-05-022-2/+8
* use core buildsystem tool variables for flex and bisonVincent Sanders2014-05-021-3/+3
* Fix building for Win32John-Mark Bell2014-01-172-0/+27
* add switch and implementation to enable debug trace logging in generated codeVincent Sanders2013-06-035-26/+166
* use macro to cope with differing return types in garbage collection callbackVincent Sanders2013-06-031-1/+1
* fix building teh lexers with bison versions at and after 2.6Vincent Sanders2013-05-032-0/+19
* Add -DYYENABLE_NLS=0 to shush some warningsDaniel Silverstone2013-04-111-1/+1
* add fetching of private values to property gettersVincent Sanders2013-01-311-0/+2
* output setter bodyVincent Sanders2013-01-311-2/+14
* generate putforwards output based on WebIDL extended attributeVincent Sanders2013-01-311-3/+91
* fix extended attribute AST ordering and nestingVincent Sanders2013-01-311-16/+36
* make readonly property decision in a single placeVincent Sanders2013-01-281-14/+17
* annotate the webIDL AST with extended attributesVincent Sanders2013-01-283-14/+217
* cause private data to be available in all api handlersVincent Sanders2013-01-221-2/+56
* generate the class property operators and the enumerate operator implementationsVincent Sanders2013-01-221-4/+75
* change property mactro usage to reflect spidermonkey calling typesVincent Sanders2013-01-222-8/+8
* add class descriptor construction for default property actionsVincent Sanders2013-01-172-19/+120
* extend binding DSL with prologue and epilogue stanzasVincent Sanders2013-01-024-24/+88
* Add epilogue outputVincent Sanders2013-01-023-0/+69
* allow generation of header for exported interfaces and structures.Vincent Sanders2012-12-194-26/+127
* generate the correct type name for boolean parameters to operationsVincent Sanders2012-11-281-1/+1
* ensure nullable type extension on strings is obeyedVincent Sanders2012-11-271-0/+13
* add type suffix annotations to webidl ASTVincent Sanders2012-11-273-4/+34
* generate and use tinyid enum for propertiesVincent Sanders2012-11-253-39/+228
* make property type getters/setetrs extract the property nameVincent Sanders2012-11-231-41/+64
* rename JSAPI macro usage to be consistant and unambiguousVincent Sanders2012-11-222-46/+91
* name and docuemnt the binding property attributeVincent Sanders2012-11-215-16/+24
* make property shared status and type handling selection genericVincent Sanders2012-11-216-85/+202
* output unshared bodiesVincent Sanders2012-11-211-14/+41
* fix unshared type generationVincent Sanders2012-11-212-28/+42
* generate unshared type property bodiesVincent Sanders2012-11-203-7/+60
* correctly generate setters and getters with unshared elementsVincent Sanders2012-11-201-22/+63
* keep the binding node list in the state objectVincent Sanders2012-11-203-43/+23
* implement unshared output in property specifierVincent Sanders2012-11-205-46/+159
* allow unshared parameter to accept property names as well as typesVincent Sanders2012-11-201-0/+6