aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* yup. lua. better than whatever shaky messy DSL i was gonna come up with for ↵bloodstalker2017-05-1274-0/+36828
| | | | bruiseer.
* its a submodulebloodstalker2017-05-121-0/+0
|
* fixes and some changesbloodstalker2017-05-121-13/+13
|
* added support for the case when a function argument expression is the user12017-05-111-157/+291
| | | address of an array subscript
* updated the bruiser partbloodstalker2017-05-091-1/+1
|
* updated the readme, now it actually makes some sense and talks about what ↵bloodstalker2017-05-091-2/+2
| | | | bruiser really does
* minor changebloodstalker2017-05-091-0/+6
|
* added the list records actionbloodstalker2017-05-091-7/+59
|
* now prints function signature and var decls instead of just a namebloodstalker2017-05-091-2/+16
|
* now the list command worksbloodstalker2017-05-081-8/+202
|
* added a bunch a thingsbloodstalker2017-05-071-3/+21
|
* added a list featurebloodstalker2017-05-071-4/+214
|
* added a help structure along with minor additions/changesbloodstalker2017-05-061-0/+25
|
* added inital support for auto translation of function declarationsuser12017-05-041-176/+794
|
* changed action 2bloodstalker2017-05-021-1/+2
|
* daemonize?bloodstalker2017-05-021-2/+5
|
* hijack main now worksbloodstalker2017-05-021-3/+4
|
* cosmeticbloodstalker2017-05-021-1/+1
|
* history..., well sortabloodstalker2017-05-011-3/+22
|
* changed inclusion directive from ncurses/curses.h to curses.hbloodstalker2017-04-301-1/+1
|
* updated for boost and ncursesbloodstalker2017-04-301-0/+2
|
* fixedbloodstalker2017-04-301-1/+1
|
* added lncurses and boost headersbloodstalker2017-04-301-1/+2
|
* added some excuse of shell functionalitybloodstalker2017-04-301-1/+32
|
* added some excuse of a shell functionalitybloodstalker2017-04-301-24/+94
|
* added type inferencing from function parameter passinguser12017-04-281-88/+337
|
* updatedbloodstalker2017-04-271-28/+17
|
* now supports safercpp action filesbloodstalker2017-04-271-1/+14
|
* minor fixesbloodstalker2017-04-271-11/+19
|
* the ideas for bruiserbloodstalker2017-04-271-0/+12
|
* fixesbloodstalker2017-04-271-1/+13
|
* fixed a typo, took out some stuff from the todo list that are already done.bloodstalker2017-04-261-4/+2
|
* added tinyxml2.obloodstalker2017-04-261-1/+1
|
* updatedbloodstalker2017-04-261-5/+0
|
* added some xml-related stuffbloodstalker2017-04-261-8/+33
|
* added some xml-related stuffbloodstalker2017-04-261-1/+21
|
* Merge branch 'master' of https://github.com/bloodstalker/mutatorbloodstalker2017-04-241-345/+1024
|\
| * changed the implementation of user12017-04-241-48/+419
| | | | | | | | | | CConditionalOperatorReconciliation2ReplacementAction due to issues with the libtooling library sometimes truncating expressions when a subexpression is replaced (and lengthened)
| * added handling of conditional initializersuser12017-04-211-338/+646
| |
* | some fixesbloodstalker2017-04-241-1/+2
| |
* | some fixesbloodstalker2017-04-241-5/+18
|/
* Merge branch 'master' of https://github.com/bloodstalker/mutatorbloodstalker2017-04-191-503/+696
|\
| * added (initial) handling of "conditional initializers" and also user12017-04-181-503/+696
| | | | | | | | memset/memcpy
* | the end condition doesnt need to be calculated each time, we are not ↵bloodstalker2017-04-191-4/+4
|/ | | | modifying them in the body
* i still havent decided on some parts so its not finalbloodstalker2017-04-181-0/+95
|
* added an error kind enumeration for bruiserbloodstalker2017-04-181-2/+11
|
* minor changesbloodstalker2017-04-181-1/+3
|
* Merge branch 'master' of https://github.com/bloodstalker/mutatorbloodstalker2017-04-151-56/+419
|\
| * Merge branch 'master' of https://github.com/bloodstalker/mutator.gituser12017-04-148-21/+305
| |\
| * | added (simple, not necessarily general) translation of memset()user12017-04-141-56/+419
| | |