]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import lutok, a Lightweight C++ API for Lua.
authorbrooks <brooks@FreeBSD.org>
Tue, 17 Mar 2020 16:48:52 +0000 (16:48 +0000)
committerbrooks <brooks@FreeBSD.org>
Tue, 17 Mar 2020 16:48:52 +0000 (16:48 +0000)
commit4789f09b6be7ca95691e2f994531ce023545928f
treecfd66184091e02da4c65f7db8ef829133a8da4f8
Import lutok, a Lightweight C++ API for Lua.

This a snapshot of the latest version with git hash: 8f8eaef.

Obtained from: https://github.com/jmmv/lutok
Sponsored by: DARPA
56 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Kyuafile [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
admin/.gitignore [new file with mode: 0644]
admin/clean-all.sh [new file with mode: 0755]
admin/travis-build.sh [new file with mode: 0755]
admin/travis-install-deps.sh [new file with mode: 0755]
c_gate.cpp [new file with mode: 0644]
c_gate.hpp [new file with mode: 0644]
c_gate_test.cpp [new file with mode: 0644]
configure.ac [new file with mode: 0644]
debug.cpp [new file with mode: 0644]
debug.hpp [new file with mode: 0644]
debug_test.cpp [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/bindings.cpp [new file with mode: 0644]
examples/hello.cpp [new file with mode: 0644]
examples/interpreter.cpp [new file with mode: 0644]
examples/raii.cpp [new file with mode: 0644]
examples_test.sh [new file with mode: 0755]
exceptions.cpp [new file with mode: 0644]
exceptions.hpp [new file with mode: 0644]
exceptions_test.cpp [new file with mode: 0644]
include/lutok/README [new file with mode: 0644]
include/lutok/c_gate.hpp [new file with mode: 0644]
include/lutok/debug.hpp [new file with mode: 0644]
include/lutok/exceptions.hpp [new file with mode: 0644]
include/lutok/operations.hpp [new file with mode: 0644]
include/lutok/stack_cleaner.hpp [new file with mode: 0644]
include/lutok/state.hpp [new file with mode: 0644]
include/lutok/state.ipp [new file with mode: 0644]
lutok.pc.in [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/compiler-features.m4 [new file with mode: 0644]
m4/compiler-flags.m4 [new file with mode: 0644]
m4/developer-mode.m4 [new file with mode: 0644]
m4/doxygen.m4 [new file with mode: 0644]
m4/lua.m4 [new file with mode: 0644]
operations.cpp [new file with mode: 0644]
operations.hpp [new file with mode: 0644]
operations_test.cpp [new file with mode: 0644]
stack_cleaner.cpp [new file with mode: 0644]
stack_cleaner.hpp [new file with mode: 0644]
stack_cleaner_test.cpp [new file with mode: 0644]
state.cpp [new file with mode: 0644]
state.hpp [new file with mode: 0644]
state.ipp [new file with mode: 0644]
state_test.cpp [new file with mode: 0644]
test_utils.hpp [new file with mode: 0644]