Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added inclusion guard | bloodstalker | 2017-02-27 | 1 | -0/+6 | |
| | ||||||
* | added the missing C1 option, with one more thing i'm trying. | bloodstalker | 2017-02-27 | 1 | -4/+22 | |
| | ||||||
* | the previous fix to supprt arguments having double-quotes was not working. ↵ | bloodstalker | 2017-02-27 | 1 | -1/+1 | |
| | | | | now its fixed. | |||||
* | updated | bloodstalker | 2017-02-26 | 1 | -1/+1 | |
| | ||||||
* | added variable indirection for the exec_options since the new options have ↵ | bloodstalker | 2017-02-26 | 1 | -1/+1 | |
| | | | | double quotes and their untimely expansion messes things up | |||||
* | now the option vector is being populated and updated correctly based on the ↵ | bloodstalker | 2017-02-26 | 1 | -6/+6 | |
| | | | | input args | |||||
* | took out a comment | bloodstalker | 2017-02-23 | 1 | -1/+0 | |
| | ||||||
* | fixes for StringOptionsParser. not done yet. | bloodstalker | 2017-02-23 | 1 | -31/+62 | |
| | ||||||
* | now travis build work properly | bloodstalker | 2017-02-22 | 1 | -1/+1 | |
| | ||||||
* | uncommented a method | bloodstalker | 2017-02-22 | 1 | -1/+1 | |
| | ||||||
* | added the functionality to handle Misrac98 and MisraC2012 plus the rule ↵ | bloodstalker | 2017-02-22 | 1 | -13/+101 | |
| | | | | check disabling features | |||||
* | trying to fix the coverage build crash issue | bloodstalker | 2017-02-20 | 1 | -1/+2 | |
| | ||||||
* | announcing SaferCPlusPlus implementation by project mutator | bloodstalker | 2017-02-20 | 1 | -0/+1 | |
| | ||||||
* | the header for m0, contains the maps | bloodstalker | 2017-02-20 | 1 | -0/+326 | |
| | ||||||
* | added some more stuff for rule check disabling,enabling, added equivalency ↵ | bloodstalker | 2017-02-20 | 1 | -0/+49 | |
| | | | | map for MisraC1998 | |||||
* | enabled core dumps, checking whether it works. | bloodstalker | 2017-02-20 | 1 | -0/+5 | |
| | ||||||
* | running with j2, its faster... | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | checking whether core dumps are enabled | bloodstalker | 2017-02-20 | 1 | -12/+2 | |
| | ||||||
* | updated | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -2/+2 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -1/+1 | |
| | ||||||
* | fixed some build mode options | bloodstalker | 2017-02-20 | 1 | -3/+3 | |
| | ||||||
* | added the debug libraries, maybe it fixes the cov build crash | bloodstalker | 2017-02-18 | 1 | -1/+1 | |
| | ||||||
* | trying to fix the whole coverage-build-breaking deal | bloodstalker | 2017-02-17 | 1 | -1/+1 | |
| | ||||||
* | coverity is re-enabled | bloodstalker | 2017-02-17 | 1 | -8/+8 | |
| | ||||||
* | cosmetic change | bloodstalker | 2017-02-15 | 1 | -1/+0 | |
| | ||||||
* | minor change | bloodstalker | 2017-02-15 | 1 | -3/+3 | |
| | ||||||
* | minor change | bloodstalker | 2017-02-15 | 1 | -3/+3 | |
| | ||||||
* | fixed some paths | bloodstalker | 2017-02-15 | 1 | -4/+4 | |
| | ||||||
* | Now all sourcelocations are checked for validity before being touched | bloodstalker | 2017-02-15 | 1 | -93/+206 | |
| | ||||||
* | added a macro function to check for the validity of sourcelocations we get | bloodstalker | 2017-02-15 | 1 | -0/+4 | |
| | ||||||
* | changed the default build mode to c++1z | bloodstalker | 2017-02-15 | 1 | -1/+1 | |
| | ||||||
* | minor change | bloodstalker | 2017-02-14 | 1 | -2/+2 | |
| | ||||||
* | added a note regarding building with Release mode | bloodstalker | 2017-02-14 | 1 | -1/+1 | |
| | ||||||
* | added the rule switches definitions | bloodstalker | 2017-02-14 | 1 | -1/+5 | |
| | ||||||
* | includes macros.mk | bloodstalker | 2017-02-14 | 1 | -0/+3 | |
| | ||||||
* | now CXX works properly in the makefile | bloodstalker | 2017-02-14 | 1 | -0/+3 | |
| | ||||||
* | now cleans before exit | bloodstalker | 2017-02-14 | 1 | -0/+4 | |
| | ||||||
* | now you can run the precommit tests with the driver | bloodstalker | 2017-02-12 | 1 | -1/+4 | |
| | ||||||
* | added pwd just for diag | bloodstalker | 2017-02-12 | 1 | -0/+1 | |
| | ||||||
* | the standard library headers are included in again | bloodstalker | 2017-02-12 | 1 | -1/+1 | |
| | ||||||
* | now sorta complete for this stage. | bloodstalker | 2017-02-12 | 1 | -9/+65 | |
| | ||||||
* | updated and fixed | bloodstalker | 2017-02-12 | 1 | -2/+8 | |
| | ||||||
* | now make install makes the test script executable as well | bloodstalker | 2017-02-12 | 1 | -0/+1 | |
| | ||||||
* | the pre commit test script | bloodstalker | 2017-02-12 | 1 | -0/+34 | |
| | ||||||
* | fixed and working | bloodstalker | 2017-02-11 | 1 | -9/+26 | |
| | ||||||
* | the xsd is fixed now so removed the broken message | bloodstalker | 2017-02-11 | 1 | -1/+1 | |
| | ||||||
* | added down links | bloodstalker | 2017-02-10 | 1 | -1/+2 | |
| | ||||||
* | added tdd for 20.2 | bloodstalker | 2017-02-08 | 1 | -0/+4 | |
| | ||||||
* | added 19.14 and 20.1 | bloodstalker | 2017-02-08 | 1 | -1/+12 | |
| |