]> Some of my projects - aucqjsenginefunction.git/commit
AucQJSEngineFunction master
authorAPTX <aptx@aptx.org>
Sat, 3 Jan 2026 10:02:11 +0000 (19:02 +0900)
committerAPTX <aptx@aptx.org>
Sat, 31 Jan 2026 06:49:55 +0000 (15:49 +0900)
commitf286fd5c8f03302860608c6c1edb02a7b087a833
tree7107b3e04a5976dc8b72ad9234669563caa4303e
AucQJSEngineFunction

This is a small library implementing C++ function binding into JS. This
is similar to what QScriptEngine::newFunction used to do.
.gitignore [new file with mode: 0644]
AucQJSEngineFunctionConfig.cmake.in [new file with mode: 0644]
AucQJSEngineFunction_global.h [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSES/LGPL-3.0-only.txt [new file with mode: 0644]
aucqjsenginefunction.cpp [new file with mode: 0644]
aucqjsenginefunction.h [new file with mode: 0644]
jsfunctionwrapper.cpp [new file with mode: 0644]
jsfunctionwrapper.h [new file with mode: 0644]