0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Try out luajit 2.0.3 More... about 10 years ago
Remove old error handler More... about 10 years ago
Clean up error code More... about 10 years ago
Supposed to work, but rewrite is being uncool More... about 10 years ago
Trying more error handling.. not working :( More... about 10 years ago
Added convenience `howling.cast` function (see #14) More... about 10 years ago
Ahem, nil is a reserved word on OSX (/usr/include/MacTypes.h) More... about 10 years ago
No dirty hack anymore. It's all sunshine and rainbows. More... about 10 years ago
Updated value passing sample to use the new API. More... about 10 years ago
removed tests from .travis.yml (oops!) More... about 10 years ago
And also the readme. Will write a better one. More... about 10 years ago
Removed the obsolete howling/test.* stuff More... about 10 years ago
Fix lookup of static functions. Closes #9. More... about 10 years ago
Detect early that static function lookup doesn't work. More... about 10 years ago
Cache member functions. Avoids a lot of lookups and casts. More... about 10 years ago
Ditch nested metaclasses. Much cleaner now. More... about 10 years ago
Enum support More... about 10 years ago
Add luajit patch to travis More... about 10 years ago
Rock -v is enuff, ignore execs, fix props test More... about 10 years ago
Use Boehm allocator. Closes #6 - important notes More... about 10 years ago
Added test for object arguments. More... about 10 years ago
Added better member dispatching without get/set. More... about 10 years ago
Forgot to regenerate _howling ... More... about 10 years ago
Also handle loose imports, fixes deeper. More... about 10 years ago
Woops, deeper test case, working in master More... about 10 years ago
Add (failing) deeper test case. Should be self-explanatory More... about 10 years ago
Use a Lua metatable for inherited function resolution. More... about 10 years ago
Added inherited member functions. More... about 10 years ago
Oops. Wrong test case. More... about 10 years ago
Added property/member resolution for derived classes. More... about 10 years ago