1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 17:47:09 +00:00
Go to file
Brenden Matthews 5d71853ec2 Squashed '3rdparty/toluapp/' changes from e0f18471..1fae7fd2
1fae7fd2 Merge pull request #3 from brndnmtthws/enable-std-c99
a0462958 Don't update homebrew.
d0a259d2 Enable C99, ignore unused value.

git-subtree-dir: 3rdparty/toluapp
git-subtree-split: 1fae7fd29e3cd741ec62b3c2cd1fad22ff435911
2018-12-22 14:01:32 -05:00
cmake Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
debian Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
doc Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
include Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
src Squashed '3rdparty/toluapp/' changes from e0f18471..1fae7fd2 2018-12-22 14:01:32 -05:00
win32/vc7 Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
.travis.yml Squashed '3rdparty/toluapp/' changes from e0f18471..1fae7fd2 2018-12-22 14:01:32 -05:00
CMakeLists.txt Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
config_linux.py Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
config_msvc.py Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
config_posix.py Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
COPYRIGHT Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
custom-5.1.py Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
dist.info Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
INSTALL Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
libtoluapp.def Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
Makefile Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
README-5.1 Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
README.md Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00
SConstruct Squashed '3rdparty/toluapp/' content from commit 2e0e8533 2018-12-20 20:48:35 -05:00

Build Status

tolua++

What is tolua++?

tolua++ is an extension of toLua, a tool to integrate C/C++ code with Lua. tolua++ includes new features oriented to c++, such as class templates.

tolua is a tool that greatly simplifies the integration of C/C++ code with Lua. Based on a "cleaned" header file, tolua automatically generates the binding code to access C/C++ features from Lua. Using Lua-5.0 API and metamethod facilities, the current version automatically maps C/C++ constants, external variables, functions, namespace, classes, and methods to Lua. It also provides facilities to create Lua modules.

Availability

tolua++ is freely available for both academic and commercial purposes. See COPYRIGHT for details.

tolua++ can be downloaded from the sites below: http://www.codenix.com/~tolua/

Installation

See INSTALL.

Contacting the author tolua has been designed and implemented by Waldemar Celes. tolua++ is maintained by Ariel Manzur. Send your comments, bug reports and anything else to tolua@codenix.com