Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated because of the addition of submodules | bloodstalker | 2017-05-12 | 1 | -0/+2 |
| | |||||
* | updated the build guide | bloodstalker | 2017-05-12 | 1 | -0/+10 |
| | |||||
* | added two variables for cc options | bloodstalker | 2017-05-12 | 1 | -0/+3 |
| | |||||
* | finally added one | bloodstalker | 2017-05-12 | 1 | -0/+6 |
| | |||||
* | fixed a typo | bloodstalker | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | linenoise is now a submodule | bloodstalker | 2017-05-12 | 1 | -0/+3 |
| | |||||
* | yup. lua. better than whatever shaky messy DSL i was gonna come up with for ↵ | bloodstalker | 2017-05-12 | 74 | -0/+36828 |
| | | | | bruiseer. | ||||
* | its a submodule | bloodstalker | 2017-05-12 | 1 | -0/+0 |
| | |||||
* | fixes and some changes | bloodstalker | 2017-05-12 | 1 | -13/+13 |
| | |||||
* | added support for the case when a function argument expression is the | user1 | 2017-05-11 | 1 | -157/+291 |
| | | | address of an array subscript | ||||
* | updated the bruiser part | bloodstalker | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | updated the readme, now it actually makes some sense and talks about what ↵ | bloodstalker | 2017-05-09 | 1 | -2/+2 |
| | | | | bruiser really does | ||||
* | minor change | bloodstalker | 2017-05-09 | 1 | -0/+6 |
| | |||||
* | added the list records action | bloodstalker | 2017-05-09 | 1 | -7/+59 |
| | |||||
* | now prints function signature and var decls instead of just a name | bloodstalker | 2017-05-09 | 1 | -2/+16 |
| | |||||
* | now the list command works | bloodstalker | 2017-05-08 | 1 | -8/+202 |
| | |||||
* | added a bunch a things | bloodstalker | 2017-05-07 | 1 | -3/+21 |
| | |||||
* | added a list feature | bloodstalker | 2017-05-07 | 1 | -4/+214 |
| | |||||
* | added a help structure along with minor additions/changes | bloodstalker | 2017-05-06 | 1 | -0/+25 |
| | |||||
* | added inital support for auto translation of function declarations | user1 | 2017-05-04 | 1 | -176/+794 |
| | |||||
* | changed action 2 | bloodstalker | 2017-05-02 | 1 | -1/+2 |
| | |||||
* | daemonize? | bloodstalker | 2017-05-02 | 1 | -2/+5 |
| | |||||
* | hijack main now works | bloodstalker | 2017-05-02 | 1 | -3/+4 |
| | |||||
* | cosmetic | bloodstalker | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | history..., well sorta | bloodstalker | 2017-05-01 | 1 | -3/+22 |
| | |||||
* | changed inclusion directive from ncurses/curses.h to curses.h | bloodstalker | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | updated for boost and ncurses | bloodstalker | 2017-04-30 | 1 | -0/+2 |
| | |||||
* | fixed | bloodstalker | 2017-04-30 | 1 | -1/+1 |
| | |||||
* | added lncurses and boost headers | bloodstalker | 2017-04-30 | 1 | -1/+2 |
| | |||||
* | added some excuse of shell functionality | bloodstalker | 2017-04-30 | 1 | -1/+32 |
| | |||||
* | added some excuse of a shell functionality | bloodstalker | 2017-04-30 | 1 | -24/+94 |
| | |||||
* | added type inferencing from function parameter passing | user1 | 2017-04-28 | 1 | -88/+337 |
| | |||||
* | updated | bloodstalker | 2017-04-27 | 1 | -28/+17 |
| | |||||
* | now supports safercpp action files | bloodstalker | 2017-04-27 | 1 | -1/+14 |
| | |||||
* | minor fixes | bloodstalker | 2017-04-27 | 1 | -11/+19 |
| | |||||
* | the ideas for bruiser | bloodstalker | 2017-04-27 | 1 | -0/+12 |
| | |||||
* | fixes | bloodstalker | 2017-04-27 | 1 | -1/+13 |
| | |||||
* | fixed a typo, took out some stuff from the todo list that are already done. | bloodstalker | 2017-04-26 | 1 | -4/+2 |
| | |||||
* | added tinyxml2.o | bloodstalker | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | updated | bloodstalker | 2017-04-26 | 1 | -5/+0 |
| | |||||
* | added some xml-related stuff | bloodstalker | 2017-04-26 | 1 | -8/+33 |
| | |||||
* | added some xml-related stuff | bloodstalker | 2017-04-26 | 1 | -1/+21 |
| | |||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator | bloodstalker | 2017-04-24 | 1 | -345/+1024 |
|\ | |||||
| * | changed the implementation of | user1 | 2017-04-24 | 1 | -48/+419 |
| | | | | | | | | | | CConditionalOperatorReconciliation2ReplacementAction due to issues with the libtooling library sometimes truncating expressions when a subexpression is replaced (and lengthened) | ||||
| * | added handling of conditional initializers | user1 | 2017-04-21 | 1 | -338/+646 |
| | | |||||
* | | some fixes | bloodstalker | 2017-04-24 | 1 | -1/+2 |
| | | |||||
* | | some fixes | bloodstalker | 2017-04-24 | 1 | -5/+18 |
|/ | |||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator | bloodstalker | 2017-04-19 | 1 | -503/+696 |
|\ | |||||
| * | added (initial) handling of "conditional initializers" and also | user1 | 2017-04-18 | 1 | -503/+696 |
| | | | | | | | | memset/memcpy | ||||
* | | the end condition doesnt need to be calculated each time, we are not ↵ | bloodstalker | 2017-04-19 | 1 | -4/+4 |
|/ | | | | modifying them in the body |