0
I Use This!
Inactive

Commits : Listings

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