summaryrefslogtreecommitdiff
path: root/Examples/test-suite/lua
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'JS-check-fix'Olly Betts2023-05-121-0/+40
|\
| * Add li_constraints test, testing 'constraints.i'.Erez Geva2023-05-121-0/+40
* | Expand li_std_string_runme.*Olly Betts2023-05-121-0/+8
|/
* Initial support for std::string_viewOlly Betts2023-05-081-0/+50
* [lua] Test INPUT,INOUT,OUTPUT for std::string&Olly Betts2023-04-211-0/+6
* [Lua] Fix type resolution between SWIG-wrapped modulesOlly Betts2022-10-201-0/+12
* [lua] Run destructors of local C++ objects on SWIG_failOlly Betts2022-10-141-0/+29
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+3
* Add catches_strings test to test throws char * typemapWilliam S Fulton2022-09-191-0/+10
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+24
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+28
* rvalue reference outputsWilliam S Fulton2022-09-082-56/+66
* Test/fixes to handle NULL pointer for unique_ptr/auto_ptrWilliam S Fulton2022-08-312-0/+107
* SWIGTYPE && input typemaps now assume object has been movedWilliam S Fulton2022-08-311-0/+56
* Add Lua support for std::unique_ptr and std::auto_ptrWilliam S Fulton2022-08-111-0/+93
* Add machinery for C++14, C++17 and C++20 testingOlly Betts2022-07-261-0/+3
* Add Lua test for argcargv.iErez Geva2022-05-101-0/+26
* Consistent cpp11 testing in test-suiteWilliam S Fulton2022-03-271-0/+1
* Fix typos in docs and commentsOlly Betts2022-02-271-1/+1
* Fix typosDimitris Apostolou2022-02-101-1/+1
* Shorten testcase variable names for Scilab 6 to workWilliam S Fulton2021-11-151-7/+7
* OUTPUT typemaps on methods that don't return voidWilliam S Fulton2021-03-011-2/+2
* Clean up test casesRyan Nevell2020-02-171-1/+1
* Fix unwrapping of LUA lightuserdata type. Add test case.Ryan Nevell2020-02-172-0/+8
* Fix overloading for non-pointers and NULL - LuaWilliam S Fulton2018-12-301-0/+41
* Misc. typo and whitespace fixesluz.paz2018-09-191-1/+1
* Misc. typosluz.paz2018-05-172-4/+4
* Run overload_complicated testcaseWilliam S Fulton2017-10-041-3/+3
* Remove unused cvsignore targetWilliam S Fulton2017-03-101-6/+0
* handle const pointers to functionsPaweł Tomulik2016-03-241-0/+1
* Add test case for Lua __getitem + inheritanceAlexander Warg2016-03-172-0/+13
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+29
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+12
* Consistent quoting in MakefileWilliam S Fulton2015-08-211-1/+1
* lua: push characters as unformatted 1-character stringsNils Gladitz2015-07-011-0/+14
* Add c++11 strongly typed enum support for LuaWilliam S Fulton2014-11-281-0/+174
* Merge pull request #176 from v-for-vandal/lua_eqWilliam S Fulton2014-06-022-0/+58
|\
| * More tests for equality operator overloadingArtem Serebriyskiy2014-05-281-0/+47
| * Add default __eq implementationArtem Serebriyskiy2014-05-281-0/+11
* | Set SRCDIR when calling test-suite clean targets, in case it's neededKarl Wette2014-05-291-1/+1
|/
* Fix comment typosOlly Betts2014-05-181-4/+4
* Slight simplification of test-suite build for new out-of-source changesWilliam S Fulton2014-05-151-6/+0
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-2/+9
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-5/+5
* Fix some typosWilliam S Fulton2014-05-011-1/+1
* Finish implementation with proxy functionsArtem Serebriyskiy2014-04-152-0/+42
* Lua test-suite can now be run out of sourceWilliam S Fulton2014-04-011-1/+1
* Fixing issue 152Artem Serebriyskiy2014-03-231-0/+3
* Working around some of the SWIG internal issues with enumsArtem Serebriyskiy2014-03-121-2/+6
* Partially disabling old names generation for classes with nspaceArtem Serebriyskiy2014-03-061-2/+10