summaryrefslogtreecommitdiff
path: root/Lib/lua/luaruntime.swg
Commit message (Expand)AuthorAgeFilesLines
* Fix overloading for non-pointers and NULL - LuaWilliam S Fulton2018-12-301-2/+3
* Add default __eq implementationArtem Serebriyskiy2014-05-281-1/+1
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-241-1/+1
* Fixing unused variable warningsArtem Serebriyskiy2014-04-161-2/+2
* __Static -> SwigStatig, __Module -> SwigModuleArtem Serebriyskiy2014-03-031-1/+1
* Merge Lua changes - branch 'class_p1' of github.com:v-for-vandal/swig into v-...William S Fulton2014-02-271-16/+24
|\
| * Bugfixes for eLua. eLua emulation modeArtem Serebriyskiy2014-02-191-2/+21
| * Remove some obsolete codeArtem Serebriyskiy2014-02-191-5/+0
| * Fixes for eluaArtem Serebriyskiy2014-02-191-0/+5
| * Bugfixes. CMD args handling. Code cleanupArtem Serebriyskiy2014-02-191-2/+2
| * Preparations before pull request - part 1Artem Serebriyskiy2014-02-191-2/+0
| * More changes. Mostly to the would-be class libraryArtem Serebriyskiy2014-02-191-0/+2
| * Initial implementation - everything compiles but might not workArtem Serebriyskiy2014-02-191-17/+6
* | Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
|/
* Fix another comment typoOlly Betts2012-05-091-1/+1
* Fix comment typoOlly Betts2012-05-091-1/+1
* Apply patch #3517435 from Miles Bader - prefer to use Lua_pushglobaltableWilliam S Fulton2012-04-141-5/+1
* [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader)Olly Betts2012-04-051-0/+4
* Slight change to the Lua macro names to separate ELUA and ELUAC from normal L...William S Fulton2012-01-161-8/+8
* Add support for eLua including options for Lua Tiny RAM (LTR)William S Fulton2011-09-161-0/+20
* SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to dis...William S Fulton2011-08-221-2/+3
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* [lua] added %luacode feature, documentation & examplesMark Gossage2008-03-171-1/+1
* [lua] Fix a bug in the class hierachy code, where the methods were not propag...Mark Gossage2007-12-041-1/+7
* [lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage2007-07-101-28/+5
* Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage2007-05-021-48/+48
* fixed several test casesMark Gossage2006-10-141-0/+94