forked from vinniefalco/LuaBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
687 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Version 1.0.2 | ||
|
||
* Option to hide metatables selectable at runtime, default to true. | ||
* addStaticMethod () renamed to addStaticFunction () for consistency. | ||
* addMethod () renamed to addFunction() for consistency. | ||
* addCFunction () registrations. | ||
* Convert null pointers to and from nil. | ||
* Small performance increase in class pointer extraction. | ||
|
||
2012-05-30 Version 1.0.1 | ||
|
||
* Backward compatibility with Lua 5.1.x. | ||
|
||
2012-05-29 Version 1.0 | ||
|
||
* Explicit lifetime management models. | ||
* Generalized containers. | ||
* Single header distribution. | ||
|
||
|
Oops, something went wrong.