summaryrefslogtreecommitdiff
path: root/Examples/lua
Commit message (Expand)AuthorAgeFilesLines
* Improve #include guard macrosOlly Betts2022-07-191-2/+2
* Fix typos in docs and commentsOlly Betts2022-02-273-6/+6
* Fix comment and testsuite check message typosOlly Betts2022-02-231-1/+1
* Fix typosDimitris Apostolou2022-02-102-4/+4
* Fix testcase -Wstringop-truncation warning in gcc11William S Fulton2021-11-121-1/+1
* Lua example fix for newer osxWilliam S Fulton2021-02-201-0/+2
* Misc. typosluz.paz2018-05-1714-18/+18
* Examples update to support C++17: exception specification throw removalWilliam S Fulton2018-05-042-21/+12
* Remove differences from lua example compared to Python versionWilliam S Fulton2017-02-061-1/+1
* Warning fixes for gcc-7William S Fulton2017-02-061-0/+7
* Fix examples for lua 5.3William S Fulton2016-05-011-4/+5
* Correct to Unix CR/LFWilliam S Fulton2015-09-051-33/+33
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2117-56/+111
* Fix line endings in lua exampleWilliam S Fulton2014-11-271-15/+15
* Remove bogus ; after } in examplesOlly Betts2014-11-072-5/+5
* Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton2014-05-246-22/+24
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-1120-75/+89
* More cleaning up of the class examplesOlly Betts2014-05-051-5/+5
* Remove random extra assignment in example codeOlly Betts2014-05-051-1/+0
* Fix typosOlly Betts2014-04-2911-49/+49
* Whitespace cleanup of Example MakefilesKarl Wette2014-04-168-10/+10
* Lua documentation tweaks and make nspace example more concise.William S Fulton2014-03-043-9/+9
* Fixing documentation. Adding an example.Artem Serebriyskiy2014-03-025-0/+99
* Further cleaning up of class examplesOlly Betts2014-02-242-16/+10
* Fix assorted comment and documentation typosOlly Betts2014-02-231-4/+4
* Fix Lua examples for running under Lua 5.2William S Fulton2014-02-226-11/+26
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Lua examples now run during 'make check' and makefile tidyup.William S Fulton2013-04-1916-83/+98
* Convert to unix fileformatWilliam S Fulton2013-01-1218-992/+992
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-1/+0
* [Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage2009-01-131-1/+6
* Lua example warning removal fixes for vc++William S Fulton2008-06-214-7/+26
* [Lua] Removed generation of _wrap_delete_XXXXX (wrappered destructor) which w...Mark Gossage2008-04-308-3/+246
* add missing headerWilliam S Fulton2008-04-061-0/+2
* add missing headerWilliam S Fulton2008-04-051-0/+1
* [lua] Added a typemap DISOWN for SWIGTYPE* and SWIGTYPE[], and support for %d...Mark Gossage2008-03-279-2/+315
* [lua] added %luacode feature, documentation & examplesMark Gossage2008-03-175-0/+160
* [lua] updated docs for exceptionsMark Gossage2008-03-0612-108/+557
* Visual C++ 8 warning fixesWilliam S Fulton2008-02-025-5/+15
* gcc-4.2 warning fixesWilliam S Fulton2007-12-092-0/+3
* [lua] Fix a bug in the class hierachy code, where the methods were not propag...Mark Gossage2007-12-0410-0/+322
* [lua] Fix Examples/lua to pass SRCS for C tests rather than CXXSRCS.Olly Betts2007-10-283-9/+9
* Remove a stray ";"Olly Betts2007-10-281-1/+1
* [lua] extras compability for lua 5.1, fixed a static link name conflictMark Gossage2007-07-109-14/+14
* Fixed issues with C++ classes and hierachies across multiple source files. Mark Gossage2007-05-0212-0/+273
* Added a lua specific carrays.i which adds the operator[] support.Mark Gossage2007-01-221-2/+2
* making setting immutables an errorMark Gossage2006-12-211-7/+12
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-038-48/+0
* added support for native methods & member function pointers.Mark Gossage2006-10-245-1/+80
* added support for passing function pointers as well as native lua objectMark Gossage2006-09-117-0/+184