Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-01-28 | Disable the Lua run time tests for now, and patch up a couple of things that ↵ | David Walter Seikel | 1 | -1/+5 | |
should be disabled along with that. | |||||
2012-01-25 | Last minute coment before bed. | David Walter Seikel | 1 | -0/+1 | |
2012-01-25 | Hack together LuaSL, LuaJIT, and luaproc. It's frankenstein right now. lol | David Walter Seikel | 1 | -6/+179 | |
2012-01-24 | Quick and dirty testing of luaJIT+luaproc from LuaSL. | David Walter Seikel | 1 | -1/+32 | |
2012-01-24 | Make the script engine testing UI a command option. | David Walter Seikel | 1 | -78/+109 | |
2012-01-23 | Add ability to disable the test harness, or the Lua compile test. | David Walter Seikel | 1 | -7/+17 | |
2012-01-23 | Tweaked the output a little. | David Walter Seikel | 1 | -2/+2 | |
2012-01-23 | Exercise the lua compiler to, and produce an estimate of compile time. Also ↵ | David Walter Seikel | 1 | -6/+39 | |
comment out the edje stuff for now. | |||||
2012-01-23 | Replace #ifdef with if or #if. | David Walter Seikel | 1 | -3/+1 | |
Letting the compiler remove things with unreachable code optimisations, but still allowing it to check the code it removes. | |||||
2012-01-22 | Coz one file is enough, more than that during debugging runs and I run out ↵ | David Walter Seikel | 1 | -0/+3 | |
of scrollback space. lol | |||||
2012-01-22 | Found a use for that after all. lol | David Walter Seikel | 1 | -1/+3 | |
2012-01-22 | Oops, left overs. | David Walter Seikel | 1 | -1/+0 | |
2012-01-22 | Basic script compiling instrumentation. | David Walter Seikel | 1 | -0/+8 | |
2012-01-22 | Move the test script into the directory where the other tests are, so it's ↵ | David Walter Seikel | 1 | -11/+2 | |
no longer a special case. Clean up after that. | |||||
2012-01-21 | Disable some of the output, and compile every script in the test sim. | David Walter Seikel | 1 | -6/+28 | |
2012-01-21 | Add LSL constants by simply compiling an LSL script with them all, and ↵ | David Walter Seikel | 1 | -2/+2 | |
keeping the result. | |||||
2012-01-20 | Run both test scripts. | David Walter Seikel | 1 | -0/+2 | |
2012-01-17 | Use EFL logging. | David Walter Seikel | 1 | -2/+2 | |
2012-01-17 | Merge the compiler into the test harness. Remove excess files. | David Walter Seikel | 1 | -2/+5 | |
2012-01-05 | Add a compiler stub. | David Walter Seikel | 1 | -1/+7 | |
2012-01-04 | Skeleton of the GUI test harness for the LuaSL script engine. | David Walter Seikel | 1 | -0/+173 | |