1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
conky/3rdparty/toluapp/libtoluapp.def

66 lines
1.2 KiB
Modula-2
Raw Normal View History

Add toluapp subtree (#712) * First commit! * Import to git * Droping down CMake requirement * Corrected installation of libraries * Adding travis build * Updated cmake macros * Fixed find package * Updated travis hook * Updated travis hook * Patch to support Lua 5.3. * Fix Lua header include directives in tolua++.h Use angle bracket rather than double quotes when including Lua headers in the tolua++ header. This fixes a problem on systems that default to a Lua version newer than 5.1 and install the tolua++ header to the same directory as newer Lua headers. As there are (usually) no Lua headers in the same directory when building tolua++ itself, the preprocessor will look to the include directories passed to the compiler, one of which would be the Lua 5.1 include directory, and tolua++ will build with those (correct) headers. Then the tolua++ header is usually installed in the default include directory, alongside the newer Lua headers, which you wouldn't expect to cause any trouble. But it does cause trouble when trying to build other programs that include the tolua++ header, because now the preprocessor does find Lua headers in the same directory as the tolua++ header, which are the newer (incorrect) headers. Now the program will either fail to compile, because it doesn't support the newer headers, or fail to link with the tolua++ shared object because they were compiled against different Lua headers. Using angle brackets instead of double quotes in the include directives will fix the problem, because then the preprocessor will look to the include directories passed to the compiler first. See http://www.cegui.org.uk/forum/viewtopic.php?f=10&t=7195 * Remove email notifications. * Update travis build. * Build shared and static libs. * Patch toluapp to support Lua 5.3. With this change, support for Lua 5.1 is dropped. This resolve #116. * Add some comments to clarify the toluapp handling. * Add minor sonar fix.
2018-12-20 20:18:51 +00:00
EXPORTS
class_gc_event
push_table_instance
tolua_array
tolua_beginmodule
tolua_cclass
tolua_classevents
tolua_constant
tolua_copy
tolua_default_collect
tolua_dobuffer
tolua_endmodule
tolua_error
tolua_fast_isa
tolua_function
tolua_getfieldboolean
tolua_isboolean
tolua_isbooleanarray
tolua_ismodulemetatable
tolua_isnoobj
tolua_isnumber
tolua_isnumberarray
tolua_isstring
tolua_isstringarray
tolua_istable
tolua_istablearray
tolua_isuserdata
tolua_isuserdataarray
tolua_isusertable
tolua_isusertype
tolua_isusertypearray
tolua_isvalue
tolua_isvaluearray
tolua_module
tolua_moduleevents
tolua_open
tolua_pushboolean
tolua_pushfieldboolean
tolua_pushfieldnumber
tolua_pushfieldstring
tolua_pushfielduserdata
tolua_pushfieldusertype
tolua_pushfieldusertype_and_takeownership
tolua_pushfieldvalue
tolua_pushnumber
tolua_pushstring
tolua_pushuserdata
tolua_pushusertype
tolua_pushusertype_and_takeownership
tolua_pushvalue
tolua_register_gc
tolua_toboolean
tolua_tofieldnumber
tolua_tofieldstring
tolua_tofielduserdata
tolua_tofieldusertype
tolua_tofieldvalue
tolua_tonumber
tolua_tostring
tolua_touserdata
tolua_tousertype
tolua_tovalue
tolua_typename
tolua_usertype
tolua_variable