Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cosmetic | bloodstalker | 2017-06-22 | 1 | -1/+2 | |
| | ||||||
* | mutation hosts | bloodstalker | 2017-06-22 | 2 | -0/+115 | |
| | ||||||
* | fixed the help function, added a general read xml comand | bloodstalker | 2017-06-22 | 1 | -6/+53 | |
| | ||||||
* | fixed the help content | bloodstalker | 2017-06-22 | 1 | -11/+28 | |
| | ||||||
* | added a new command | bloodstalker | 2017-06-22 | 1 | -0/+1 | |
| | ||||||
* | wip | bloodstalker | 2017-06-22 | 1 | -1/+6 | |
| | ||||||
* | the new trusty update is live so we dont need to specify edge | bloodstalker | 2017-06-22 | 1 | -1/+0 | |
| | ||||||
* | added a part where i list the libraries used by mutator | bloodstalker | 2017-06-22 | 1 | -2/+10 | |
| | ||||||
* | included cassert | bloodstalker | 2017-06-22 | 1 | -0/+1 | |
| | ||||||
* | testing out the new trusty image | bloodstalker | 2017-06-19 | 1 | -0/+1 | |
| | ||||||
* | updated so that processing of declarations with initializers can handle | duneroadrunner | 2017-06-17 | 1 | -110/+269 | |
| | | | all the same cases as the processing of assignment operations | |||||
* | rewriters now return the result as a string to lua | bloodstalker | 2017-06-17 | 1 | -3/+19 | |
| | ||||||
* | updated | bloodstalker | 2017-06-17 | 1 | -0/+8 | |
| | ||||||
* | updated help section | bloodstalker | 2017-06-17 | 1 | -1/+1 | |
| | ||||||
* | now makes some sense | bloodstalker | 2017-06-13 | 1 | -0/+21 | |
| | ||||||
* | added some more help text | bloodstalker | 2017-06-13 | 1 | -12/+12 | |
| | ||||||
* | lil fixing-up | bloodstalker | 2017-06-13 | 1 | -0/+5 | |
| | ||||||
* | updated | bloodstalker | 2017-06-12 | 1 | -2/+0 | |
| | ||||||
* | updated | bloodstalker | 2017-06-12 | 1 | -1/+1 | |
| | ||||||
* | updated | bloodstalker | 2017-06-12 | 1 | -1/+9 | |
| | ||||||
* | new example scripts | bloodstalker | 2017-06-12 | 1 | -0/+16 | |
| | ||||||
* | fixed the new command | bloodstalker | 2017-06-12 | 1 | -3/+25 | |
| | ||||||
* | updated | bloodstalker | 2017-06-11 | 1 | -0/+14 | |
| | ||||||
* | implemented the show source-code command | bloodstalker | 2017-06-11 | 1 | -2/+49 | |
| | ||||||
* | new command | bloodstalker | 2017-06-11 | 1 | -0/+1 | |
| | ||||||
* | new commands | bloodstalker | 2017-06-11 | 1 | -6/+39 | |
| | ||||||
* | tests for bruiser | bloodstalker | 2017-06-10 | 3 | -0/+49 | |
| | ||||||
* | now builds luajit as well | bloodstalker | 2017-06-10 | 1 | -1/+6 | |
| | ||||||
* | updated help | bloodstalker | 2017-06-10 | 1 | -9/+16 | |
| | ||||||
* | more commands for auto-completion | bloodstalker | 2017-06-10 | 1 | -2/+4 | |
| | ||||||
* | added a bunch more commands | bloodstalker | 2017-06-10 | 1 | -0/+90 | |
| | ||||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator | duneroadrunner | 2017-06-10 | 3 | -243/+5 | |
|\ | ||||||
| * | now includes luajit | bloodstalker | 2017-06-07 | 1 | -0/+3 | |
| | | ||||||
| * | new submodule, lua-jit | bloodstalker | 2017-06-07 | 1 | -0/+0 | |
| | | ||||||
| * | cleaned up the code | bloodstalker | 2017-06-07 | 1 | -243/+2 | |
| | | ||||||
* | | added insertion of "#include" directives | user1 | 2017-06-09 | 1 | -184/+281 | |
|/ | ||||||
* | fixed a (just introduced) bug in MCSSSParameterPassing in which only the | user1 | 2017-06-07 | 1 | -4/+3 | |
| | | | first parameter gets processed | |||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator.git | user1 | 2017-06-06 | 16 | -59/+6621 | |
|\ | ||||||
| * | moved the other commands into lua now, so they are working again | bloodstalker | 2017-06-05 | 1 | -17/+96 | |
| | | ||||||
| * | fixed some commands | bloodstalker | 2017-06-05 | 1 | -22/+34 | |
| | | ||||||
| * | now the list commands output the results in as strings so they can be reused ↵ | bloodstalker | 2017-06-04 | 1 | -2/+11 | |
| | | | | | | | | in lua in any way the user sees fit | |||||
| * | added the new commands to the list | bloodstalker | 2017-06-04 | 1 | -0/+6 | |
| | | ||||||
| * | you can now call the list functions from lua | bloodstalker | 2017-06-03 | 1 | -6/+49 | |
| | | ||||||
| * | added some more lua scripts. theyre mainly used for testing | bloodstalker | 2017-06-03 | 2 | -0/+18 | |
| | | ||||||
| * | added a comment about the fact that this file is basically lua.c | bloodstalker | 2017-06-01 | 1 | -0/+8 | |
| | | ||||||
| * | registering the functions in lua | bloodstalker | 2017-06-01 | 1 | -0/+41 | |
| | | ||||||
| * | read it | bloodstalker | 2017-05-31 | 1 | -2/+16 | |
| | | ||||||
| * | lua test scripts | bloodstalker | 2017-05-31 | 4 | -0/+4 | |
| | | ||||||
| * | now all commands are sent to the lua interpreter. what that simply means is ↵ | bloodstalker | 2017-05-31 | 1 | -13/+92 | |
| | | | | | | | | that bruiser is an interactive lua interpreter that uses linenoise for shell-like functionality instead of what the normal lua interpreter does, plus it will feature its own functionality. Im updating the readme as well. I explain more there | |||||
| * | added a new command to the list | bloodstalker | 2017-05-31 | 1 | -0/+1 | |
| | |