Javascript Bindings for C++
Stars
22
Forks
7
Watchers
22
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.6k
commits
583
commits
548
commits
38
commits
5
commits
3
commits
1
commits
changed some includes (from "FunkMonkey's MSVC patch" http://github.com/FunkMonkey/flusspferd/commit/741c90d1f1bee8723465ec7d69db6ce989f50120)
f2a070cView on GitHubadded potentially missing #include <cctype> (thx to "FunkMonkey")
9898e54View on GitHubadded missing boost:: namespace (thx to "FunkMonkey")
4d351ecView on GitHubconfigure: added help for spidermonkey_include_dir and root_path
28f4a3eView on GitHubunified root API by using Macros if Typed Rooting is not supported (thx to Wes and gpsee inspiration)
b895229View on GitHubsince older SpiderMonkey does not support AddValueRoot made changes conditional
a1a40ccView on GitHubchanged root to use Add*Root API to be compatible with JägerMonkey (untested)
455d8eeView on GitHubseparate string_impl constructors to (hopefully) fix problems with MSVC
658d9a4View on GitHubpowl, ceill, floorl, fmodl -> std:: equivalents from <cmath>
e29e84cView on GitHub