index
:
nsgenbind.git
dsilvers/eventwork
dsilvers/interfacemap
master
rjek/clang-warnings
tlsa/duktape2
NetSurf Generator for JavaScript bindings
NetSurf Browser Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence warnings from clang
rjek/clang-warnings
Rob Kendrick (humdrum)
2013-04-25
5
-9
/
+13
*
add a .gitattributes so .gitignore is not exported
release/0.0.1
Vincent Sanders
2013-04-18
1
-0
/
+2
*
Add -DYYENABLE_NLS=0 to shush some warnings
Daniel Silverstone
2013-04-11
1
-1
/
+1
*
add fetching of private values to property getters
Vincent Sanders
2013-01-31
1
-0
/
+2
*
output setter body
Vincent Sanders
2013-01-31
1
-2
/
+14
*
generate putforwards output based on WebIDL extended attribute
Vincent Sanders
2013-01-31
1
-3
/
+91
*
fix extended attribute AST ordering and nesting
Vincent Sanders
2013-01-31
1
-16
/
+36
*
make readonly property decision in a single place
Vincent Sanders
2013-01-28
1
-14
/
+17
*
annotate the webIDL AST with extended attributes
Vincent Sanders
2013-01-28
3
-14
/
+217
*
cause private data to be available in all api handlers
Vincent Sanders
2013-01-22
1
-2
/
+56
*
generate the class property operators and the enumerate operator implementations
Vincent Sanders
2013-01-22
1
-4
/
+75
*
change property mactro usage to reflect spidermonkey calling types
Vincent Sanders
2013-01-22
2
-8
/
+8
*
add class descriptor construction for default property actions
Vincent Sanders
2013-01-17
2
-19
/
+120
*
extend binding DSL with prologue and epilogue stanzas
Vincent Sanders
2013-01-02
6
-31
/
+114
*
Add epilogue output
Vincent Sanders
2013-01-02
3
-0
/
+69
*
allow generation of header for exported interfaces and structures.
Vincent Sanders
2012-12-19
5
-28
/
+129
*
generate the correct type name for boolean parameters to operations
Vincent Sanders
2012-11-28
1
-1
/
+1
*
ensure nullable type extension on strings is obeyed
Vincent Sanders
2012-11-27
1
-0
/
+13
*
add type suffix annotations to webidl AST
Vincent Sanders
2012-11-27
3
-4
/
+34
*
generate and use tinyid enum for properties
Vincent Sanders
2012-11-25
3
-39
/
+228
*
make property type getters/setetrs extract the property name
Vincent Sanders
2012-11-23
1
-41
/
+64
*
rename JSAPI macro usage to be consistant and unambiguous
Vincent Sanders
2012-11-22
2
-46
/
+91
*
name and docuemnt the binding property attribute
Vincent Sanders
2012-11-21
7
-41
/
+66
*
make property shared status and type handling selection generic
Vincent Sanders
2012-11-21
7
-87
/
+204
*
output unshared bodies
Vincent Sanders
2012-11-21
1
-14
/
+41
*
fix unshared type generation
Vincent Sanders
2012-11-21
2
-28
/
+42
*
generate unshared type property bodies
Vincent Sanders
2012-11-20
3
-7
/
+60
*
correctly generate setters and getters with unshared elements
Vincent Sanders
2012-11-20
1
-22
/
+63
*
keep the binding node list in the state object
Vincent Sanders
2012-11-20
3
-43
/
+23
*
implement unshared output in property specifier
Vincent Sanders
2012-11-20
5
-46
/
+159
*
allow unshared parameter to accept property names as well as types
Vincent Sanders
2012-11-20
2
-0
/
+7
*
add unshared option
Vincent Sanders
2012-11-20
6
-14
/
+69
*
add short property handling
Vincent Sanders
2012-11-18
1
-2
/
+19
*
generate macros for adding object to root GC set
Vincent Sanders
2012-11-17
1
-3
/
+3
*
ensure newly created objects survive teh garbage collector long enough to be ...
Vincent Sanders
2012-11-16
1
-2
/
+19
*
correctly deal with missing strings in parameters
Vincent Sanders
2012-11-16
1
-10
/
+7
*
correctly construct properties and functions so enumeration is correct. Seems...
Vincent Sanders
2012-11-15
2
-4
/
+44
*
geneate constants as fixed value properties on the prototype
Vincent Sanders
2012-11-14
5
-138
/
+200
*
generate teh correct output for const properties
Vincent Sanders
2012-11-13
1
-4
/
+78
*
add const properties on interface
Vincent Sanders
2012-11-11
1
-19
/
+86
*
add AST construction of constants in interfaces
Vincent Sanders
2012-11-11
3
-4
/
+66
*
use JSAPI_MARKOP() compatability macro everywhere its supposed to be used.
Vincent Sanders
2012-11-08
1
-1
/
+1
*
add warning switch to control warning output at generation time
Vincent Sanders
2012-11-08
4
-43
/
+98
*
change to using compat macros for garbage colelction marking
Vincent Sanders
2012-11-08
2
-9
/
+9
*
stop using format specifies with positional parameters
Vincent Sanders
2012-11-08
2
-18
/
+28
*
ensure all Dictionary paths return the correct value and do not add junk nodes
Vincent Sanders
2012-11-07
1
-0
/
+1
*
initialise the JSClass structure members with a JSAPI macro
Vincent Sanders
2012-11-06
1
-1
/
+1
*
allow mark/trace api to be implemented for garbage colelction management
Vincent Sanders
2012-11-06
2
-10
/
+61
*
Support generation of dep files
Daniel Silverstone
2012-11-04
3
-3
/
+52
*
fix operator input variables on webidl long
Vincent Sanders
2012-11-03
1
-3
/
+16
[next]