summaryrefslogtreecommitdiff
path: root/Lib/lua
Commit message (Expand)AuthorAgeFilesLines
* Lua variadic templates sizeof... constants fixWilliam S Fulton2022-12-221-2/+2
* [Lua] Fix type resolution between SWIG-wrapped modulesOlly Betts2022-10-201-1/+1
* Cleanup SWIG_VERSION definitionWilliam S Fulton2022-10-131-2/+0
* Sort out predefined SWIG-specific macrosOlly Betts2022-10-051-0/+2
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+18
* Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-2/+2
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-4/+10
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-1/+1
* Add Lua support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-113-9/+87
* More move semantics improvementsWilliam S Fulton2022-07-041-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-1/+1
* Document argc argv libraryWilliam S Fulton2022-05-151-1/+1
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-13/+12
* Add argcargv.i to LuaKonrad Eisele2022-05-061-0/+58
* Fix typos in docs and commentsOlly Betts2022-02-275-13/+13
* Remove commented out redundant codeOlly Betts2022-02-271-10/+0
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-112-3/+3
* Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-1/+1
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-2/+2
* [lua] Fix maybe-uninitialized warning in generated codetytan6522021-12-151-1/+1
* Lua int ref typemap improvementsWilliam S Fulton2021-11-121-4/+4
* 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