Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added pointer declrefexpr tagging for safercpp | bloodstalker | 2017-04-03 | 1 | -2/+45 | |
| | | ||||||
| * | added a blue-print for SaferCPP's tagging of all native pointers | bloodstalker | 2017-04-02 | 1 | -1/+43 | |
| | | ||||||
| * | fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now. | bloodstalker | 2017-04-02 | 1 | -10/+49 | |
| | | ||||||
| * | fixing some issues | bloodstalker | 2017-04-02 | 1 | -1/+6 | |
| | | ||||||
| * | updated as per the changes | bloodstalker | 2017-04-02 | 1 | -4/+15 | |
| | | ||||||
| * | marked as deprecated | bloodstalker | 2017-04-02 | 1 | -0/+7 | |
| | | ||||||
| * | marked as deprecated | bloodstalker | 2017-04-02 | 1 | -0/+6 | |
| | | ||||||
| * | the daemon returns the server exit code | bloodstalker | 2017-04-02 | 1 | -2/+2 | |
| | | ||||||
| * | disbaled a macro | bloodstalker | 2017-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | general overhaul to how the server handles the command execution. fixed the ↵ | bloodstalker | 2017-04-02 | 1 | -21/+52 | |
| | | | | | | | | new-line char being sent along with the command. | |||||
| * | more fixes | bloodstalker | 2017-04-02 | 1 | -0/+2 | |
| | | ||||||
| * | added a check for empty or config file not found. | bloodstalker | 2017-04-02 | 1 | -3/+12 | |
| | | ||||||
| * | fixed some issues | bloodstalker | 2017-04-02 | 1 | -3/+9 | |
| | | ||||||
| * | now the server will only run the driver commands. not anything. | bloodstalker | 2017-04-01 | 3 | -7/+69 | |
| | | ||||||
| * | th elocation fo the config file has been changed when you run make install | bloodstalker | 2017-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | these are a version of testFunc1.c/h translated to SaferCPlusPlus for | user1 | 2017-04-04 | 2 | -0/+1271 | |
|/ | | | demonstration/testing purposes | |||||
* | added checks for getAsPlaceholderType() returning null | user1 | 2017-03-31 | 1 | -1/+58 | |
| | ||||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator.git | user1 | 2017-03-30 | 3 | -13/+148 | |
|\ | ||||||
| * | added safercpp native array detection, now also detects use of pointers ↵ | bloodstalker | 2017-03-30 | 1 | -1/+123 | |
| | | | | | | | | pointing to arrays. tdds already exist in testFuncs2 | |||||
| * | added the frtti option,added a check for rtti before trying ot build it | bloodstalker | 2017-03-29 | 1 | -0/+5 | |
| | | ||||||
| * | wip | bloodstalker | 2017-03-29 | 1 | -0/+2 | |
| | | ||||||
| * | changed the matchers for safercpparr. i still have to add a matcher that ↵ | bloodstalker | 2017-03-29 | 1 | -12/+18 | |
| | | | | | | | | recognizes pointers pointing to an array. | |||||
* | | some progress on auto-conversion of arrays | user1 | 2017-03-30 | 1 | -1434/+1808 | |
|/ | ||||||
* | enabled writing the changes out to the input file, some translation | user1 | 2017-03-28 | 1 | -266/+136 | |
| | | | improvements and code cleanup | |||||
* | preliminary auto-conversion of native arrays | user1 | 2017-03-27 | 1 | -1/+2120 | |
| | ||||||
* | moved macros inside macros.mk | bloodstalker | 2017-03-24 | 1 | -69/+3 | |
| | ||||||
* | moved macros inside macros.mk | bloodstalker | 2017-03-24 | 1 | -87/+0 | |
| | ||||||
* | moved macros inside macros.mk | bloodstalker | 2017-03-24 | 1 | -87/+2 | |
| | ||||||
* | now macros are inside MACROS.mk | bloodstalker | 2017-03-24 | 1 | -1/+89 | |
| | ||||||
* | fixed the makefiles | bloodstalker | 2017-03-24 | 1 | -68/+4 | |
| | ||||||
* | the XML and JSON report classes are here now | bloodstalker | 2017-03-16 | 1 | -0/+97 | |
| | ||||||
* | the XML and JSON report classes are here now | bloodstalker | 2017-03-16 | 1 | -0/+266 | |
| | ||||||
* | the header | bloodstalker | 2017-03-16 | 1 | -0/+33 | |
| | ||||||
* | the source file | bloodstalker | 2017-03-16 | 1 | -0/+98 | |
| | ||||||
* | the makefile | bloodstalker | 2017-03-16 | 1 | -0/+114 | |
| | ||||||
* | the compilation databases | bloodstalker | 2017-03-16 | 1 | -0/+7 | |
| | ||||||
* | not much, just changed tabs to spaces | bloodstalker | 2017-03-16 | 1 | -197/+197 | |
| | ||||||
* | added a new inclusion directive for the new report files | bloodstalker | 2017-03-16 | 1 | -0/+1 | |
| | ||||||
* | moved out the report classes into a new file-mutator_report | bloodstalker | 2017-03-16 | 1 | -55/+2 | |
| | ||||||
* | moved out the report classes into a new file-mutator_report | bloodstalker | 2017-03-16 | 1 | -224/+1 | |
| | ||||||
* | added necessary changes for the new executables. i'm gonna later move the ↵ | bloodstalker | 2017-03-16 | 1 | -3/+8 | |
| | | | | macros to macros.mk | |||||
* | added the first SaferCPP test. I'll add a doc under docs later on for it. | bloodstalker | 2017-03-14 | 1 | -1/+76 | |
| | ||||||
* | now make install creates a config file for mutator | bloodstalker | 2017-03-14 | 1 | -1/+1 | |
| | ||||||
* | minor change | bloodstalker | 2017-03-14 | 1 | -1/+1 | |
| | ||||||
* | removed TAGS from all | bloodstalker | 2017-03-13 | 1 | -1/+1 | |
| | ||||||
* | fixed | bloodstalker | 2017-03-13 | 1 | -1/+1 | |
| | ||||||
* | minor change | bloodstalker | 2017-03-13 | 1 | -0/+2 | |
| | ||||||
* | trying to fix the tainted string issue | bloodstalker | 2017-03-13 | 3 | -5/+57 | |
| | ||||||
* | added a ctags target | bloodstalker | 2017-03-12 | 1 | -2/+7 | |
| | ||||||
* | added some macros for the ctags target | bloodstalker | 2017-03-12 | 1 | -0/+4 | |
| |