summaryrefslogtreecommitdiff
path: root/Lib/lua
Commit message (Expand)AuthorAgeFilesLines
...
* [lua/luarun] change return type from int to void on functions not returning a...Thomas Trocha2015-01-111-4/+4
* %constant and structs support for LuaWilliam S Fulton2014-12-291-0/+3
* Moving variable declaration to the beginning of the blockArtem Serebriyskiy2014-05-281-1/+2
* Add default __eq implementationArtem Serebriyskiy2014-05-282-18/+30
* Fix unused variable warning in Lua bindingsOlly Betts2014-05-281-8/+9
* Refactor Lua class base search to make ISO c/c++ compliantWilliam S Fulton2014-05-241-42/+43
* Fix compiler warnings in generated code when using -std=c++98 -std=gnu89 -ped...William S Fulton2014-05-244-53/+74
* Fix comment typoOlly Betts2014-05-241-2/+2
* Work towards C90 compatibility for LuaOlly Betts2014-05-241-21/+28
* Don't use // comments in C code.Olly Betts2014-05-181-2/+2
* Fix some typosWilliam S Fulton2014-05-011-8/+3
* Merge pull request #159 from v-for-vandal/issue_154Olly Betts2014-04-291-7/+256
|\
| * Removed all unnecessary assertsArtem Serebriyskiy2014-04-231-38/+0
| * Optimize metamethods inheritance resolvingArtem Serebriyskiy2014-04-221-38/+97
| * Finish implementation with proxy functionsArtem Serebriyskiy2014-04-151-2/+230
* | Fixed errors from previous commit.Artem Serebriyskiy2014-04-231-1/+1
* | Fixing unused variable warningsArtem Serebriyskiy2014-04-162-15/+16
|/
* Fix comment typoOlly Betts2014-04-021-1/+1
* Fix compiler warnings in generated Lua codeOlly Betts2014-04-021-2/+3
* Fixing issue 152Artem Serebriyskiy2014-03-231-5/+2
* Fix missing return statements in Lua codeWilliam S Fulton2014-03-141-2/+2
* Removing all TODO:REMOVEArtem Serebriyskiy2014-03-031-67/+1
* __Static -> SwigStatig, __Module -> SwigModuleArtem Serebriyskiy2014-03-031-1/+1
* Fix illegal C++ symbolsWilliam S Fulton2014-02-281-3/+3
* Cosmetic tweaks to lua runtimeWilliam S Fulton2014-02-281-31/+34
* Restore Lua C++11 rvalue referenceWilliam S Fulton2014-02-281-1/+1
* Merge Lua changes - branch 'class_p1' of github.com:v-for-vandal/swig into v-...William S Fulton2014-02-273-322/+867
|\
| * Return MIN_OPT_LEVEL for eluaArtem Serebriyskiy2014-02-231-0/+5
| * Attempt to catch unreproducable bug from Travis CI buildArtem Serebriyskiy2014-02-191-3/+8
| * Small bugfixesArtem Serebriyskiy2014-02-191-1/+1
| * Bugfixes for eLua. eLua emulation modeArtem Serebriyskiy2014-02-192-13/+321
| * Add compatibility option for old-style inheritanceArtem Serebriyskiy2014-02-191-0/+101
| * Style fixes. Comments fixes. Fixing cmd options. etcArtem Serebriyskiy2014-02-191-50/+49
| * Fixes for examples. Wrapped keywords into guardian in keyword_rename testArtem Serebriyskiy2014-02-191-1/+4
| * Remove some obsolete codeArtem Serebriyskiy2014-02-192-7/+0
| * Manually beautifying luarun.swgArtem Serebriyskiy2014-02-191-53/+53
| * BugfixesArtem Serebriyskiy2014-02-191-23/+23
| * A few bugfixesArtem Serebriyskiy2014-02-191-15/+33
| * Some class bases iteration improvementsArtem Serebriyskiy2014-02-191-145/+166
| * Fixes for eluaArtem Serebriyskiy2014-02-193-39/+54
| * BugfixesArtem Serebriyskiy2014-02-191-0/+4
| * Bugfixes. CMD args handling. Code cleanupArtem Serebriyskiy2014-02-192-13/+20
| * Preparations before pull request - part 1Artem Serebriyskiy2014-02-192-316/+6
| * More changes. Mostly to the would-be class libraryArtem Serebriyskiy2014-02-192-4/+178
| * nspace.i example is workingArtem Serebriyskiy2014-02-191-62/+235
| * Initial implementation - everything compiles but might not workArtem Serebriyskiy2014-02-192-36/+65
* | Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* | [Lua] Add keyword warnings for Lua keywords and Basic Functions.Olly Betts2014-02-192-1/+69
|/
* Bug fix (typo - "wchar" instead of "wchar_t")jleveque2013-12-121-1/+1
* Fix compile warning on Linuxjleveque2013-12-121-1/+1