FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · charto/nbind · GitHub

/ nbind Public

Releases: charto/nbind

v0.3.15

Choose a tag to compare

Filter
jjrv released this 02 Mar 13:10
  • Fix internal compiler error in VS2017.
  • Add basic Android support.
  • Allow resetting references to JS callbacks.

v0.3.13

Choose a tag to compare

Filter
jjrv released this 21 Jul 05:50
  • Add NBIND_ALIAS macro to support enum classes.

v0.3.12

Choose a tag to compare

Filter
jjrv released this 29 May 17:08
  • Fix loading multiple addons with identical class and method names.
  • Move @types/node to devDependencies
  • Fix some methods disappearing on Emscripten target.

v0.3.11

Choose a tag to compare

Filter
jjrv released this 03 May 15:27
  • Avoid growing heap when passing objects by value.
  • Support const references to std::strings.

v0.3.10

Choose a tag to compare

Filter
jjrv released this 23 Apr 05:21
  • Fix constructors taking no arguments.
  • Update development environment.

v0.3.9

Choose a tag to compare

Filter
jjrv released this 21 Jan 11:10
  • Support std::function callbacks.
  • Fix passing cbFunction by const reference.
  • Add NBIND_DUPLICATE_POINTERS flag.
  • Update Emscripten detection.

v0.3.8

Choose a tag to compare

Filter
jjrv released this 27 Dec 18:42
  • Fix compiling C source files.
  • Detect unbound types at run-time to avoid crash on Node.js target.

v0.3.7

Choose a tag to compare

Filter
jjrv released this 20 Dec 19:50
  • Add noconflict.h to avoid macro naming conflicts.
  • Fix ndts issue when no functions outside classes have bindings.
  • Handle exceptions thrown in JavaScript callbacks.

v0.3.6

Choose a tag to compare

Filter
jjrv released this 12 Dec 18:40
  • Avoid conflict with "check" macro in AssertMacros.h.
  • Fix passing objects without a toJS method by value on Emscripten target.

v0.3.5

Choose a tag to compare

Filter
jjrv released this 26 Oct 11:18

Breaking changes:

  • inherit is now a reserved keyword in NBIND_CLASS sections.

Other changes:

  • Support (multiple) inheritance.
  • Fix issue with loading multiple addons that use nbind.
  • Fix issue with binding non-copyable classes.
  • Allow renaming bound properties.

Back | FazBrowse Home | New Git URL