summaryrefslogtreecommitdiff
path: root/Source/Modules/lua.cxx
Commit message (Expand)AuthorAgeFilesLines
* Lua code refactorWilliam S Fulton2014-03-201-32/+18
* Fix extern "C"William S Fulton2014-03-151-2/+5
* Compiler fixes for Sun Workshop compilerWilliam S Fulton2014-03-151-4/+5
* Working around some of the SWIG internal issues with enumsArtem Serebriyskiy2014-03-121-0/+11
* Partially disabling old names generation for classes with nspaceArtem Serebriyskiy2014-03-061-13/+15
* Getattribute->GetFlagArtem Serebriyskiy2014-03-041-11/+11
* Disable old-names generation for enums in class in namespaceArtem Serebriyskiy2014-03-041-0/+6
* Removing all TODO:REMOVEArtem Serebriyskiy2014-03-031-21/+0
* Fixing enumsArtem Serebriyskiy2014-03-031-37/+36
* __Static -> SwigStatig, __Module -> SwigModuleArtem Serebriyskiy2014-03-031-8/+5
* Setattr -> SetFlagArtem Serebriyskiy2014-03-021-8/+8
* Cosmetic changes to lua.cxx after recent changesWilliam S Fulton2014-02-281-82/+91
* Minor code improvements after Lua changes.William S Fulton2014-02-281-3/+2
* Fixing registerClass. No more wrap: unnecessary attributesArtem Serebriyskiy2014-02-251-6/+3
* Fixed registerMethod to work like registerVariableArtem Serebriyskiy2014-02-251-73/+63
* Switched to Swig_name_* functionsArtem Serebriyskiy2014-02-251-12/+96
* Options in alphabetical orderArtem Serebriyskiy2014-02-221-3/+3
* Members renamingArtem Serebriyskiy2014-02-221-43/+54
* target_name -> lua_nameArtem Serebriyskiy2014-02-221-40/+40
* Fixing cmd options, againArtem Serebriyskiy2014-02-221-2/+12
* Fixing segfaultArtem Serebriyskiy2014-02-221-1/+1
* Removed class_parent_nspaceArtem Serebriyskiy2014-02-191-9/+4
* Fixes to module optionsArtem Serebriyskiy2014-02-191-20/+8
* Rename methods to make it clear what 'symbols table' they operate on.Artem Serebriyskiy2014-02-191-6/+6
* Eliminating namespaces_hash and using symbols table insteadArtem Serebriyskiy2014-02-191-119/+138
* Attempt to catch unreproducable bug from Travis CI buildArtem Serebriyskiy2014-02-191-3/+18
* Small bugfixesArtem Serebriyskiy2014-02-191-1/+5
* Bugfixes for eLua. eLua emulation modeArtem Serebriyskiy2014-02-191-68/+121
* Add compatibility option for old-style inheritanceArtem Serebriyskiy2014-02-191-1/+10
* Add support for C-style enums in C mode. And tests.Artem Serebriyskiy2014-02-191-2/+13
* Style fixes. Comments fixes. Fixing cmd options. etcArtem Serebriyskiy2014-02-191-111/+130
* Some fixes for eluaArtem Serebriyskiy2014-02-191-7/+28
* Attempt to fix unreproducable bug (from Travis CI build)Artem Serebriyskiy2014-02-191-10/+22
* Code beautifierArtem Serebriyskiy2014-02-191-532/+513
* Removing obsolete debug codeArtem Serebriyskiy2014-02-191-158/+52
* BugfixesArtem Serebriyskiy2014-02-191-1/+1
* A few bugfixesArtem Serebriyskiy2014-02-191-21/+21
* Fixes for eluaArtem Serebriyskiy2014-02-191-103/+144
* BugfixesArtem Serebriyskiy2014-02-191-4/+4
* Bugfixes. CMD args handling. Code cleanupArtem Serebriyskiy2014-02-191-76/+170
* BugfixesArtem Serebriyskiy2014-02-191-20/+20
* Preparations before pull request - part 1Artem Serebriyskiy2014-02-191-828/+73
* More changes. Mostly to the would-be class libraryArtem Serebriyskiy2014-02-191-0/+463
* Fixing issuse with v2-compatible static function namesArtem Serebriyskiy2014-02-191-7/+12
* Add pointer guardArtem Serebriyskiy2014-02-191-20/+86
* BugfixesArtem Serebriyskiy2014-02-191-66/+250
* nspace.i example is workingArtem Serebriyskiy2014-02-191-93/+224
* Initial implementation - everything compiles but might not workArtem Serebriyskiy2014-02-191-145/+585
* Lua static member access improvements.Artem Serebriyskiy2013-09-121-10/+119
* Include Lua error locus in SWIG error messagesMiles Bader2013-08-301-1/+1