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