1
0
Fork 0
cuberite-2a/lib/tolua++
linnemannr 5049fd0fbf Support building on FreeBSD
SetFlags.cmake

	Add -lexecinfo to linker flags for FreeBSD to resolve backtrace()

lib/sqlite/CMakeLists.txt

	Define _XOPEN_SOURCE to 600 instead of __POSIX_VISIBLE to 200112 for
	POSIX 1-2001 support. For POSIX standards, the _XOPEN_SOURCE define
	controls the eventual value of __POSIX_VISIBLE. _XOPEN_SOURCE is defined
	to 500 in sqlite.c if not already defined, which sets up _POSIX_C_SOURCE
	and __POSIX_VISIBLE to the 199506 for POSIX.1c

lib/tolua++/CMakeLists.txt
src/CMakeLists.txt

	Add /usr/local/lib to the library search path for FreeBSD builds

src/OSSupport/Errors.cpp

	Correct the strerror_r() implementation determination to check whether
	_GNU_SOURCE is defined, not what it evaluates to
2015-05-24 20:07:31 -06:00
..
include Quick fix for a preprocessor error with clang on OS X 2014-09-02 23:21:34 -07:00
src ToLua: Fixed LuaJit compatibility. 2015-05-11 16:19:01 +02:00
win32 Moved tolua++ 2013-11-24 14:29:35 +00:00
CMakeLists.txt Support building on FreeBSD 2015-05-24 20:07:31 -06:00
COPYRIGHT Moved tolua++ 2013-11-24 14:29:35 +00:00
INSTALL Moved tolua++ 2013-11-24 14:29:35 +00:00
README Moved tolua++ 2013-11-24 14:29:35 +00:00
README-5.1 Moved tolua++ 2013-11-24 14:29:35 +00:00
SConstruct Moved tolua++ 2013-11-24 14:29:35 +00:00

README

This is tolua++-1.0

* 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