summaryrefslogtreecommitdiff
path: root/Lib/lua
Commit message (Expand)AuthorAgeFilesLines
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-3/+3
* Fix more "allows to" and other typosOlly Betts2021-04-211-4/+4
* Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-171-0/+5
* removing unnecessary bitsShane Liesegang2019-08-021-7/+1
* closer match to Python's outputShane Liesegang2019-08-021-1/+1
* typoShane Liesegang2019-07-281-1/+1
* actually seeing both is usefulShane Liesegang2019-07-271-1/+1
* matching code conventionsShane Liesegang2019-07-201-20/+20
* Lua userdata print pointing to wrapped memoryShane Liesegang2019-07-201-2/+2
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-1/+2
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+8
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-16/+0
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-134-5/+3
* Fix overloading for non-pointers and NULL - LuaWilliam S Fulton2018-12-303-8/+14
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Misc. typosluz.paz2018-05-173-5/+5
* Fix various comment and documentation typosOlly Betts2017-08-131-2/+2
* Merge branch 'jleveque-warning_fix'William S Fulton2017-04-251-2/+2
|\
| * [Lua] Fix compiler warningsJoe LeVeque2017-03-311-2/+2
* | Fix Lua warning for missing (SWIGTYPE CLASS::*) typemaps for C wrappersWilliam S Fulton2017-04-251-2/+0
|/
* Fix wrapping of references/pointers and qualifiers to member pointersWilliam S Fulton2017-03-161-0/+2
* Add <typeinfo> header for std::bad_castDaniel Vollmer2016-09-171-0/+1
* Add std::bad_cast to std_except.iDaniel Vollmer2016-09-171-0/+1
* Fix lua base class methods with __getitemAlexander Warg2016-03-171-13/+42
* lua: push characters as unformatted 1-character stringsNils Gladitz2015-07-013-4/+7
* lua: push integer constants as integerAlexander Warg2015-04-281-1/+1
* [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