Merge branch '0.8' to sync with v0.8 release.
commit315b5a210a9fcc43557c8c76c6cc8857c28cbe67
authorDaniel Wallin <daniel@boostpro.com>
Sun, 4 Jan 2009 12:08:34 +0000 (4 13:08 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Sun, 4 Jan 2009 12:08:34 +0000 (4 13:08 +0100)
tree3401c4d380aa786a48f3e4dcc4a1c00de37b6eaf
parent00beb3cfd7d6b7a0b30c0f4cd64d33efe472db33
parente3a51db9fcdc4e15e006dac289657c3e48bdb18d
Merge branch '0.8' to sync with v0.8 release.

* 0.8:
  docs: Add note about LUABIND_DYNAMIC_LINK.
  Move LUABIND_BUILDING define from Jamroot to source files.
  Always use __declspec(dllimport/dllexport) on Windows.
  Change test to use polymorphic type derived from wrap_base.
  Fix adopt() bug when used with wrapper class.
  Use correct index in inject_backref().
  Add test that demonstrates adopt() bug.