Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | i still havent decided on some parts so its not final | bloodstalker | 2017-04-18 | 1 | -0/+95 |
| | |||||
* | added an error kind enumeration for bruiser | bloodstalker | 2017-04-18 | 1 | -2/+11 |
| | |||||
* | minor changes | bloodstalker | 2017-04-18 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator | bloodstalker | 2017-04-15 | 1 | -56/+419 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/bloodstalker/mutator.git | user1 | 2017-04-14 | 8 | -21/+305 |
| |\ | |||||
| * | | added (simple, not necessarily general) translation of memset() | user1 | 2017-04-14 | 1 | -56/+419 |
| | | | |||||
* | | | implemented most of the enabling and disabling of rule checks. most of them ↵ | bloodstalker | 2017-04-15 | 1 | -154/+401 |
| | | | | | | | | | | | | work now. | ||||
* | | | wrapped the function-like macro in do-while-0 | bloodstalker | 2017-04-15 | 1 | -1/+3 |
| | | | |||||
* | | | added a new class to read the xml report created by M0. | bloodstalker | 2017-04-15 | 1 | -0/+37 |
| | | | |||||
* | | | added a new class to read the xml report created by M0. | bloodstalker | 2017-04-15 | 1 | -7/+15 |
| |/ |/| |