Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
Eric House 9455c0ef26 wrap jni ptr so can detect leaks (failure to call
game_dispose()). There was one that had been undetected for years. The
int is still passed into the jni, and each call site has to pull it
from the wrapper. Better would be to pass the wrapper, but I'm worried
about the performance hit of making a call back into the java world
from every jni entrypoint. Will test....
2016-01-31 19:51:51 -08:00
xwords4 wrap jni ptr so can detect leaks (failure to call 2016-01-31 19:51:51 -08:00
.gitignore hide core files 2014-10-17 18:37:08 -07:00
.projectile add projectile file now that I have some confidence it what it's doing 2014-10-10 07:38:27 -07:00