aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added a new part called how to get itbloodstalker2017-04-131-0/+17
|
* nothingbloodstalker2017-04-131-0/+1
|
* nothing reallybloodstalker2017-04-131-1/+4
|
* re-enabled the custom DiagnosticConsumerbloodstalker2017-04-131-9/+1
|
* added a newer method for checking macro expansions. marked the old one as ↵bloodstalker2017-04-131-1/+3
| | | | deprecated.
* added a newerv method for checking Macro expansionsbloodstalker2017-04-131-1/+13
|
* adding some infrastructure.wip.bloodstalker2017-04-131-1/+49
|
* adding some infrastructure.wip.bloodstalker2017-04-131-8/+148
|
* announcing bruiser...sortof.bloodstalker2017-04-111-1/+7
|
* compilation databasebloodstalker2017-04-111-0/+12
|
* chnaged all endls to aline break. i dont really need to flush standard ↵bloodstalker2017-04-111-199/+205
| | | | descriptors every time.Heder not found exception now prints out the name of the header not found.
* holds the mutator table descriptor for the custom mutator attributes. WIP.bloodstalker2017-04-111-0/+10
|
* added bruiser makefilebloodstalker2017-04-111-2/+7
|
* added bruiser sources to the SRc for CTAGSbloodstalker2017-04-111-1/+1
|
* the new mutator experimetal mutator feature. bruiser tries to break your code.bloodstalker2017-04-113-0/+158
|
* fixing the cov buildbloodstalker2017-04-101-6/+6
|
* fixing the cov buildbloodstalker2017-04-101-4/+4
|
* fixing the cov buildbloodstalker2017-04-101-8/+8
|
* fixing the cov buildbloodstalker2017-04-101-1/+1
|
* fixing the cov buildbloodstalker2017-04-101-1/+1
|
* fixing the cov buildbloodstalker2017-04-101-2/+2
|
* trying to fix the cov buildbloodstalker2017-04-101-1/+1
|
* trying to fix the cov buildbloodstalker2017-04-101-2/+2
|
* trying to fix the cov buildbloodstalker2017-04-101-1/+1
|
* trying to fix the cov buildbloodstalker2017-04-101-2/+2
|
* added a coverage tagbloodstalker2017-04-101-1/+2
|
* changed the gcov version for the cov buildbloodstalker2017-04-101-2/+2
|
* trying to fix the cov buildbloodstalker2017-04-101-7/+9
|
* trying to fix the cov buildbloodstalker2017-04-101-2/+2
|
* trying to fix the cov buildbloodstalker2017-04-101-8/+8
|
* trying to fix the cov buildbloodstalker2017-04-101-1/+5
|
* trying to fix the cov buildbloodstalker2017-04-091-1/+1
|
* trying to fix the coverage buildbloodstalker2017-04-091-1/+1
|
* trying to fix the coverage buildbloodstalker2017-04-091-0/+2
|
* trying to fix the coverage buildbloodstalker2017-04-091-1/+1
|
* updatedbloodstalker2017-04-041-1/+1
|
* updated the latest tested build to 299357bloodstalker2017-04-041-1/+1
|
* fixed 2 assert problems and a null-pntr derefrence. added a field ↵bloodstalker2017-04-041-26/+68
| | | | declaration matcher for sfrcpp01
* updatedbloodstalker2017-04-041-5/+15
|
* Merge branch 'master' of https://github.com/bloodstalker/mutator.gituser12017-04-048-23/+286
|\
| * added pointer declrefexpr tagging for safercppbloodstalker2017-04-031-2/+45
| |
| * added a blue-print for SaferCPP's tagging of all native pointersbloodstalker2017-04-021-1/+43
| |
| * fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now.bloodstalker2017-04-021-10/+49
| |
| * fixing some issuesbloodstalker2017-04-021-1/+6
| |
| * updated as per the changesbloodstalker2017-04-021-4/+15
| |
| * marked as deprecatedbloodstalker2017-04-021-0/+7
| |
| * marked as deprecatedbloodstalker2017-04-021-0/+6
| |
| * the daemon returns the server exit codebloodstalker2017-04-021-2/+2
| |
| * disbaled a macrobloodstalker2017-04-021-1/+1
| |
| * general overhaul to how the server handles the command execution. fixed the ↵bloodstalker2017-04-021-21/+52
| | | | | | | | new-line char being sent along with the command.