summaryrefslogtreecommitdiff
path: root/stubs
AgeCommit message (Expand)AuthorFilesLines
2015-03-26next dev cycleHEADmasterErik De Rijcke1-1/+1
2015-03-26update to release version 1.2.01.2.0Erik De Rijcke1-1/+1
2015-03-24reformat codeErik De Rijcke6-33/+33
2015-03-24fix memory leak when adding loop handlersErik De Rijcke1-19/+43
2015-03-23gc event handlers when event source goes out of scopeErik De Rijcke2-154/+94
2015-03-23add native eventloop implemention as to properly deduce callback semanticsErik De Rijcke2-32/+127
2015-03-20use static callback functions to reduce memory consumptionErik De Rijcke6-35/+37
2015-03-17add proper toString implementationErik De Rijcke1-0/+9
2015-03-12keep track of native callbacks as long as the event source is not garbage col...Erik De Rijcke1-22/+29
2015-02-16provide equals and hashcode implementationErik De Rijcke1-0/+15
2015-02-11set version to next snapshot releaseErik De Rijcke1-1/+1
2015-02-11update poms to match maven central requirements1.1.1Erik De Rijcke1-0/+14
2015-02-11update poms to match maven central requirementsErik De Rijcke1-0/+4
2015-02-11bump version numberErik De Rijcke1-1/+3
2015-02-11ignore javadoc doclint errorsErik De Rijcke1-0/+3
2015-02-11use maven to build artifactsErik De Rijcke1-1/+61
2015-02-10migrate to mavenErik De Rijcke2-23/+28
2015-01-25remove unused genericErik De Rijcke1-1/+1
2015-01-25update copyright headersErik De Rijcke46-493/+609
2015-01-23fix code formatting.Erik De Rijcke9-24/+42
2015-01-21fix formatting & use lambdas where possibleErik De Rijcke2-8/+9
2015-01-21don't allocate new memory for each arguments objectErik De Rijcke1-4/+9
2015-01-21remove listener once object is destroyedErik De Rijcke3-1/+3
2015-01-20only invalidate if we receive a signal through a destroy listenerErik De Rijcke3-7/+16
2015-01-15reformat & small fixesErik De Rijcke19-166/+163
2015-01-15attempt at a better memory management modelErik De Rijcke21-133/+351
2015-01-13use property instead of fieldErik De Rijcke1-10/+10
2015-01-13fix formattingErik De Rijcke1-4/+2
2015-01-12convert client mapping to direct callingErik De Rijcke5-97/+243
2015-01-12convert server mapping to direct callingErik De Rijcke12-258/+575
2015-01-12use Pointer type for all data typesErik De Rijcke2-14/+14
2015-01-12replace all long mappings with PointerErik De Rijcke31-298/+312
2015-01-12use pointer instead of memoryErik De Rijcke1-4/+3
2015-01-12reformat codeErik De Rijcke15-76/+78
2015-01-12use zero instead of nullErik De Rijcke1-9/+9
2015-01-12use better int write methodErik De Rijcke1-4/+2
2015-01-12convert stray Pointer to longErik De Rijcke1-1/+1
2015-01-12only read list members when we explicitly ask it to, to avoid recursion & nul...Erik De Rijcke1-2/+2
2015-01-12when we don't know the implementation, allow all callsErik De Rijcke1-1/+1
2015-01-12fix pointer of pointerErik De Rijcke2-32/+3
2015-01-09attempt to support 32bitErik De Rijcke6-62/+85
2015-01-09make use of primitivesErik De Rijcke44-702/+333
2015-01-09make wl_argument passing workErik De Rijcke6-46/+15
2015-01-08correctly read and write to and from unionErik De Rijcke3-10/+9
2015-01-08correctly read and write to and from unionErik De Rijcke1-21/+20
2015-01-08use struct by reference instead of pointerErik De Rijcke2-10/+10
2015-01-07use pointer for connection argument instead of StringErik De Rijcke1-6/+1
2015-01-07fix formattingErik De Rijcke17-76/+91
2015-01-07use new native type to find correct constructorErik De Rijcke1-12/+12
2015-01-07set proper primitive type for int in unionErik De Rijcke1-3/+3