| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add c++11 strongly typed enum support for Lua | William S Fulton | 2014-11-28 | 1 | -1/+10 |
| * | Eliminate needless casting away const from string constants | Olly Betts | 2014-04-30 | 1 | -1/+1 |
| * | Fix typos | Olly Betts | 2014-04-29 | 1 | -9/+9 |
| * | Fixed errors from previous commit. | Artem Serebriyskiy | 2014-04-23 | 1 | -1/+1 |
| * | Fixing unused variable warnings | Artem Serebriyskiy | 2014-04-16 | 1 | -2/+27 |
| * | Fix typo in -lua -help output | Olly Betts | 2014-04-07 | 1 | -1/+1 |
| * | Lua code refactor | William S Fulton | 2014-03-20 | 1 | -32/+18 |
| * | Fix extern "C" | William S Fulton | 2014-03-15 | 1 | -2/+5 |
| * | Compiler fixes for Sun Workshop compiler | William S Fulton | 2014-03-15 | 1 | -4/+5 |
| * | Working around some of the SWIG internal issues with enums | Artem Serebriyskiy | 2014-03-12 | 1 | -0/+11 |
| * | Partially disabling old names generation for classes with nspace | Artem Serebriyskiy | 2014-03-06 | 1 | -13/+15 |
| * | Getattribute->GetFlag | Artem Serebriyskiy | 2014-03-04 | 1 | -11/+11 |
| * | Disable old-names generation for enums in class in namespace | Artem Serebriyskiy | 2014-03-04 | 1 | -0/+6 |
| * | Removing all TODO:REMOVE | Artem Serebriyskiy | 2014-03-03 | 1 | -21/+0 |
| * | Fixing enums | Artem Serebriyskiy | 2014-03-03 | 1 | -37/+36 |
| * | __Static -> SwigStatig, __Module -> SwigModule | Artem Serebriyskiy | 2014-03-03 | 1 | -8/+5 |
| * | Setattr -> SetFlag | Artem Serebriyskiy | 2014-03-02 | 1 | -8/+8 |
| * | Cosmetic changes to lua.cxx after recent changes | William S Fulton | 2014-02-28 | 1 | -82/+91 |
| * | Minor code improvements after Lua changes. | William S Fulton | 2014-02-28 | 1 | -3/+2 |
| * | Fixing registerClass. No more wrap: unnecessary attributes | Artem Serebriyskiy | 2014-02-25 | 1 | -6/+3 |
| * | Fixed registerMethod to work like registerVariable | Artem Serebriyskiy | 2014-02-25 | 1 | -73/+63 |
| * | Switched to Swig_name_* functions | Artem Serebriyskiy | 2014-02-25 | 1 | -12/+96 |
| * | Options in alphabetical order | Artem Serebriyskiy | 2014-02-22 | 1 | -3/+3 |
| * | Members renaming | Artem Serebriyskiy | 2014-02-22 | 1 | -43/+54 |
| * | target_name -> lua_name | Artem Serebriyskiy | 2014-02-22 | 1 | -40/+40 |
| * | Fixing cmd options, again | Artem Serebriyskiy | 2014-02-22 | 1 | -2/+12 |
| * | Fixing segfault | Artem Serebriyskiy | 2014-02-22 | 1 | -1/+1 |
| * | Removed class_parent_nspace | Artem Serebriyskiy | 2014-02-19 | 1 | -9/+4 |
| * | Fixes to module options | Artem Serebriyskiy | 2014-02-19 | 1 | -20/+8 |
| * | Rename methods to make it clear what 'symbols table' they operate on. | Artem Serebriyskiy | 2014-02-19 | 1 | -6/+6 |
| * | Eliminating namespaces_hash and using symbols table instead | Artem Serebriyskiy | 2014-02-19 | 1 | -119/+138 |
| * | Attempt to catch unreproducable bug from Travis CI build | Artem Serebriyskiy | 2014-02-19 | 1 | -3/+18 |
| * | Small bugfixes | Artem Serebriyskiy | 2014-02-19 | 1 | -1/+5 |
| * | Bugfixes for eLua. eLua emulation mode | Artem Serebriyskiy | 2014-02-19 | 1 | -68/+121 |
| * | Add compatibility option for old-style inheritance | Artem Serebriyskiy | 2014-02-19 | 1 | -1/+10 |
| * | Add support for C-style enums in C mode. And tests. | Artem Serebriyskiy | 2014-02-19 | 1 | -2/+13 |
| * | Style fixes. Comments fixes. Fixing cmd options. etc | Artem Serebriyskiy | 2014-02-19 | 1 | -111/+130 |
| * | Some fixes for elua | Artem Serebriyskiy | 2014-02-19 | 1 | -7/+28 |
| * | Attempt to fix unreproducable bug (from Travis CI build) | Artem Serebriyskiy | 2014-02-19 | 1 | -10/+22 |
| * | Code beautifier | Artem Serebriyskiy | 2014-02-19 | 1 | -532/+513 |
| * | Removing obsolete debug code | Artem Serebriyskiy | 2014-02-19 | 1 | -158/+52 |
| * | Bugfixes | Artem Serebriyskiy | 2014-02-19 | 1 | -1/+1 |
| * | A few bugfixes | Artem Serebriyskiy | 2014-02-19 | 1 | -21/+21 |
| * | Fixes for elua | Artem Serebriyskiy | 2014-02-19 | 1 | -103/+144 |
| * | Bugfixes | Artem Serebriyskiy | 2014-02-19 | 1 | -4/+4 |
| * | Bugfixes. CMD args handling. Code cleanup | Artem Serebriyskiy | 2014-02-19 | 1 | -76/+170 |
| * | Bugfixes | Artem Serebriyskiy | 2014-02-19 | 1 | -20/+20 |
| * | Preparations before pull request - part 1 | Artem Serebriyskiy | 2014-02-19 | 1 | -828/+73 |
| * | More changes. Mostly to the would-be class library | Artem Serebriyskiy | 2014-02-19 | 1 | -0/+463 |
| * | Fixing issuse with v2-compatible static function names | Artem Serebriyskiy | 2014-02-19 | 1 | -7/+12 |
