1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 09:08:25 +00:00
Bernhard M. Wiedemann 68ac2842d6 Patch toluapp for reproducible output
Without this patch, libimlib2.c varied every time.

This patch was done while working on reproducible builds for openSUSE.
2023-09-08 11:17:16 -04:00
..
2023-09-08 11:17:16 -04:00
2023-02-16 21:54:40 -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